Log in

View Full Version : IP of guests


DirtZ
2004-01-23, 05:35 AM
Im wondering is there any script that saves ip of people visiting my site...Is it possible?Does anybody knows something like that?

WetWired
2004-01-23, 09:36 AM
Just make a script that stores the IP address in a database (I think the variable storing the IP's something like $_SERVER['HTTP_REMOTE_ADDR']), then link to that script in each page through an image tag (<img src="ipgrab.php" width="1" height="1" />)