This method requires 2 files ,ip.php and log.txt
Set the permission to 777 on log.txt
To create this file yourself, open any text editor, copy and paste following code in it.
$ip = $_SERVER['REMOTE_ADDR'];
$dt = date("l dS \of F Y h:i:s A");
$file=fopen("log.txt","a");
$data = $ip.' '.$dt."\n";
fwrite($file, $data);
fclose($file);
header( 'Location: http://www.hackingarticles.in' ) ;
?>
Save file as “ip.php”.
log.txt is just a blank txt file which required to maintain tracked IPs.You can also Download IP Find Script from Here
Extract the zip file now you will get two files as given below:
· log.txt
· ip.php
Upload all the two files to any of the free Web hosting server. Some Free Web hosting servers are given below you can also find few more for yourself.
http://www.yourfreehosting.net/
http://www.esmartstart.com/
http://www.110mb.com/
http://www.drivehq.com/
0 komentar:
Speak up your mind
Tell us what you're thinking... !