I downloaded a script off the net that will display a random link taken from a text file. Here is what it currently shows:
open (QUOTEFILE, "<$data_location/$file") || die print "Could not open ad links file";
@line=<QUOTEFILE>;
close (QUOTEFILE);
srand;
$array =...
I am haveing trouble figuring out how to get an IP address to be recorded, from a form. I want it to output to a log file. I've already gotten the script written and working, I just need help to figure that out.
I know of the "$REMOTE_ADDR" SSI command, but do not know how I would...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.