[MODDB] Sortables CAPTCHA Plugin

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Scam Warning
User avatar
Derky
Development Team Member
Development Team Member
Posts: 4882
Joined: Sun Apr 10, 2005 9:58 am
Location: Netherlands

[MODDB] Sortables CAPTCHA Plugin

Post by Derky »

IMPORTANT:
This MOD has been released into the MODDB
:D



Modification Name: Sortables CAPTCHA Plugin
Author: Derky

Modification Description: This CAPTCHA plugin adds two columns, you can add options to each column. All the options will be displayed into one column, then the user has to sort the options from one to the other column, by dragging them with the mouse. If the options are dragged to the correct columns the CAPTCHA is solved. Because this is a plugin you don't have to edit any file, just upload the files and it works!

This plugin is based on the default Question & Answer CAPTCHA so you can really make it suitable for your type of forum! For example if you have a cooking forum, then you can ask "What to include for tomato soup?"
Image
The user has to drag Bananas and Apples to the Throw away column to solve the CAPTCHA. :-)

Modification Version: 1.0.0-RC1
phpBB Version: 3.0.6

Requirements: Requires at least phpBB 3.0.6-dev

Features:
  • Left and right columns can be renamed to anything
  • Multiple options per column allowed
  • Options are showed in random order
  • Multiple language support
Screenshots:
Tomato soup example ACP:
Image

Michael Jackson albums example ACP:
Image

So you can really customise it to your kind of board. 8-)

Demo: Sortables Test Forum or go directly to the Posting page or Registration page.

Modification Download:
Image See MODDB topic
Last edited by Derky on Sat Sep 26, 2009 8:37 pm, edited 8 times in total.
User avatar
Derky
Development Team Member
Development Team Member
Posts: 4882
Joined: Sun Apr 10, 2005 9:58 am
Location: Netherlands

Re: [DEV] Sortables Lists CAPTCHA Plugin

Post by Derky »

I'm currently working on the front site of it (user registration screen) to display all the answers random and to make the 2 columns where you can drag the options between.

Any feedback so far? :)
User avatar
Kellanved
Former Team Member
Posts: 2635
Joined: Wed Jan 26, 2005 2:48 pm
Location: Meta-level

Re: [DEV] Sortables Lists CAPTCHA Plugin

Post by Kellanved »

The idea of using lists is pretty good for a multiple choice captchas. Obviously, any multiple choice captcha is brute-forcible, as the space of possible answers is rather small.
However, using the lists you get a much better problem space using few answers, i.e. with three ingredients you already get 8 (2^3) choices, with four ingredients you get 2^4 etc.
Nocando is in Idontwanna county. No support via PM
User avatar
Derky
Development Team Member
Development Team Member
Posts: 4882
Joined: Sun Apr 10, 2005 9:58 am
Location: Netherlands

Re: [DEV] Sortables Lists CAPTCHA Plugin

Post by Derky »

Thanks for your reply Kellanved! :)
Kellanved wrote:The idea of using lists is pretty good for a multiple choice captchas. Obviously, any multiple choice captcha is brute-forcible, as the space of possible answers is rather small.
I'm extending the Question&Answer captcha so if the 'answers' are wrong, you will get another question just like the Q&A captcha. So you cannot try every option with a brute force attack.
Kellanved wrote:However, using the lists you get a much better problem space using few answers, i.e. with three ingredients you already get 8 (2^3) choices, with four ingredients you get 2^4 etc.
So for this captcha, forcing a minimum amount of options should be a good idea.
User avatar
Derky
Development Team Member
Development Team Member
Posts: 4882
Joined: Sun Apr 10, 2005 9:58 am
Location: Netherlands

Re: [BETA] Sortables CAPTCHA Plugin

Post by Derky »

First beta version is released. I've also added a demo: Sortables Test Forum or go directly to the Posting page or Registration page.

This beta version is fully functional, but it currently doesn't support subsilver2 and users who have JavaScript disabled. Please notice that this plugin will only work on phpBB 3.0.6-dev and higher.

So test it out I would say! I'd love to hear some feedback. :-)

:arrow: Edit: The just released RC version does support users with JavaScript disabled.
svennson
Registered User
Posts: 60
Joined: Wed Jun 01, 2005 4:54 pm
Location: Belguim

Re: [RC] Sortables CAPTCHA Plugin

Post by svennson »

Good idea, however not 100%, as random attempts might get in (/brute force) , mainly on automatic posts, as attempts on registration can be limited.
However I like the idea, and some creative minds, might bring the fix for random guessing.
User avatar
Derky
Development Team Member
Development Team Member
Posts: 4882
Joined: Sun Apr 10, 2005 9:58 am
Location: Netherlands

Re: [RC] Sortables CAPTCHA Plugin

Post by Derky »

More options is the fix for random guessing. By default you have 3 attempts and for every failed attempt you get a new question. So you can't really brute force it because you get an other question every time. :)

/Edit: Released in MODDB:
http://www.phpbb.com/community/viewtopi ... &t=1795925
Last edited by Derky on Sat Oct 03, 2009 1:17 pm, edited 1 time in total.
Reason: Locked

Return to “[3.0.x] MODs in Development”