Index Help

Tag: captcha

(4 extensions)

PHP Captcha for Piwigo

1 2 3 4 5

Revision 1.1.1 (2022-01-31)

Deutsch [DE] English [GB] English [UK]
Slovenščina [SL]

About: A small and lightweight Captcha solution to keep your installation free from bot spam comments and bot fake registrations.

It does not rely on any remote resources - like Recaptcha from Google or any others. This means you do not have to mention it in your GDPR compliance declaration. If Google enables Recaptcha V3 soon, Recaptcha will act like a tracker, since the advice is to implement it on every single page of your website. You will dislike Google for this, hopefully.

Installation is as easy as with any other plugin. Since this plugin does not use any database tables it does not matter which MySQL version you are using.

The Captcha works the classic way. There are some configuration options like colors, OCR confusion, dimensions and length of challenge. Just explore the possibilities in the plugin area of Piwigo admin.

Yes, it is the 5th or so Captcha solution, but all other solutions rely on remote resources or are not maintained anymore.

You can protect comments below pictures, comments below categories (plugin Comments on Albums), user registration, guestbook entries (plugin GuestBook) and the contact form (plugin Contact Form).

The plugin is based on work of mistic and Stefan Petre.

Would love to receive feedback.

Changes: adds slovenian language, provided by max-ima

Crypto Captcha

1 2 3 4 5

Revision 2.2.1 (2021-11-23)

Brasil [BR] Català [CA] Česky [CZ]
Dansk [DK] Deutsch [DE] English [UK]
Español [ES] Estonian [EE] Français [FR]
Italiano [IT] Latviešu [LV] Magyar [HU]
Nederlands [NL] Polski [PL] Português [PT]
Slovensky [SK] Svenska [SE] Türkçe [TR]
Ελληνικά [GR] Български [BG] Русский [RU]
Українська [UA] فارسی [IR] 中文 (简体) [CN]
中文 (繁體) [TW]

About: 'Crypto Captcha' (formerly 'CryptograPHP') limits spam in your gallery by adding a captcha in forms for registering, commenting and from the 'ContactForm' plugin.

It works like P@t's plugin 'Captcha' except that it uses the Securimage generator (www.phpcaptcha.org) instead of reCAPTCHA (www.google.com/recaptcha).

Compatible with 'Comments on Albums', 'GuestBook' and 'Contact Form' plugins.

Changes: Compatibility with Piwigo 12

Reisishot Login Security

1 2 3 4 5

Revision 1.0.2 (2019-01-22)

About: [Deprecation warning]: I am currently not using Piwigo and therefore stopped supporting this plug-in. Please take the code and update it. Contact me, if you need initial help in taking over this plugin!


This plugin should work with many themes as the recaptcha tag is inserted using Javascript!


Please follow the instructions provided at:
https://github.com/reisi007/Reisishot-Login-Security-for-PIWIGO/blob/master/README.md


In short:
- You need the LocalFiles Editor plugin (https://piwigo.org/ext/extension_view.php?eid=144)
- You must get recaptcha v2 keys for your domain
(https://www.google.com/recaptcha/admin#list)
- You must define three config variables:
The first one changes the function, which verifies the users password
The second one is the "Website Key" (or similar).
The third and last one is the "Secret key".
Please put the two keys inside ' as shown below:

$conf['password_verify'] = 'reisishot_password_verify';
$conf['recaptcha_public'] = 'mypublickey1415';
$conf['recaptcha_secret'] = 'myprivatekey1425';

That's it :D!

PS: URL fopen (http://php.net/manual/en/filesystem.configuration.php#ini.allow-url-fopen) must be enabled!

Changes: Tried to improve JS even more

Easy Captcha

1 2 3 4 5

Revision 1.2.0 (2014-08-30)

Brasil [BR] Català [CA] Česky [CZ]
Dansk [DK] Deutsch [DE] English [UK]
Español [ES] Esperanto [EO] Estonian [EE]
Français [FR] Italiano [IT] Latviešu [LV]
Magyar [HU] Nederlands [NL] Polski [PL]
Português [PT] Slovensky [SK] Svenska [SE]
Türkçe [TR] Ελληνικά [GR] Русский [RU]
Українська [UA] فارسی [IR] 中文 (简体) [CN]
中文 (繁體) [TW]

About: A fun antibot system for comments, registration, ContactForm and GuestBook.
It's not a captcha, it provide two different challenges (for now) : a tic-tac-toe minigame and a drag & drop verification.

Can be used with Crypto Captcha ONLY if not activated on the same pages.

Changes: Compatible with Piwigo 2.7

(4 extensions)
github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact