Gulfstream
11-07-2004, 08:09 PM
Greetings all. Brand new to this Forum :) I have looked around a bit and cannot find a answer to the following issue. Probably a real simple solution.
• CGI Type - Click Thru Tracking CGI for links in emails.
• CGI Loaded and proper permissions set and verified.
• Tested admin login view etc. - can see where results will post (yippeee!)
Here is my problem:
When I setup the line as required by the CGI, i.e.
http://yourdomain.com/cgi-bin/click.cgi?link=http://www.cnn.com I get a blank page vs. the CGI passing me thru.
I think I have something setup wrong in the path for $filename. Looking for some help here. Below are the current settings. Thanks!
$filename = "/cgi-bin/click.dat";
$password = "anypassword";
These are the Instructions:
1. After unzipping the file, upload click.cgi and click.dat to your cgi-bin folder.
2. chmod click.cgi to 755 and click.dat to 666.
3. change the $filename to your folder path for click.dat.
#3 has me stumped not sure what path belongs here, and the original author of the CGI cannot be located. Any help is much appreciated
Thank You!
• CGI Type - Click Thru Tracking CGI for links in emails.
• CGI Loaded and proper permissions set and verified.
• Tested admin login view etc. - can see where results will post (yippeee!)
Here is my problem:
When I setup the line as required by the CGI, i.e.
http://yourdomain.com/cgi-bin/click.cgi?link=http://www.cnn.com I get a blank page vs. the CGI passing me thru.
I think I have something setup wrong in the path for $filename. Looking for some help here. Below are the current settings. Thanks!
$filename = "/cgi-bin/click.dat";
$password = "anypassword";
These are the Instructions:
1. After unzipping the file, upload click.cgi and click.dat to your cgi-bin folder.
2. chmod click.cgi to 755 and click.dat to 666.
3. change the $filename to your folder path for click.dat.
#3 has me stumped not sure what path belongs here, and the original author of the CGI cannot be located. Any help is much appreciated
Thank You!