I am tring to write a banner script that will let members see where there banner was
loaded at. Also I need this feature so I can track cheaters.
Would anybody have any ideas?
My friend recommended that I use HTTP_REFERER
! But this does not always work and I need to know on what page the banner was loaded from not the referer it was called.
Example if I placed a banner on..
http://www.mysite.com/index.html
I want to see where this was loaded.. which
will be
http://www.mysite.com/index.html
the problem I face to many people love to cheat. By placing banners on reload pages.
Can anyone help with just php? If not can a php call cgi script to do this? I seen some scripts that call cgi inside of php but I don't know how to do this..
Thanks in advance.
David Eaton