This method requires 2 files ,ip.php and log.txt

To create this file yourself, open any text editor, copy and paste following code in it.

<?php$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.esmartstart.com/

http://www.110mb.com/

http://www.drivehq.com/

http://www.t35.com/

http://x10hosting.com/

 

Set the permission to 777 on log.txt

Send the link of ip.php to your friend or the person with whom you’re chatting. Once the person click’s on the link, his/her IP address is recorded in the file log.txt.

Now, open log.txt to get hacked IP of Victim as shown

Raj Chandel

Raj Chandel is a Skilled and Passionate IT Professional especially in IT-Hacking Industry. At present other than his name he can also be called as An Ethical Hacker, A Cyber Security Expert, A Penetration Tester. With years of quality Experience in IT and software industry.His interests are mainly in system exploitation and vulnerability research. Contact me: [email protected]

More Posts

Follow Me:
TwitterFacebookGoogle Plus