- Uyumlu XF Sürümleri
- 2.3.X
- PHP Sürümü
- PHP 8.2+
Eklenti, insan doğrulama sistemini entegre eden ve botlara karşı koruma sağlayan eklentidir.
Description:
The plugin is a plugin that ensures the integrated operation of the human system and provides protection against bots.
Configuration:
Description:
The plugin is a plugin that ensures the integrated operation of the human system and provides protection against bots.
Configuration:
- Admin Control Panel -> Setup -> Options -> User registration -> Enable CAPTCHA for guests
- Private Secret Key: Your ALTCHA private secret key. This key used to HMAC sign the verification requests. Make sure to keep it secure and do not share it publicly.
- Complexity: A numeric value that determines the difficulty of the challenges presented to users. Higher values increase security but may impact user experience.
- ALTCHA Script URL: The URL of the ALTCHA JavaScript file to be included on pages where verification is required. Default is
https://cdn.jsdelivr.net/gh/altcha-org/altcha/dist/altcha.min.js. See ALTCHA Documentation for more details. - i18n JS URL: The URL of the ALTCHA internationalization JavaScript file to support multiple languages. See ALTCHA Documentation for more details.