Quote:
|
Originally Posted by Pablo
what's wrong with this tgp rotator go.php syntax...
<a href="go.php?http://www.domain.com/cgi-bin/at3/out.cgi?s=70&c=1&l=gallery&u=##Gallery_URL##" target="_blank">
go.php isn't counting my clicks any more. any ideas?
yes i have posted on the jmsoft.com forum and still waiting for a response by them. i'm hoping someone here would know for a quick solution. thanks in advanced!
|
You can't form a URL like that.
The place to put the path to the at3 script is in go.php itself:
$TEMPLATE = 'cgi-bin/at3/out.cgi?s=##Skim##&l=gallery&c=2&u=##Gallery_URL## ';