Making an IP Grabber – [Guide]

Posted on 11. Mar, 2010 by roman in how to guide

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)

This video will show you how to make a website link that you can send to people and collect their IP addresses with. NOTE: They will not allow me to use the greater than and less than symbols in the description for some reason. By that I mean the shift symbol for period (.) and comma (,). Below, I will add the text GREATERTHAN and LESSTHAN in place of those symbols. IF YOU HAVE TROUBLE UNDERSTANDING WHICH IS GREATER THAN AND WHICH IS LESS THAN, go to Start, Run, \’charmap\’ and select the symbols. It will tell you below. The comma shift key is Less Than. The period shift key is Greater Than. Sorry this is really confusing. Try to understand if you care. CODE FOR .PHP DOCUMENT: LESSTHAN?php file_put_contents(\’IPLISTNAMEHERE.txt\’, $_SERVER[\'REMOTE_ADDR\'], FILE_APPEND); ?GREATERTHAN Replace the text IPLISTNAMEHERE with the name of your ips document, your blank document. The reason for changing your .php document name is that your URL will be so you want to make it something believable that people would actually consider clicking, such as funnypic.php. The reason for changing the name of your IP list document is that people could easily guess your IP list URL and see the list of ips you have aquired. So you could change it to anything you want, as long as you change the above stated text in the .php document. Need help? Too bad. I don\’t help people….

, , , , , , , , , , , , ,

Comments are closed.