Banned Ip entries not showing on page counter

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
AndyF
Posts: 10
Joined: Thu Jun 07, 2012 3:55 pm

Banned Ip entries not showing on page counter

Post by AndyF »

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 ?
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Banned Ip entries not showing on page counter

Post by Klemen »

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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
AndyF
Posts: 10
Joined: Thu Jun 07, 2012 3:55 pm

Re: Banned Ip entries not showing on page counter

Post by AndyF »

interesting - thanks for the explanation
Post Reply