yeeehaaw13
Technical User
i am attempting to use a service like searchcactus to get signups to my website. i have the formmail cgi script and the html already coded. the problem is that they need to be able to track the signups. i am unsure as to whether what they need is done in the html code or the cgi code. i am unexperienced with cgi (i have been reading up on it to try to figure it out myself, but to no avail) and if the necessary changes need to be made to the cgi code, any help in how to do this would be appreciated. here is what they told me, sorry for the length:
______________________
The "ID tracking" requires advertiser web site to handle the UserID
information that we send as part of URL (URL parameter).
To do this URL should point to "server executable" not just plain HTML
page - usually
this would be ASP or PHP script or a CGI script. You can make a new script
for this
purpose or modify the logic of already existing one.
If your web site is configured so that such script is set as a "default
page" you can
omit the name of the page itself in the URL, example:
You have the MyScript.cgi CGI script and set it to handle the uid URL
parameter received
from SearchCactus. Your web site is configured so that MyScript.cgi is set
as a
"default page". Valid URLs for us will be
OR
Upon each click SearchCactus will replace the xxxx part with actual ID so
you will receive
(Again - the second form of URL is valid ONLY if you have the processing
script set as a
"default page". If you are not sure please consult your Web site
administrator about site settings.
___________________
______________________
The "ID tracking" requires advertiser web site to handle the UserID
information that we send as part of URL (URL parameter).
To do this URL should point to "server executable" not just plain HTML
page - usually
this would be ASP or PHP script or a CGI script. You can make a new script
for this
purpose or modify the logic of already existing one.
If your web site is configured so that such script is set as a "default
page" you can
omit the name of the page itself in the URL, example:
You have the MyScript.cgi CGI script and set it to handle the uid URL
parameter received
from SearchCactus. Your web site is configured so that MyScript.cgi is set
as a
"default page". Valid URLs for us will be
OR
Upon each click SearchCactus will replace the xxxx part with actual ID so
you will receive
(Again - the second form of URL is valid ONLY if you have the processing
script set as a
"default page". If you are not sure please consult your Web site
administrator about site settings.
___________________