Help needed with PHP

When the Church has need of help from the technology community, we will post that need in this forum.
Locked
cannona-p40
Member
Posts: 79
Joined: Sat May 19, 2007 2:32 pm
Location: Iowa City, IA

Help needed with PHP

#1

Post by cannona-p40 »

Hi all.

Many of you may have noticed the new forum which was recently created called "Accessibility to Church Technology Products". This forum will be for the discussion of the accessibility of Church technologies to persons with disabilities. Unfortunately, in an ironic twist, this forum requires the completion of a captcha in order to register. As you might imagine, this is a problem for people who are blind, and others. So, as a partial work-around, we need someone to write a plugin for the forum that will allow us to offer an audio captcha.

I've already got some notes on how to generate an audio captcha, but the working code is in python. Still, it's not technically very difficult. Just load some audio files into memory, mix some random noise in and send it to the user. The trick is writing it in PHP and intigrating it with the VBulletin system.

Also, don't let the idea of mixing audio scare you off. It's really not that difficult, and again, I have some notes on how to do it.

Interested?

Aaron
User avatar
aebrown
Community Administrator
Posts: 15153
Joined: Tue Nov 27, 2007 8:48 pm
Location: Draper, Utah

New Forum: Accessibility to Church Technology Products

#2

Post by aebrown »

cannona wrote:Many of you may have noticed the new forum which was recently created called "Accessibility to Church Technology Products".
Actually, I missed it, since it has no posts yet, and so it doesn't show up in the New Posts list. To save others the hunt, follow this link, and the breadcrumbs will show you how it fits in the forum structure.
User avatar
marianomarini
Senior Member
Posts: 619
Joined: Sat Jan 19, 2008 3:13 am
Location: Vicenza. Italy

#3

Post by marianomarini »

cannona wrote: Also, don't let the idea of mixing audio scare you off. It's really not that difficult, and again, I have some notes on how to do it.

Interested?

Aaron
Yes I do, but I don't know very well what is VBulletin system. So I need to learn some about it.
La vita è una lezione interminabile di umiltà (Anonimo).
Life is a endless lesson of humility (Anonimous).
PhillipsCJ
New Member
Posts: 43
Joined: Fri Jan 19, 2007 1:43 pm
Location: Pleasant Grove, UT

Accessible Captcha

#4

Post by PhillipsCJ »

Aaron,
Here is a post that may be relevant:
http://blog.blindaccessjournal.com/2007 ... ptcha.html

Here is a direct link to the plugin:
http://www.vbulletin.org/forum/showthread.php?t=151824
cannona-p40
Member
Posts: 79
Joined: Sat May 19, 2007 2:32 pm
Location: Iowa City, IA

#5

Post by cannona-p40 »

mactoph wrote:Aaron,
Here is a post that may be relevant:
http://blog.blindaccessjournal.com/2007 ... ptcha.html

Here is a direct link to the plugin:
http://www.vbulletin.org/forum/showthread.php?t=151824
This may work. What do you think Tom? It appears to be a perfect solution from my perspective.

Aaron
russellhltn
Community Administrator
Posts: 34421
Joined: Sat Jan 20, 2007 2:53 pm
Location: U.S.

#6

Post by russellhltn »

cannona wrote:Unfortunately, in an ironic twist, this forum requires the completion of a captcha in order to register. As you might imagine, this is a problem for people who are blind, and others.
Yes, It's been pointed out to me that the "Contact Us" also contains a captcha as well as new Family Search registration.
User avatar
WelchTC
Senior Member
Posts: 2085
Joined: Wed Sep 06, 2006 8:51 am
Location: Kaysville, UT, USA
Contact:

#7

Post by WelchTC »

cannona wrote:This may work. What do you think Tom? It appears to be a perfect solution from my perspective.

Aaron
I need to see if this plugin requires outbound Internet access. Since the concept behind recaptcha is to grab bits of undigitized books, I assume it has to connect to a server to do that. Currently our infrastructure does not allow the server to make outbound calls. However I can test it on my test environment.

The other bit of good news is the talk of version 3.7 of vBulletin solving this problem.

I'll test and report back.

Tom
cannona-p40
Member
Posts: 79
Joined: Sat May 19, 2007 2:32 pm
Location: Iowa City, IA

#8

Post by cannona-p40 »

tomw wrote:I need to see if this plugin requires outbound Internet access. Since the concept behind recaptcha is to grab bits of undigitized books, I assume it has to connect to a server to do that. Currently our infrastructure does not allow the server to make outbound calls. However I can test it on my test environment.

The other bit of good news is the talk of version 3.7 of vBulletin solving this problem.

I'll test and report back.

Tom
I believe that you are right, and that it would require an outbound connection from the server.

Any idea on when you might upgrade to 3.7? I know they have released 3.7 RC1 at this time, so it should be pretty stable, but I don't know what the policies are on using pre-release software.

Thanks a lot for your help with this.

Aaron
User avatar
WelchTC
Senior Member
Posts: 2085
Joined: Wed Sep 06, 2006 8:51 am
Location: Kaysville, UT, USA
Contact:

#9

Post by WelchTC »

cannona wrote:I believe that you are right, and that it would require an outbound connection from the server.

Any idea on when you might upgrade to 3.7? I know they have released 3.7 RC1 at this time, so it should be pretty stable, but I don't know what the policies are on using pre-release software.

Thanks a lot for your help with this.

Aaron
I'll check into it.

Tom
Locked

Return to “Development Help Wanted”