Hi, I use a php script on my site for a guestbook. Problem is that I'm getting a lot of spam posts from online casino's and the like. Is there any way of adding code to my existing php script (http://flumpcakes.co.uk/php/guestbook/ ) to add to security as a means of overcoming this problem?
thanks 🙂
..
give us the code so we can at least look at how they are getting their messages through it (exploiting it).... thats why your not getting any responses!
🙂
a little difficult considering this forum has a character limit.....
You could create a text file with the code in it and post a link.
http://www.philtrated.com/guestbook.txt
You may want to implement a "captcha" system to make life tough for spam scripts. For instance: http://bokehman.com/captcha_verification
would it be possible/not too difficult to add to my current code? given i have little php knowledge..