Slider Captcha

Unmaintained Slider Captcha 2.6.2

No permission to download
- Fixed bugs.
- From this version, font awsome is disabled by default. If the slider icon does not show up at your forum, please visit Style Properties -> Slider Captcha -> Uncheck "Disable Font Awesome Include" option.
* In this addon, Font Awesome is loaded locally. If you want to load from CDN, you can edit template - captcha_slidercaptcha and find this line:
Code:
<link href="js/slidercaptcha/css/font-awesome.min.css" rel="stylesheet">
then change to:
Code:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">

You can get the latest version of Awesome font here - https://fortawesome.github.io/Font-Awesome/get-started/
Slider Captcha 2.6 Changelog:
- Slider Captcha is now using Dragdealer.js by Ovidiu Cherecheș - http://skidding.github.io/dragdealer/
- Use Font Awesome for icons by default.
- Added Slider Captcha Style properties.

slidercaptcha_style_property.webp
Fixed the session_start() error on some websites.
Please let me know if the error still persists.
New feature: Choose a backup plan for browsers with Javascript disabled.
There are 3 options:
- Q&A Captcha
- ReCaptcha iframe
- Show Noscript notice only
Options Fallback- Slider Captcha - Admin CP - XenForo.webp

I will try to add more options later, please check out this new feature and let me know if have any problems.

Thanks
  • Like
Reactions: arr0w
- Added noscript notice.
- Enhance the slider captcha with a serect key.
Admin CP -> Options -> Slider Captcha -> Secret Key
- Set timeout for viewing user. After this timeout elapses, the visitor can not pass the captcha validation. Default: Disabled
Admin CP -> Options -> Slider Captcha -> Timeout

Options- Slider Captcha - Admin CP - XenForo.webp
Change js directory name to lowercase.
  • Like
Reactions: Robru
Change js directory name to lowercase.
Font-face was not loading properly. Fixed!
Top Bottom