Announcement

#1 2013-08-25 09:58:40

Ralf
Member
Dorsten-Lembeck
2012-05-08
230

Easy Captcha

Hi,

I wanted to test the new plugin, unfortunately I get this message when going to the plugin options:
ile_exists(): open_basedir restriction in effect. File(./plugins/EasyCaptcha/drag/functions_drag.inc.php/conf.inc.php) is not within the allowed path(s):

It is the first plugin where I get the open_basedir message.

Cheers
Ralf


There are only two kinds of music:
Rock and Roll

https://www.ralf-kerkhoff.de

Offline

 

#2 2013-08-25 10:28:51

mistic100
Former Piwigo Team
Lyon (FR)
2008-09-27
3277

Re: Easy Captcha

update :)

Offline

 

#3 2013-08-25 10:40:39

Ralf
Member
Dorsten-Lembeck
2012-05-08
230

Re: Easy Captcha

Hi,

thx :-)

The error message is gone, but the neither the game nor the drop image will show up.

When I choose "TciTacToe" in the Backend - the preview in the backend works fine.
In the frontend I see the title: :easycaptcha_tictac'
and an empty space below.

Choosing the image drop works fine in backend - in the frontend I see the title:
easycaptcha_drag_camera

and the 'DropBox' with image placeholders.

Tested with elegant and stripped theme

Cheers
Ralf

Last edited by Ralf (2013-08-25 10:41:40)


There are only two kinds of music:
Rock and Roll

https://www.ralf-kerkhoff.de

Offline

 

#4 2013-08-25 10:47:15

mistic100
Former Piwigo Team
Lyon (FR)
2008-09-27
3277

Re: Easy Captcha

I made a mistake for the translation, as it's not complete yet you have placeholder instead.
you can translate it your self in LocalFilesEditor, the strings are

Code:

$lang['easycaptcha_drag_%s'] = 'To verify you are a human, please place the <b>%s</b> in the most right box bellow.';
$lang['easycaptcha_tictac'] = 'You are player X, click on the right case to complete the line.';

But the images should show up (it works http://galerie.strangeplanet.fr/picture … ategory/10)

Can you activate it again ? I see Crypto Captcha on your site...

Offline

 

#5 2013-08-25 11:01:53

Ralf
Member
Dorsten-Lembeck
2012-05-08
230

Re: Easy Captcha

Hi,

i have activated easy captcha again - to avoid template issues I have also activated the elegant theme.

Sample url:
http://www.pixel-wonders.de/picture/040 … st_visited

Cheers
Ralf

PS: Easy captcha is set to random - maybe you have to refresh the page to see both variations.

Last edited by Ralf (2013-08-25 11:03:05)


There are only two kinds of music:
Rock and Roll

https://www.ralf-kerkhoff.de

Offline

 

#6 2013-08-25 11:06:36

mistic100
Former Piwigo Team
Lyon (FR)
2008-09-27
3277

Re: Easy Captcha

it's because you have question_mark_in_urls=false (I hate this parameter)
but it shouldn't happen... I don't understand

Offline

 

#7 2013-08-25 11:26:54

Ralf
Member
Dorsten-Lembeck
2012-05-08
230

Re: Easy Captcha

Hi,

common.inc.php - change line 49 to:
  'EASYCAPTCHA_PATH' =>get_absolute_root_url(). EASYCAPTCHA_PATH,

Looks like this works with question-marks-in-url set to no.

Cheers
Ralf


There are only two kinds of music:
Rock and Roll

https://www.ralf-kerkhoff.de

Offline

 

#8 2013-08-25 11:36:37

mistic100
Former Piwigo Team
Lyon (FR)
2008-09-27
3277

Re: Easy Captcha

but in the template there already is {$ROOT_URL}, it always worked

Offline

 

#9 2013-08-25 11:41:56

Ralf
Member
Dorsten-Lembeck
2012-05-08
230

Re: Easy Captcha

I got this from the crypto captcha common.inc.php which works with the question mark parameter.
Tested it and it works for me :-)


There are only two kinds of music:
Rock and Roll

https://www.ralf-kerkhoff.de

Offline

 

#10 2013-08-25 11:52:12

Ralf
Member
Dorsten-Lembeck
2012-05-08
230

Re: Easy Captcha

BTW: I have translated the icon.lang.php to match german language.
If you want I can send it to you.


There are only two kinds of music:
Rock and Roll

https://www.ralf-kerkhoff.de

Offline

 

#11 2013-08-25 11:54:55

mistic100
Former Piwigo Team
Lyon (FR)
2008-09-27
3277

Re: Easy Captcha

of course I want :)

Offline

 

#12 2013-08-25 12:31:00

Ralf
Member
Dorsten-Lembeck
2012-05-08
230

Re: Easy Captcha

Probably I just don't see how to send attachments ....

So here we go with the german translation - i left the php tags.

$lang['ball'] = 'ball';
$lang['battery'] = 'batterie';
$lang['bicycle'] = 'fahrrad';
$lang['binoculars'] = 'fernglas';
$lang['book'] = 'buch';
$lang['calculator'] = 'rechner';
$lang['calendar'] = 'kalender';
$lang['camera'] = 'kamera';
$lang['car'] = 'auto';
$lang['shopping cart'] = 'einkaufswagen';
$lang['cookie'] = 'plaetzchen';
$lang['scissors'] = 'schere';
$lang['DVD'] = 'DVD';
$lang['disk'] = 'diskettte';
$lang['guitar'] = 'gitarre';
$lang['hat'] = 'hut';
$lang['house'] = 'haus';
$lang['lock'] = 'schloss';
$lang['mobile phone'] = 'handy';
$lang['pencil'] = 'stift';
$lang['printer'] = 'drucker';
$lang['magnifying glass'] = 'lupe';
$lang['shoe'] = 'schuh';
$lang['suitcase'] = 'aktentasche';
$lang['trash'] = 'papierkorb';


There are only two kinds of music:
Rock and Roll

https://www.ralf-kerkhoff.de

Offline

 

#13 2013-08-25 12:34:36

Ralf
Member
Dorsten-Lembeck
2012-05-08
230

Re: Easy Captcha

And the pets language file:
$lang['bat'] = 'fledermaus';
$lang['butterfly'] = 'schmetterling';
$lang['cat'] = 'katze';
$lang['dog'] = 'hunde';
$lang['duck'] = 'ente';
$lang['eagle'] = 'adler';
$lang['elephant'] = 'elefant';
$lang['fish'] = 'fisch';
$lang['fox'] = 'fuchs';
$lang['frog'] = 'frosch';
$lang['horse'] = 'pferd';
$lang['ladybug'] = 'marienkaefer';
$lang['lion'] = 'loewe';
$lang['mouse'] = 'maus';
$lang['panda'] = 'panda';
$lang['penguin'] = 'pinguin';
$lang['snake'] = 'schlange';
$lang['toucan'] = 'tucan';


There are only two kinds of music:
Rock and Roll

https://www.ralf-kerkhoff.de

Offline

 

#14 2013-08-25 12:37:58

Ralf
Member
Dorsten-Lembeck
2012-05-08
230

Re: Easy Captcha

And finally a more completed german language file, so the messages in the frontend are displayed in german.
Note:
This is a free translation of the original message to fit my needs - this is not a  1:1 translation of the english language file:
$lang['Comments action'] = 'Kommentare Aktion';
$lang['Moderate'] = 'Moderate';
$lang['Preview'] = 'Vorschau';
$lang['Activate on'] = 'Aktivierung EIN';
$lang['Album comments'] = 'Album Inhalte';
$lang['Contact form'] = 'Kontakt Formular';
$lang['Guestbook'] = 'Gästebuch';
$lang['Picture comments'] = 'Bilder Kommentare';
$lang['Register form'] = 'Registrierungs-Formular ';
$lang['easycaptcha_drag_%s'] = 'Sicherheitsabfrage: <br />Bitte das Icon <b>%s</b> auf die DROP Box rechts ziehen und ablegen.';
$lang['easycaptcha_tictac'] = 'Du bist Spieler X, klicke auf das richtige Feld um die Reihe zu kopmplettieren.';
$lang['easycaptcha_javascript_public'] = 'Um einen Kommentar abzugeben muss Javascript aktiviert sein.';
$lang['Invalid answer'] = 'Falsche Antwort auf die Sicherheitsabfrage';


There are only two kinds of music:
Rock and Roll

https://www.ralf-kerkhoff.de

Offline

 

#15 2013-08-25 12:45:48

mistic100
Former Piwigo Team
Lyon (FR)
2008-09-27
3277

Re: Easy Captcha

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact