Here is an advanced IP logger in PHP that ensures the ip address is valid by going through several checks.
How it works
The process is really simple. When the victim enters the site, they will receive a 404 error message (which makes it look even more realistic). Then it gets the IP address of the victim, validates it and logs it in a txt file which contains the IP address, country and the current date.
The Code
Remember to make a .txt file called "ips" in the same directory as the .php file.
How it works
The process is really simple. When the victim enters the site, they will receive a 404 error message (which makes it look even more realistic). Then it gets the IP address of the victim, validates it and logs it in a txt file which contains the IP address, country and the current date.
The Code
You must reply before you can see the hidden data contained here.
Last edited by a moderator: