Ideas for a CAPTCHA-less CAPTCHA?
25-09-2009, 16:59
|
#1
|
|
Inactive
Join Date: Jun 2003
Age: 44
Posts: 14,750
|
Ideas for a CAPTCHA-less CAPTCHA?
A quick definition: A CAPTCHA is a little test to make sure that forms submitted on the internet are filled out by a human, not a machine. Often says you ahve to type characters from a distorted picture.
I used to get a lot of spam in a few forms I ran until I coded my own CAPTCHA (before the reCAPTCHA days).
I'm trying to do a new script. I want a slick, unintrusive feel without the cumbersome CAPTCHA. Can anyone think of any unique ideas?
I do know NoBot from the AJAX toolkit but i'm trying to do this in Linux & PHP.
Cheers.
|
|
|
25-09-2009, 17:09
|
#2
|
|
Inactive
Join Date: Dec 2007
Posts: 18,385
|
Re: Ideas for a CAPTCHA-less CAPTCHA?
I swapped my Captcha over to Recaptcha and had a 99.9% reduction in spammers getting through
A few sites use simple questions from a simple list.. (perhaps even relevant to the site)
When I was looking at recaptcha I though about possibly using a click on picture where you selected two or three items in a row on the same picture but soon realised that would get complicated as you'd need to map out various pictures..
Bots though use OCR to recognise the letters, perhaps something as simple as a recognition picture, for example show them a boat and expect 'boat' as the passphrase, or show them a ball and expect 'ball' as the passphrase..
|
|
|
25-09-2009, 17:16
|
#3
|
|
Remoaner
Cable Forum Team
Join Date: Mar 2004
Posts: 32,910
|
Re: Ideas for a CAPTCHA-less CAPTCHA?
Microsoft Research have a project which shows pictures of, say, animals and asks the user to identify which one is the dog and so on. Computers are very bad at this while humans are not:
http://research.microsoft.com/en-us/...ojects/asirra/
---------- Post added at 16:16 ---------- Previous post was at 16:13 ----------
Otherwise I would go for reCaptcha. It's not that cumbersome imo.
|
|
|
25-09-2009, 17:24
|
#4
|
|
Inactive
Join Date: Jun 2003
Age: 44
Posts: 14,750
|
Re: Ideas for a CAPTCHA-less CAPTCHA?
I've done pictures before and simple questions. Its not much better than the existing CAPTCHAs.
i'm wondering if I can craft something like which is a CAPTCHA but doesn't make the user think they are doing one. Maybe something server-side or via JS.
NoBot is nice but I wondered if anyone can think of something out-of-the-box. Something that's not really been done before.
|
|
|
25-09-2009, 17:57
|
#5
|
|
Inactive
Join Date: Dec 2007
Posts: 18,385
|
Re: Ideas for a CAPTCHA-less CAPTCHA?
Well if it's within a java window (or even flash) doubtful if the bots could read it...
|
|
|
25-09-2009, 18:49
|
#6
|
|
cf.mega poster
Join Date: Jun 2003
Location: Kairdiff-by-the-sea
Age: 69
Services: TVXL BBXL Superhub 2ac (wired) 1Tb Tivo
Posts: 10,320
|
Re: Ideas for a CAPTCHA-less CAPTCHA?
One site I vist show a word with a letter missing. You just have to put in the right letter.
I suspect only one specific letter is possible.
|
|
|
25-09-2009, 19:04
|
#7
|
|
Inactive
Join Date: Jun 2003
Age: 44
Posts: 14,750
|
Re: Ideas for a CAPTCHA-less CAPTCHA?
Quote:
Originally Posted by Kymmy
Well if it's within a java window (or even flash) doubtful if the bots could read it...
|
Flash is an idea...
|
|
|
25-09-2009, 19:22
|
#8
|
|
Inactive
Join Date: Dec 2007
Posts: 18,385
|
Re: Ideas for a CAPTCHA-less CAPTCHA?
Is there perhaps a dynamic way to encode letters in a flash video??
|
|
|
25-09-2009, 19:32
|
#9
|
|
Inactive
Join Date: Jun 2003
Age: 44
Posts: 14,750
|
Re: Ideas for a CAPTCHA-less CAPTCHA?
Quote:
Originally Posted by Kymmy
Is there perhaps a dynamic way to encode letters in a flash video??
|
I meant just doing the form in flash.
I'm trying to avoid the user jumping through any hoops, not just different ones.
|
|
|
25-09-2009, 19:52
|
#10
|
|
Inactive
Join Date: Dec 2007
Posts: 18,385
|
Re: Ideas for a CAPTCHA-less CAPTCHA?
Hmmm, never thought of that, would simplify things
|
|
|
25-09-2009, 19:55
|
#11
|
|
cf.mega poster
Join Date: Mar 2006
Location: Oslo, Norway.
Age: 36
Services: Canal Digital: 50/10
Posts: 7,577
|
Re: Ideas for a CAPTCHA-less CAPTCHA?
Just do it with CSS?
Create a pattern resembling an image etc. Surely it's possible?
That way nobody has to use flash, and just about all browsers will be able to display it.
|
|
|
25-09-2009, 19:57
|
#12
|
|
Inactive
Join Date: Jun 2003
Age: 44
Posts: 14,750
|
Re: Ideas for a CAPTCHA-less CAPTCHA?
Quote:
Originally Posted by Druchii
Just do it with CSS?
Create a pattern resembling an image etc. Surely it's possible?
That way nobody has to use flash, and just about all browsers will be able to display it.
|
i'm trying to avoid getting the user entering in codes or anything like that. I've done loads of different CAPTCHA's before.
Aside from doing it in Flash, I don't think its really possible.
|
|
|
25-09-2009, 21:15
|
#13
|
|
cf.mega poster
Join Date: Jun 2003
Location: Warrington ntl:81304 Altitude: 12m (and falling)
Posts: 4,499
|
Re: Ideas for a CAPTCHA-less CAPTCHA?
I've got some PHP that does a pretty good job of detecting spammers. There's lots of little tricks you can use to detect whether your form is being filled in by a script without the user having to read anything from the screen.
<touches side of nose>
When I'm back on my own machine I'll PM you the details.
|
|
|
25-09-2009, 21:22
|
#14
|
|
Inactive
Join Date: Jun 2003
Age: 44
Posts: 14,750
|
Re: Ideas for a CAPTCHA-less CAPTCHA?
Cheers for that mate, nice one
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +1. The time now is 16:36.
|