Sortables CAPTCHA Plugin

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
moonslice
Registered User
Posts: 24
Joined: Wed Feb 23, 2005 5:56 pm
Contact:

Re: Sortables CAPTCHA Plugin

Post by moonslice »

Yes - I had already done this. (sorry i didn't mention this before)
Jim
moonSlice - web hosting/ecommerce/design
moonslice
Registered User
Posts: 24
Joined: Wed Feb 23, 2005 5:56 pm
Contact:

Re: Sortables CAPTCHA Plugin

Post by moonslice »

PS: since i'm using prosilver SE and en_us, do i have to copy the files you created in /prosilver into /prosilver_se;
and do i have to copy the files you created in /en into /en_us?
Jim
moonSlice - web hosting/ecommerce/design
User avatar
MattF
Extensions Development Coordinator
Extensions Development Coordinator
Posts: 5859
Joined: Sat Jan 17, 2009 9:37 am
Location: Los Angeles, CA
Name: Matt Friedman

Re: Sortables CAPTCHA Plugin

Post by MattF »

moonslice wrote:PS: since i'm using prosilver SE and en_us, do i have to copy the files you created in /prosilver into /prosilver_se;
and do i have to copy the files you created in /en into /en_us?
You just need to copy the js folder into the prosilver_se templates folders... The other template files will be inherited from prosilver. (And yes, put whatever is in the en folder into en_us
Formerly known as VSEMy ExtensionsPlease do not PM me for support.
User avatar
Kellanved
Former Team Member
Posts: 2635
Joined: Wed Jan 26, 2005 2:48 pm
Location: Meta-level

Re: Sortables CAPTCHA Plugin

Post by Kellanved »

An even more elegant solution would be using {T_SUPER_TEMPLATE_PATH} variable instead of {T_TEMPLATE_PATH} in the templates, which would be correctly inherited.
Nocando is in Idontwanna county. No support via PM
GalaxyGames
Registered User
Posts: 3
Joined: Mon Aug 03, 2009 7:17 pm

Re: Sortables CAPTCHA Plugin

Post by GalaxyGames »

Hello! I recently installed this mod and was prepared to test it out, but there appears to be an issue...
My Registration Page wrote:To prevent automated registrations the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.
And the sortables do not load. Is it that I'm missing some files? I've already added a question and options via ACP.

Thanks!
CMA
Registered User
Posts: 330
Joined: Mon Jun 02, 2003 4:15 pm
Location: Vancouver BC Canada
Contact:

Re: Sortables CAPTCHA Plugin

Post by CMA »

stokerpiller wrote:Maybe we need a screenshot when js is disabled using Opera:
sort.PNG
is human counting? i mean piggyback...


anyway... my question... is this more effective and security than normal captcha 3d that phpbb3 3.06 has??
User avatar
MattF
Extensions Development Coordinator
Extensions Development Coordinator
Posts: 5859
Joined: Sat Jan 17, 2009 9:37 am
Location: Los Angeles, CA
Name: Matt Friedman

Re: Sortables CAPTCHA Plugin

Post by MattF »

CMA wrote:anyway... my question... is this more effective and security than normal captcha 3d that phpbb3 3.06 has??
Yes only because it requires a human to get past it. 3D captchas can be OCR scanned and stuff by automated spam-bots... This method requires thinking and actually physically moving and sorting options on the screen.
Formerly known as VSEMy ExtensionsPlease do not PM me for support.
CMA
Registered User
Posts: 330
Joined: Mon Jun 02, 2003 4:15 pm
Location: Vancouver BC Canada
Contact:

Re: Sortables CAPTCHA Plugin

Post by CMA »

ok i will download and install it... i hope it will not make visitor go away...
User avatar
Derky
Development Team Member
Development Team Member
Posts: 4872
Joined: Sun Apr 10, 2005 9:58 am
Location: Netherlands
Contact:

Re: Sortables CAPTCHA Plugin

Post by Derky »

GalaxyGames wrote:Hello! I recently installed this mod and was prepared to test it out, but there appears to be an issue...
My Registration Page wrote:To prevent automated registrations the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.
And the sortables do not load. Is it that I'm missing some files? I've already added a question and options via ACP.

Thanks!
You need to update your (custom) style to phpBB 3.0.6. ;)
RedCraft
Registered User
Posts: 8
Joined: Sun Oct 12, 2008 12:58 pm
Location: Russia, Moscow

Re: Sortables CAPTCHA Plugin

Post by RedCraft »

Thank you for Mod ;)

Russian translate
Attachments

[The extension rar has been deactivated and can no longer be displayed.]

User avatar
Thilak
Registered User
Posts: 27
Joined: Sun Sep 30, 2007 6:58 pm
Location: Germany

Re: Sortables CAPTCHA Plugin

Post by Thilak »

German translation/language file(s): http://www.chalong.de/viewtopic.php?f=6&t=313&start=0
Regards Thilak aka Chalong
User avatar
Jorup16
Registered User
Posts: 427
Joined: Sun Dec 14, 2008 5:13 am
Location: Zacapa, Guatemala
Name: Jorge
Contact:

Re: Sortables CAPTCHA Plugin

Post by Jorup16 »

Thanks :D
Spanish Translations for Ext phpBB :D - Traducciones al español para Ext phpBB :)
>>>>> https://github.com/Jorup16 <<<<<
User avatar
AlleyKat
Registered User
Posts: 1037
Joined: Wed Jul 16, 2003 5:06 pm
Location: Odense, Denmark
Contact:

Re: Sortables CAPTCHA Plugin

Post by AlleyKat »

Danish lang file translation

Code: Select all

<?php
/**
*
* sortables captcha [Danish]
*
* @package language
* @version $Id$
* @copyright (c) 2009 phpBB Group
* @copyright (c) 2009 Derky - phpBB3styles.net
* @copyright (c) 2009 Danish lang by AlleyKat - phpbb2.dk
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
	exit;
}

if (empty($lang) || !is_array($lang))
{
	$lang = array();
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine

$lang = array_merge($lang, array(
	'CAPTCHA_SORTABLES'				=> 'Sorterings-CAPTCHA',
	'CONFIRM_QUESTION_EXPLAIN'		=> 'Træk mulighederne til den korrekte liste med musen, for at undgå automatiserede tilmeldinger.',
	'CONFIRM_QUESTION_EXPLAIN_NOJS'	=> 'Vælg fra nedenstående muligheder herunder til den korrekte liste for at undgå automatiserede tilmeldinger.', // With JavaScript disabled
	'CONFIRM_QUESTION_WRONG'		=> 'Du har ikke sorteret mulighederne til den korrekte liste i bekræftelses-spørgsmålet.',

	'QUESTION_ANSWERS'			=> 'Svar',
	'ANSWERS_EXPLAIN'			=> 'Muligheder for denne kolonne. Skriv én mulighed pr. linje.',
	'CONFIRM_QUESTION'			=> 'Spørgsmål',
	'CHANGES_SUBMIT'			=> 'Indsend ændringer',

	'EDIT_QUESTION'				=> 'Redigér spørgsmål',
	'QUESTIONS'					=> 'Sortérbare Lister spørgsmål',
	'QUESTIONS_EXPLAIN'			=> 'Her kan du tilføje og redigere spørgsmål der skal stilles ved tilmelding. Du skal angive mindst ét spørgsmål i standardsproget for dit forum for at kunne bruge denne plugin. Spørgsmål bør være nemme at besvare for dit mål-publikum. Brugerne vil kunne se alle mulighederne en kolonne og skal sortere dem til den rette kolonne. Husk også at skifte spørgsmål regelmæssigt.',
	'QUESTION_DELETED'			=> 'Spørgsmål slettet',
	'QUESTION_LANG'				=> 'Sprog',
	'QUESTION_LANG_EXPLAIN'		=> 'Sproget som dette spørgsmål og dets svar er skrevet i.',
	'QUESTION_SORT'				=> 'Standard sorteringskolonne',
	'QUESTION_SORT_EXPLAIN'		=> 'I hvilken kolonne skal alle svar vises som standard.',
	
	'COLUMN_LEFT'				=> 'Venstre kolonne',
	'COLUMN_RIGHT'				=> 'Højre kolonne',
	'COLUMN_NAME'				=> 'Kolonne-navn',
	'COLUMN_NAME_LEFT_EXPLAIN'	=> 'F.eks.: Ting jeg har brug for',
	'COLUMN_NAME_RIGHT_EXPLAIN'	=> 'F.eks.: Ting jeg ikke har brug for',
	
	'DEMO_QUESTION'				=> 'Hvilke ingredienser i tomatsuppe',	
	'DEMO_NAME_LEFT'			=> 'I gryden',
	'DEMO_NAME_RIGHT'			=> 'Smid væk',
	'DEMO_OPTION_BANANAS'		=> 'Bananer',
	'DEMO_OPTION_TOMATOES'		=> 'Tomater',
	'DEMO_OPTION_APPLES'		=> 'Æbler',
	'DEMO_PREVIEW_ONLY'			=> 'Du kan ikke flytte på mulighederne i forhåndsvisning.',

	'QUESTION_TEXT'				=> 'Spørgsmål',
	'QUESTION_TEXT_EXPLAIN'		=> 'Forklar hvordan mulighederne skal sorteres i kolonnerne.',

	'SORTABLES_ERROR_MSG'		=> 'Udfyld venligst alle felter og indtast mindst én mulighed for begge kolonner.',
));

?>
Also available as zip file from http://www.phpbb2.dk/forum/viewtopic.php?t=11655
Image Dansk phpBB support (uofficielt)
Find unofficial support in your language here.
Help translate Mozilla extensions @ Babelzilla - Your Language Counts Too!
User avatar
Derky
Development Team Member
Development Team Member
Posts: 4872
Joined: Sun Apr 10, 2005 9:58 am
Location: Netherlands
Contact:

Re: Sortables CAPTCHA Plugin

Post by Derky »

Thanks RedCraft, Thilak (Chalong) and AlleyKat!
Your translations have been added! :)
User avatar
Eriamjh1138
Registered User
Posts: 37
Joined: Wed Dec 24, 2008 1:11 am

Re: Sortables CAPTCHA Plugin

Post by Eriamjh1138 »

I am trying this CAPTCHA on my forum. I like being able to make my own questions, but I hope members will get my twisted logic.
Locked

Return to “[3.0.x] MOD Database Releases”