php forum
php mysql forum
php mysql smarty
 
Topic Options
#311690 - 10/12/06 01:05 PM Human inteligence accesable answer to captcha
Learner Offline
Newbie

Registered: 10/12/06
Posts: 14
http://www.dralegal.org/cases/private_business/nfb_v_target.php

The above link is to a news story that shows what is coming. Target a private company was sued over web accesability. Now the EU and the US government have their laws that thier sites must be accesable to the deaf mute and blind. But this law suit sets a leagal presidence for private sector sites.

http://en.wikipedia.org/wiki/Captcha

Captcha for those who do not know is the image you get when you sign up for sites. You have all seen them. The funky letyters and numbers that you must type in to prove you are human. Great idea, but it has its faults.

Number 1:
It has been broken. You read that right. You have to have some fairly distorted letters, blended colors and other funky crap to be fairly(notice I didn't say 100%) sure a bot will not be able to read it.
Read this: http://en.wikipedia.org/wiki/Captcha#Computer_character_recognition

Number 2: The blind are screwed. Thie disabled community are very offended by captch. Some of you say how do the blind surf the web? Look up screen readers. The one that comes to mind is JAWS http://www.freedomscientific.com/fs_products/software_jaws70fea.asp
http://www.netmechanic.com/news/vol4/accessibility_no14.htm

So you have security that unless you really put some thought into it(not used the code from zend.com or php.net) is pretty useless. And you lock out a growing section of netizens. What is the answer? The human brain. Computers do not tell jokes, they do not know cliches, Sure you can program them to have a pool of each to pull from, but how many can that pool effectivley hold?

Imagine a mod that allowed site admins to offer audio, video, image, text puzzels to prove human inteligence. The admin could upload a middi file that sounds like a top 20 hit. It plays you type in the band, or maybe the song title, or maybe it is random the info needed from the same audio bit.

Text could be simple things, why did the chicken cross the road? "to get to the other side".

Yes I know a bot can be coded to answer that. But if every admin could set up thier own questions, images, videos, audio, how efective is it to code a bot for one site? Then the admin changes everything. The bot is useless.

The user is offered a choice on authentication. Anyone intrested in Section 508 US government accesability compliance, here is the horses mouth
http://www.section508.gov/





Top
#311698 - 10/12/06 06:02 PM Re: Human inteligence accesable answer to captcha [Re: Learner]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 811
Loc: Berlin, Germany
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#311699 - 10/12/06 06:40 PM Re: Human inteligence accesable answer to captcha [Re: Zarzal]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
Yeh, way to go Russell, you have Rick rethinking himself :x...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#311715 - 10/13/06 09:44 AM Re: Human inteligence accesable answer to captcha [Re: Gizmo]
Learner Offline
Newbie

Registered: 10/12/06
Posts: 14
The question idea is cool, but might I make a sugestion. Get more milage out of a question with a tad more code. Say you have a question,

What color is an orange?

Now say you have 3 categories of answers for this question. With some basic css you could position some instructions hard for a bot to read. Like

Type out the second word in the question
Answer the question
what is the 16th letter in this sentence.

Now you have 3 answers for one question.

The instructions are text in a <div></div> PHP generates a random string to go into the "id" attriburte. Then generates a css blurb for that name. You could even move the instructions around the page.



Top
#311722 - 10/13/06 11:33 PM Re: Human inteligence accesable answer to captcha [Re: Learner]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
Question, how does a blind guy know what colour an orange is?
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#311738 - 10/16/06 09:21 AM Re: Human inteligence accesable answer to captcha [Re: Gizmo]
Learner Offline
Newbie

Registered: 10/12/06
Posts: 14
if he is 5 or older he would have heard it. Most users of a BBS are say 13+ years of age. If you agree with that, then you must assume some life expeirences with resonable human contact.

The person may be blind, nut would know the smell and taste of an orange most likely. At some point... "Is it orange like the color" had to come up. The person is blind, yes... But you have to remember they are still social and communicate.

One might argue no one knows what color an orange is since all we as humans see is the reflecting and refacturing of white spectrum light. But we have a concept of it. So will the blind guy.

Top
#311746 - 10/16/06 05:21 PM Re: Human inteligence accesable answer to captcha [Re: Learner]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
"The orange tastes blue!" lol...

And not nessessarily 13+, I know plenty of parents who allow their 8 year old's online smirk...

_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#311764 - 10/17/06 08:42 AM Re: Human inteligence accesable answer to captcha [Re: Gizmo]
Learner Offline
Newbie

Registered: 10/12/06
Posts: 14
Okay describe the texture of this, Cactus:prikley,spikey,pokey

Where Cactus: is the item and all the answere are split() via comma into an array of acceptable answers.

$answ[0] = 'prickley';
$answ[1] = 'spikey';
$answ[2] = 'pokey';

You can do a for each to run though all answers and compare against user input.

So each admin could allow multiple answers to multiple questions. And you have on question with multiple add ons

i.e. Cactus:

That would make coding it a bit easier and easy to add to for admins.

Top



Moderator:  sirdude 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks