-
Notifications
You must be signed in to change notification settings - Fork 3
Home
sameer-shelavale edited this page Sep 16, 2014
·
3 revisions
MultiCaptcha is written to make it easy to switch between different captcha types depending on required ease of use and level of protection required.
-
Gif - Gif animated captcha, user has to type some or all part of code displayed in the animated GIF image. Very hard on bots.
-
Image Code - User has to type some or all part of code displayed in the image.
-
HoneyPot - It simply adds an empty field asking users to leave it blank. Bots fill it up.
-
ASCII - It displays the CAPTCHA text as ASCII Art. User has to type some or all part of the code displayed.
-
Math - It asks simple mathematical question to user.
-
Recaptcha - Google Recaptcha
- For each catpcha we can specify which type/s of captcha it can be.
- Easy syntax for integrating MultiCaptcha with your code
- Themes - You can change layout and look of the captcha with your custom themes.
- Complexity of the Captchas can be adjusted using provided parameters
- Moderate Multi-language support, it will be improved further.
PHP 5.3+ Not tested on versions below that