PDA

View Full Version : Tracking IP's/Referrals


zicemaster
05-20-2006, 10:23 AM
I know how to use PHP with flash to track IP's and get the referral. One thing I am trying to figure out is a trickier method of tracking which I'm not sure I can do without my own server.

I was looking through the visitor logs on my host and how it shows all of the info on each visitor and what files they requested. How could I write a script to track people that load an image from a remote site? Would PHP work? Do I need some special serverside script?


This is what I'm trying to do; Say they they load the image off my server... My server logs the user ip, referral, website ip, and anything else it can get.


I just need a push in the right direction... Then I can figure it out! :) Just not sure where to begin...