Hi all...
I am looking for a VERY SIMPLE cgi script that does the following:
- when called as an image it shows an image, as specified in the script.
- when called as a a href tag, it goes to the URL specified in the script.
- it needs to keep count of the number of image calls and clickthroughs, on a daily basis, probably in a text file on the server.
- it needs to be able to handle millions of calls per day.
For example, the location ref might be
http://www.foo.com/cgi-bin/go.pl and the image ref would be the same, but show the image as specified in the script when it calls.
I know it sounds just like an ad manager, but they are all too bulky. I need something that is small and fast.
Does anyone know where I can find something like this?
Thanks tons!