What are some good techniques to use to avoid bots from being able to read captchas?
The one in phpbb is easily readable by bots even though in theory it looks like it would be hard. The minute I enable registration on my forum I find myself with 100's of auto generated accounts.
I'm thinking of variating font size, different backgrounds, adding characters that are hard for humans to see so the real code stands out, but have a bunch of fake codes in the background. (though, smart bots will still be able to count those out)
What are other good techniques?
Or should I totally change the way it works, like perhaps have randomly generated images of objects, and have to input what it is?
The one in phpbb is easily readable by bots even though in theory it looks like it would be hard. The minute I enable registration on my forum I find myself with 100's of auto generated accounts.
I'm thinking of variating font size, different backgrounds, adding characters that are hard for humans to see so the real code stands out, but have a bunch of fake codes in the background. (though, smart bots will still be able to count those out)
What are other good techniques?
Or should I totally change the way it works, like perhaps have randomly generated images of objects, and have to input what it is?
