URL to your eFiction: http://thenextfiles.net
Version of eFiction: 3.5.1
Have you bridged eFiction, if so with what?: no
Version of PHP: 5
Have you searched for your problem: yes
If so, what terms did you try: feedburner
Do you have a test account for us? no
State the nature of your problem:
The query that Feedburner generates and appends to content URLs is something like this:
&utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+TheNextFiles+%28The+Next+Files%29&utm_content=LiveJournal
E.g. This url which Feedburner "redirects" to.
It pulls up this "error":
A fatal MySQL error was encountered.
_POSSIBLEHACK
Of course, it's not an error, but slightly annoying.
How could I change the regex patterns so it would allow this type of URL?
Thanks. π
archive:
site:
Available for skin/mod commission! π
It's probably the ( and ) in the string. I wouldn't change the regex to allow it though because that WILL open you to mysql injection attacks.
