Script URL: thefletchers.co.uk/guestbook
Version of script: 1.7
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
Probably a silly question - Owing to the number of entries on the "banned_ip" text file, I have a page counter on the bottom of the guestbook, just out of curiosity.
I have had 7 additions on the banned list today, but not one has registered on the page counter.
Any idea why this could be ?
Banned Ip entries not showing on page counter
Re: Banned Ip entries not showing on page counter
99.99999% of SPAM is being submitted by automated programs - bots.
These "spambots" usually just send a HTTP POST request to the gbook.php file and get detected/banned without actually ever opening either the main guestbook page or the page with the "Add an entry" form.
Also, most such programs are relatively... well, stupid, and they don't process code like Javascript or images so even if they do open the guestbook page before automatically posting it is very unlikely they will execute the code used to count visits on your page.
These "spambots" usually just send a HTTP POST request to the gbook.php file and get detected/banned without actually ever opening either the main guestbook page or the page with the "Add an entry" form.
Also, most such programs are relatively... well, stupid, and they don't process code like Javascript or images so even if they do open the guestbook page before automatically posting it is very unlikely they will execute the code used to count visits on your page.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Banned Ip entries not showing on page counter
interesting - thanks for the explanation