Hey I made a pretty cool little IpLogger (uses geoip). Either install it on your apache server, or use a web host like Stayhost which has already installed it. (need a geoip database) For the user everything is normal, just a 404 Not Found, you a small text file with simple information about the user:
[b]- Ip - UserAgent - Continent - Pays - Region - Ville - Code postal - Latitude / Longitude[/b]
Do not use $_SERVER['REMOTE_ADDR'], for example if someone is using Chrome for Android's "Lite Mode" you'll get Google's proxy IP address -- have a look at the $_SERVER['HTTP_X_FORWARDED_FOR'] if it exists (but do not forget to filter/escape it).
RE: IPLogger PHP
31-05-2021, 06:36 PM
This post was last modified: 01-06-2021, 08:00 PM by alexvenne
Great! But how does the tracking works? I want the behind the scenes? So you simply grab the External IP and hit the router whille hacking? what's next?