Help needed with PHP
-
- Member
- Posts: 79
- Joined: Sat May 19, 2007 2:32 pm
- Location: Iowa City, IA
Help needed with PHP
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
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
- aebrown
- Community Administrator
- Posts: 15155
- Joined: Tue Nov 27, 2007 8:48 pm
- Location: Draper, Utah
New Forum: 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.cannona wrote:Many of you may have noticed the new forum which was recently created called "Accessibility to Church Technology Products".
- marianomarini
- Senior Member
- Posts: 619
- Joined: Sat Jan 19, 2008 3:13 am
- Location: Vicenza. Italy
Yes I do, but I don't know very well what is VBulletin system. So I need to learn some about it.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
La vita è una lezione interminabile di umiltà (Anonimo).
Life is a endless lesson of humility (Anonimous).
Life is a endless lesson of humility (Anonimous).
-
- New Member
- Posts: 43
- Joined: Fri Jan 19, 2007 1:43 pm
- Location: Pleasant Grove, UT
Accessible Captcha
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
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
-
- Member
- Posts: 79
- Joined: Sat May 19, 2007 2:32 pm
- Location: Iowa City, IA
This may work. What do you think Tom? It appears to be a perfect solution from my perspective.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
Aaron
-
- Community Administrator
- Posts: 35225
- Joined: Sat Jan 20, 2007 2:53 pm
- Location: U.S.
Yes, It's been pointed out to me that the "Contact Us" also contains a captcha as well as new Family Search registration.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.
- WelchTC
- Senior Member
- Posts: 2085
- Joined: Wed Sep 06, 2006 8:51 am
- Location: Kaysville, UT, USA
- Contact:
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.cannona wrote:This may work. What do you think Tom? It appears to be a perfect solution from my perspective.
Aaron
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
-
- Member
- Posts: 79
- Joined: Sat May 19, 2007 2:32 pm
- Location: Iowa City, IA
I believe that you are right, and that it would require an outbound connection from the server.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
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
- WelchTC
- Senior Member
- Posts: 2085
- Joined: Wed Sep 06, 2006 8:51 am
- Location: Kaysville, UT, USA
- Contact:
I'll check into it.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
Tom