Einige durch Komma getrennte Tags werden mit logischem AND zwischen ihnen behandelt. Du kannst auch das Semikolon als logischen OR-Interpreter benutzen. AND hat Priorität über OR und du kannst keine Einklammerungen für logische Gruppierungen nutzen. Stern (*) wird als Maske für "Jede Zeichenkette" genutzt.
Sektionen: Extensions / Security & Authentication
Upload the plugin folder turnstile
into your Cotonti plugins directory: Setup is very simple, just add the following...
Sektionen: Documentation / Extending Cotonti / Extensions
When developing an extension, it is often necessary to display some form to unregistered users: a feedback form, "order a call", ask a question to support, etc. Such forms can be filled out and sent to the server by spam bots, thereby filling the database with garbage. A captcha is a very effective way to protect against such bots.
It makes no sense to require registered users to fill out a captcha because bots cannot log in to the site and "spam" all forms. Therefore, you need to display the...
Sektionen: Extensions / Security & Authentication
Securimage CAPTCHA plugin for Cotonti CMF. Protects your site from spam bots with image captcha.
Uses the Securimage class (from Drew Phillips)
Authors:
Github: https://github.com/Alex300/SecurImageCaptcha-for-Cotonti
Plugin page on author's site: https://lily-software.com/free-scripts/cotonti-securImage-captcha
Sektionen: Extensions / Security & Authentication
Sektionen: Documentation (Genoa and older) / Russian / Разное
Что такое captcha я не думаю, что надо рассказывать.
В cotonti появился целый набор плагинов с различными CAPTCHA, а так же плагины позволяющие управлять настройками, выводить ту или иную CAPTCHA в зависимости от предпочтений. Появился единый механизм подключения.
Разберем каждый из плагинов по отдельности:
Captcha – это самая обычная картинка-подтверждение. Используется класс: SecurImage (Drew Phillips). Она обладает большим количеством недокументированных настроек, которые можно настроить по...
Sektionen: Extensions / Security & Authentication
Comments for Guests Plugin enables your website visitors to post comment without registration. This is generally very good since you can get quick response to your articles or blog posts, and people can comment without going through the registration routine and – possibly – compromising their email. Com4Guests CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) capability will let you effectively filter off spam bots.
Comments for Guests supports CAPTCHA...
Sektionen: Extensions / Security & Authentication
This is reCAPTCHA integration plugin for Cotonti -- another member of the happy family of CAPTCHA plugins serving security of your websites.
reCAPTCHA v2 is currently supported.
Authors: esclkm, Andrey Matsovkin, Kalnov Alexey
Github: https://github.com/Cotonti-Extensions/recaptcha
Version for Cotonti Siena:
Just download it here and install the plugin.
Version for Cotonti Genoa:
This plugin is recommended for use with CAPTCHA Manager. However, it can be used as a...
Sektionen: Extensions / Security & Authentication
SecurImage CAPTCHA Plugin is based on the SecurImage class by Drew Phillips
Cotonti Siena version can be downloaded here.
If you use Cotonti Genoa, then this plugin is recommended for use with CAPTCHA Manager. However, it can be used as a single CAPTCHA solution for the website.
There is no such requirement for Cotonti Siena.
Visit Cotonti CAPTCHA Demopage to see SecurImage CAPTCHA plugin in action (CAPTCHA Manager is set to "Random CAPTCHA").
Sektionen: Extensions / Security & Authentication
It's not a secret that most popular graphical CAPTCHAs are easily passed by modern smart spam bots. PHP-Captcha used in Seditio is not an exception from this rule, Seditio has not been attacked yet because there haven't been bots targeting it, but once there are bots targeting Seditio and its simple PHP-Captcha, it will surrender.
On the other hand many users complain that it's hard to put the letters displayed on image in correct case, so it makes registration process more difficult for...
Sektionen: Extensions / Security & Authentication
This plugin is recommended for use with CAPTCHA Manager.
Siena version of this plugin ships with the CMS by default.
Sektionen: Extensions / Security & Authentication
Note: this plugin is deprecated since Cotonti Siena 0.9.8 because its functionality and API was acquired by the core. Do not install it if you use Cotonti 0.9.8 or later.
Visit Cotonti CAPTCHA Demopage to see CAPTCHA Manager in action ("Random CAPTCHA" mode).
Sektionen: Documentation (Genoa and older) / Russian / Плагины
Плагин использует класс Securimage (Drew Phillips, http://www.phpcaptcha.org )
Для изменения настроек изображения используйте правку файла inc\securimages.php (шрифт, кегль, фоновое изображение, шумы и т. д.)
1. Для вставки изображения используйте:
function sed_captcha_generate($func_index = 0)
{
global $sed_captcha;
if(!empty($sed_captcha[$func_index]))
{
$captcha=$sed_captcha[$func_index]."_generate";
return $captcha();
}
return false;
}...
Sektionen: Documentation (Genoa and older) / Russian / Плагины
Sektionen: Foren / Cotonti / Extensions
Sektionen: Foren / Cotonti / Extensions
Sektionen: Foren / National / Russian / Модули и плагины
Sektionen: Foren / Cotonti / Extensions