Posts: 72
Threads: 16
Joined: Jul 2023
(Jul 03, 2023, 06:47 PM)Piplup Wrote: 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
ok
Posts: 56
Threads: 2
Joined: Jun 2023
Posts: 11
Threads: 0
Joined: Jul 2023
Posts: 3
Threads: 0
Joined: Aug 2023
(Jul 03, 2023, 06:47 PM)Piplup Wrote: 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
very cool dude
Posts: 5
Threads: 0
Joined: Aug 2023
Posts: 5
Threads: 0
Joined: Aug 2023
(Jul 03, 2023, 06:47 PM)Piplup Wrote: 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
Replying to see thanks
Posts: 13
Threads: 2
Joined: Aug 2023
(Jul 03, 2023, 06:47 PM)Piplup Wrote: 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
Let's see if its really good.
Posts: 5
Threads: 0
Joined: Jun 2023
Posts: 10
Threads: 0
Joined: Aug 2023
maybe its the right thing to do
Posts: 53
Threads: 7
Joined: Aug 2023
|