12-10-2005, 02:55 AM
| THREAD STARTER
#1 (permalink)
|
| Senior Member Join Date: Oct 2003 Location: world wide web
Posts: 2,062
| Spy for ur visitors Spy for your visitors...
save this code as a .php file and upload on ur server... u can include this file on ur any page.... if html than vai iframe or if php than via inlcude tag ????: NamePros.com http://www.namepros.com/free-resources/146872-spy-for-ur-visitors.html PHP Code: <?php
/*THIS SCRIPT IS FREE TO USE
PLEASE DONT REMOVE THIS NOTICE
Distributed by dotcommakers.com*/
$url= $HTTP_REFERER;
$ip = $REMOTE_ADDR;
$browser= $HTTP_USER_AGENT;
$server = $SERVER_NAME;
print "Web page you came from : $url<br>";
print "Your IP Address : $ip<br>";
print "Your Browser : $browser<br>";
print "Webserver : $server<br>";
?> |
| |