Saturday, 10 March 2012
How to get anyone's IP address
Do you like this story?
.
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. ;)
Subscribe to:
Post Comments (Atom)
0 Responses to “How to get anyone's IP address”
Post a Comment
If you're having issues. Please leave an email address I can contact you on -
I advise you to also "subscribe to the comment feed" and get email updates when I respond to your question.
Hyperlinks are not allowed, Spam/advertising comments will NEVER BE TOLERATED and will be deleted immediately!
Thanks for reading,
Admin