EchoFool Posted April 29, 2008 Share Posted April 29, 2008 I have been using captcha scripts for a while at moment, but what I would like to ask is, are there other ways to "log" activity of users that may be using automated scripts on my site, what relevant infomation could I log to check?? Also what are the best methods of making captcha's harder to get through, I know they are rarely 100% stoppable but there must be ways to increase the difficulty to the point they would not be bothered to try it ... Thoughts/suggestions ? Link to comment https://forums.phpfreaks.com/topic/103468-captcha-scripts/ Share on other sites More sharing options...
rhodesa Posted April 29, 2008 Share Posted April 29, 2008 I understand the need for CAPTCHAs in certain cases. But, if you are just trying to block bots from spamming your Contact Form, I would check out: http://www.modernblue.com/web-design-blog/fighting-spam-with-css/ I use it all the time, it is transparent to the user, and it stops 99% of the spam. I'll suffer through the 1 spam message a month that gets though to make the experience better for my user. ...although the more I mention it the less likely it will work Link to comment https://forums.phpfreaks.com/topic/103468-captcha-scripts/#findComment-529852 Share on other sites More sharing options...
EchoFool Posted April 29, 2008 Author Share Posted April 29, 2008 My sites a game website so its more than just spam unfortionutly. Link to comment https://forums.phpfreaks.com/topic/103468-captcha-scripts/#findComment-529860 Share on other sites More sharing options...
thefollower Posted April 30, 2008 Share Posted April 30, 2008 no one ? Link to comment https://forums.phpfreaks.com/topic/103468-captcha-scripts/#findComment-530240 Share on other sites More sharing options...
The Little Guy Posted April 30, 2008 Share Posted April 30, 2008 add filters to your images, where the text maybe swirls, has a drop shadow, or some sort of special effect. Do not use the "Basic CAPTCHA", where the text is the default GD text. Add some Lines, dots, wind, what ever you can to make it harder. Link to comment https://forums.phpfreaks.com/topic/103468-captcha-scripts/#findComment-530286 Share on other sites More sharing options...
EchoFool Posted April 30, 2008 Author Share Posted April 30, 2008 add filters to your images, where the text maybe swirls, has a drop shadow, or some sort of special effect. Do not use the "Basic CAPTCHA", where the text is the default GD text. Add some Lines, dots, wind, what ever you can to make it harder. Do you know any tutorials on how to do that in php cos i've never had to do that in php before. Link to comment https://forums.phpfreaks.com/topic/103468-captcha-scripts/#findComment-530752 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.