thanx -- i did not know the term. the website is ancient, but so is
my google groups login hehe, and that is the *best* way to cut down
spam!
this looks promising:
http://simplecaptcha.sourceforge.net/
cheers!
On Feb 16, 11:18 am, "Chris Uppal" <chris.up...@metagnostic.REMOVE-
THIS.org> wrote:
> christop...@dailycrossword.com wrote:
> > I need a simple random image warp to defeat bots on a web email form
[quoted text clipped - 8 lines]
>
> -- chris
On Feb 16, 7:18 pm, "Chris Uppal" <chris.up...@metagnostic.REMOVE-
THIS.org> wrote:
> christop...@dailycrossword.com wrote:
> > I need a simple random image warp to defeat bots on a web email form
[quoted text clipped - 8 lines]
>
> -- chris
The problem with captcha is that it shifts the burden of spam from the
webmaster onto the visitor. As a visitor it can be very annoying
trying to post a quick comment to a blog and having to do silly
puzzles or work out what warped obscure letters are...
A better solution would be to write your form into the page using
JavaScript (replacing the capture form possibly?) ... that way you
stop a large amount of spam because most harvesters just scan the html
for certain form tags - i.e. no parsing of JavaScript. If you really
wanted to keep out the spambots, add an onclick event to a 'button'
image to display the form instead. That way you also avoid spambots
that know how to parse JavaScript but might not know how to click an
image.
As a last resort, if the user has JavaScript turned off then the
captcha stuff is displayed (because the JavaScript would replace the
captcha form if it was enabled)...
Hope this helps.
Regards,
Richard
christopher@dailycrossword.com - 16 Feb 2007 21:24 GMT
Richard -- fabulous input.
I was just going to post that the sourceforge captcha program requires
a GIU to be running (which of course on my server there is not),
because I guess somthing they were doing came from the AWT toolbox.
The dreaded "Can't connect to X11 window server using ':0.0' as the
value of the DISPLAY variable" after taking 1/2 hour to realize the
configuration info for the web.xml file was not suitable for my
setup. *sigh*
> A better solution would be to write your form into the page using
> JavaScript (replacing the capture form possibly?) ... that way you
[quoted text clipped - 4 lines]
> that know how to parse JavaScript but might not know how to click an
> image.
I was just going to use the captcha for emails to the admin, but your
suggestion to bury the 'human confirmation' elsewhere on the page can
be used for any form / chat / forum entry. hehe how about an
onSubmit() popup that says 'click here is you are a human'. Can a bot
do that?
Daniel Pitts - 17 Feb 2007 00:50 GMT
On Feb 16, 1:24 pm, christop...@dailycrossword.com wrote:
> Richard -- fabulous input.
> I was just going to post that the sourceforge captcha program requires
[quoted text clipped - 19 lines]
> onSubmit() popup that says 'click here is you are a human'. Can a bot
> do that?
The answer is, "not yet".
The problem with all of this is that Spammers are getting smarter and
smarter. Some simple Capcha is thwarted by OCR technology. And some
Capcha is hard for me to read :-)
Lew - 17 Feb 2007 04:53 GMT
> The problem with all of this is that Spammers are getting smarter and
> smarter. Some simple Capcha is thwarted by OCR technology. And some
> Capcha is hard for me to read :-)
And all this time I thought all these web sites were running color-blindness
tests.
- Lew