Dark versionDefault version
2

Subhadip Chanda

Web Developer - Techinnovator Team

How to Find Anyone’s IP Address !

 Find Anyone’s IP Address !

Here’s easy trick to find IP addresse of any one ,we can use it to find anyone’s Ip easily while chatting in GTALK, Facebook, Yahoo messenger or anywhere else. You can also use it in a E-mail to find the Ip of the Recieptent.
 


Process:

  • Create a new notepad file on your desktop and name it “hacked.txt”
  • now save it.
  • Now create another text file using notepad and open it. 
  • Copy the Below code from here and paste it there
  • $file = “hacked.txt”;
    $f=fopen($file, ‘a’);
    fwrite($f,$_SERVER[‘REMOTE_ADDR’].”n”);
    fclose($f);
    ?>
  • Now save this txt file with the name” get.php”
  • Now upload both the files “get.php” and “hacked.txt” to any free web hosting site. eg. 110mb.com or my3gb.com
  • Now give the link of get.php to anyone .
  • He will get an error ” File Not Found.”
  • And You got the Ip address !
How to view the Stolen Ip Address
  • Just view the hacked.txt file on your uploaded site and you’ll get the ip adress of all the peoples who visited your link.

Leave A Comment

Your email address will not be published. Required fields are marked *