richpee
10-02-2006, 11:39 AM
I know CAPTCHA is not supported by FQ (or at least that's what I read in forums.)
It took the spambots 48 hours to find my guestbook and to start pounding me. Does anyone here have experience with KITTENAUTH? (http://www.kittenauth.com/)
How about a simple "check this box to verify you're a human?" Would that foil spambots?
I am a .cgi retard so I know I'd spend a week trying to find a stray period that makes everything go haywire.
BTW, here are the KITTENAUTH requirements from http://www.thepcspy.com/articles/security/the_cutest_humantest_kittenauth
Technical How-To
Firstly you need a server that'll let you do the following things:
Store session information
Stream out images dynamically (to make sure images cant be traced back to filenames)
Allow posting of form information
So you're therefore ok if your server is ASP.net/JSP/PHP or any of the other server side languages that do the above list. Classic ASP wont let you do this unless you have access to an imaging component.
It took the spambots 48 hours to find my guestbook and to start pounding me. Does anyone here have experience with KITTENAUTH? (http://www.kittenauth.com/)
How about a simple "check this box to verify you're a human?" Would that foil spambots?
I am a .cgi retard so I know I'd spend a week trying to find a stray period that makes everything go haywire.
BTW, here are the KITTENAUTH requirements from http://www.thepcspy.com/articles/security/the_cutest_humantest_kittenauth
Technical How-To
Firstly you need a server that'll let you do the following things:
Store session information
Stream out images dynamically (to make sure images cant be traced back to filenames)
Allow posting of form information
So you're therefore ok if your server is ASP.net/JSP/PHP or any of the other server side languages that do the above list. Classic ASP wont let you do this unless you have access to an imaging component.