ArCaptcha - Arabic CAPTCHA
What is Captcha?
A CAPTCHA is an acronym for "Completely Automated Public Turing test to tell Computers and Humans Apart", it is a type of challenge-response test used in computing to determine whether or not the user is human. This test can only be solved by a human, thus, any correct answer for this test is human's answer not a bot.
What is ArCaptcha?
ArCaptcha (Arabic Captcha) is an open-source free PHP CAPTCHA script for generating complex images and CAPTCHA codes to protect forms from spam and abuse. It can be easily added into existing forms on your website to provide protection from spam bots. It can run on most any webserver as long as you have PHP installed, and GD support within PHP. ArCaptcha does everything from generating the CAPTCHA images to validating the typed code.
- Try Live Demo of ArCaptcha
- View User Guide from the quickstart to customization
- Download the latest version of ArCaptcha
- View the FAQ page with the answers
- Ask and interact in the discussions page
ArCaptcha Features
- Arabic verify codes!
- Easy to use
- Small file size
- Show an image in just 3 lines of code
- Validate submitted entries in less than 6 lines of code
- Customizable code length
- TTF font support
- Several security features such as image distortion, random lines, and noise
- Highly customizable!