[DEV] textCAPTCHA Plugin

Post your MODs, receive and provide feedback!
Topics in this forum are not for MOD support, they are for giving the author feedback.
Forum rules
The topics in this forum are not for general MOD support, they are for giving the MOD author some feedback, ideas and bug reports.
Post Reply
SamT
Past Contributor
Past Contributor
Posts: 79
Joined: 14 Jun 2009, 16:29
Real name: Sam
Location: Sacramento, CA, USA
Contact:

[DEV] textCAPTCHA Plugin

Post by SamT »

Modification Name: textCAPTCHA Plugin
Author: [url=http://www.phpbb.com/community/memberlist.php?mode=viewprofile&u=873955]SyntaxError90[/url]
Modification Description: Adds a plugin to utilize the [url=http://textcaptcha.com/]textCAPTCHA[/url] service. Boasting 157,500,799 questions, "All easy", the logic based nature and wide variety of the questions is suppose help in the fight against spam bot registration.
Modification Version: 0.0.5

[img]http://i32.tinypic.com/radso8.png[/img] [img]http://i34.tinypic.com/20qdwy8.jpg[/img]

Requirements:
  • API Key (requires registration at textCAPTCHA
  • SimpleXML

Languages: [img]http://i37.tinypic.com/2wm2jjd.gif[/img] [img]http://i37.tinypic.com/257hm9x.gif[/img] (Due to limitations on the textCAPTCHA system itself, English will be the only language supported)

Modification Download: Coming soon!

Notes: Inspired by phpBBweekly episode number [url=http://www.phpbbweekly.net/2009/10/22/phpbb-weekly-125-a-blind-date-for-captchas/]125[/url], CAPTCHAs were thoroughly discussed, and a this service was brought up. It seems like a worth while project, and as it is just a plugin, seems simple enough.
Country flag icons by [url=http://www.famfamfam.com/lab/icons/flags/]famfamfam.com[/url]
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

Re: [DEV] textCAPTCHA Plugin

Post by igorw »

Very nice! Interesting concept. Great way of linking QnA to a remote service. The right way to do it would be to extend the Q&A captcha class.

One note however, it might be worth mentioning the requirement of 5.1.3 (this requirement comes with simpleXML).
SamT
Past Contributor
Past Contributor
Posts: 79
Joined: 14 Jun 2009, 16:29
Real name: Sam
Location: Sacramento, CA, USA
Contact:

Re: [DEV] textCAPTCHA Plugin

Post by SamT »

eviL<3 wrote:Very nice! Interesting concept. Great way of linking QnA to a remote service. The right way to do it would be to extend the Q&A captcha class.

One note however, it might be worth mentioning the requirement of 5.1.3 (this requirement comes with simpleXML).

Yeah, I need to get the requirements up... but I never thought of simply extending the QA class, that might be really worth looking into instead of creating one from scratch.
User avatar
onehundredandtwo
Past Contributor
Past Contributor
Posts: 48
Joined: 23 Jul 2009, 19:47

Re: [DEV] textCAPTCHA Plugin

Post by onehundredandtwo »

This should help loads of admins using Q&A, great idea Sam. I know quite a few websites that would benefit from this. :)
Post Reply