ok. today i got my first spam post. so i took about a week since installing. now i will not deinstall the plugin again, that is no option but sooner or later the captcha would be th only way. i hope this plugin gets further developed and will see captcha soon.
Ok i hope you have been doing something because the spammers have found my forum now and i am deleting about 10 posts a day. Only a matter of time until they boost the numbers where i will be forced to dump the pluggin.
Ok so do I just have to add a checkbox input to the form or is it more complicated than that? Shoud it be a visible or hidden checkbox? And should it be hidden properly or with css?
I am not really sure. Do bots automatically fill out everything? If so, it should be hidden to the users and if checked, would not save the post. I think hiding it in a corner with CSS would be good enough.
A JavaScript... 1. displays a code (image) 2. creates a hidden field containing the corresponding code 3. the user types the code (displayed in image) 4. script validates 5. if matches - form is submitted 6. if no match - form submit is stopped
Comments
However, an invalid username or password results in this error written to the top of the page...
Posted: Wednesday, 7 March 2007 at 4:36PM (AEDT)
That hidden checkbox sounds like a good idea.
Posted: Wednesday, 7 March 2007 at 10:25PM (AEDT)
<INPUT TYPE=hidden...
Something like this. (Not Captcha)
Posted: Thursday, 8 March 2007 at 7:53AM (AEDT)
1. displays a code (image)
2. creates a hidden field containing the corresponding code
3. the user types the code (displayed in image)
4. script validates
5. if matches - form is submitted
6. if no match - form submit is stopped
Go ahead, try submitting this form. (it comes to me)
Posted: Thursday, 8 March 2007 at 8:08AM (AEDT)
I can send you the script if you like?
Posted: Thursday, 8 March 2007 at 8:25AM (AEDT)
It does this...
If you can't work out how it works, ask away.
Posted: Thursday, 8 March 2007 at 8:47AM (AEDT)