Pages

Subscribe:

Labels

Saturday 21 April 2012

How to get anyone's IP address

How to get 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 "ip.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 = "ip.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 "ip.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 ip.txt file on your uploaded site and you'll get the ip adress of all the peoples who visited your link.

And we all know what can be done with just an IP Address.  ;)
Related Posts Widget for Blogger

-Chacky

0 comments:

Post a Comment