Apparently, some bots have managed to successfully post messages, bypassing both the captcha and the trap values which alone ban around 250 spambots monthly. The messages roughly look like:
Of course, pretty much all spambots' attempts are aimed at the guestbook.php page (obviously), so that also has a certain role in it. A quick fix would be not allowing urls in the name field, and maybe making the trap field a little more random with a rotating list of field names (might throw some bots off). There might also be the possibility of these posts aren't bots, but I highly doubt that since there are misspellings (HELLO,your website si good,think your porting) and repostings with the same "name".
Code:
spammerswebsite.info says...
Hello! Your website is good, Thank you posting Message
Of course, pretty much all spambots' attempts are aimed at the guestbook.php page (obviously), so that also has a certain role in it. A quick fix would be not allowing urls in the name field, and maybe making the trap field a little more random with a rotating list of field names (might throw some bots off). There might also be the possibility of these posts aren't bots, but I highly doubt that since there are misspellings (HELLO,your website si good,think your porting) and repostings with the same "name".
I'm giving you three guesses...