yeeehaaw13
Technical User
NOTE: this post is more specific than my last one even though it looks basically the same.
i am attempting to use a service like searchcactus to get signups to my website. i have a formmail cgi script that i need to modify and the html already coded. the problem is that they need to be able to track the signups. in order to do this, i need to modify the cgi script for them to be able to track their members that signup on my form. below is the email they sent me. my main problem is that i am unsure as to where to place the url with "?uid=xxxx" on the end. searchcactus changes the "xxxx" to a numerical representation of one of their members when they sign up. it would go like this...a searchcactus member clicks the link to my form on searchcactus.com>>>searchcactus uses the "?uid=xxxx" to swap a member numerical number>>>the person fills out the form and hits send and i get emailed the information. i am unexperienced with cgi (i have been reading up on it and using previous replys to my last post to try to figure it out myself, but to no avail) and any help in how to do this would be appreciated. i have a cgi script that i got online that i am planning on using (EZFormmail), but if anyone knows of somewhere that i can pay someone to code it for me so i wont have to keep going in circles that would be fine as well. i would rather figure it out myself, but if paying someone else to do it is the only way to resolve this then so be it. im not trying to advertise or recruit or anything, just asking for suggestions. 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.
___________________
i am attempting to use a service like searchcactus to get signups to my website. i have a formmail cgi script that i need to modify and the html already coded. the problem is that they need to be able to track the signups. in order to do this, i need to modify the cgi script for them to be able to track their members that signup on my form. below is the email they sent me. my main problem is that i am unsure as to where to place the url with "?uid=xxxx" on the end. searchcactus changes the "xxxx" to a numerical representation of one of their members when they sign up. it would go like this...a searchcactus member clicks the link to my form on searchcactus.com>>>searchcactus uses the "?uid=xxxx" to swap a member numerical number>>>the person fills out the form and hits send and i get emailed the information. i am unexperienced with cgi (i have been reading up on it and using previous replys to my last post to try to figure it out myself, but to no avail) and any help in how to do this would be appreciated. i have a cgi script that i got online that i am planning on using (EZFormmail), but if anyone knows of somewhere that i can pay someone to code it for me so i wont have to keep going in circles that would be fine as well. i would rather figure it out myself, but if paying someone else to do it is the only way to resolve this then so be it. im not trying to advertise or recruit or anything, just asking for suggestions. 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.
___________________