Quote:
Originally Posted by SteveLightspeed
I know some of the popular TGP scripts get fucked up by query string variables...
index.php?id=12345&ref=678&r=001
In some cases the ? and & must be converted to a Hex value...
|
Have you considered using mod_rewrite as either an alternative, or a backwards compatible change of gallery link codes? Your above link code could look like this in this case:
index.php/12345/678/001
You would be able to run both at the same time (As the second is only a server side re-writing linking to index.php?id=12345&ref=678&r=001).
If you'd like more information feel free to hit me up.