hackerpro536 / php-captcha
The simple captcha by php anti spam and robot for small project
dev-master
2022-08-19 03:42 UTC
Requires
- php: >=5.0.0
This package is auto-updated.
Last update: 2025-04-19 09:26:23 UTC
README
- Started: 20 September 2019.
- Project Manager: HackerPro536 (LE VAN PHU) hackerpro536@gmail.com.
- Copyrights: 2019 LP Group.
- Version: 0.1 Category
Simple Captcha Installation
System requirements
- PHP version: 7.0 and lasted.
- MySQL version: Recommend 5.6 and above.
Please keep in mind that this project is licensed by LP Group:
- Only authenticated developers can download from the link above.
- Published website must be PMS authorised clients.
Any other cases of uses not mentioned above is prohibited. If you have illegal copy of this project, please kindly to contact us for our further supporting.
Our Service - Dịch vụ của chúng tôi
- Dịch vụ thiết kế website
- Dịch vụ SEO
- Dịch vụ Kols
- Dịch vụ Pr Booking
- Dịch vụ Content
- Dịch vụ Marketing tổng thể
PMS Group
- HackerPro536 (LE VAN PHU) - CEO.
Attribution
- Important! Make sure you call session_start() before calling the simple_php_captcha() function
- Requires PHP GD2 library
- Backgound images must be in PNG format
- Fonts must be either TTF or OTF
- Backgrounds and fonts must be specified using their full paths (tip: use $_SERVER['DOCUMENT_ROOT'] . '/' . [path-to-file])
- Angles should not exceed approximately 15 degrees, as the text will sometimes appear outside of the viewable area
- Creates a function called simple_php_captcha() in the global namespace
- Uses the $_SESSION['simple-php-captcha'] session variable