Recommend this page to a friend! |
Download .zip |
Info | Screenshots | View files (6) | Download .zip | Reputation | Support forum (2) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2010-11-18 (5 years ago) | Not enough user ratings | Total: 528 This week: 1 | All time: 5,379 This week: 1,047 |
Version | License | PHP version | Categories | |||
antibot 3.5 | GNU Lesser Genera... | 4.3 | Validation, Security |
Description | Author | |
This class can be used to perform CAPTCHA validation asking questions to the user. |
======================= USAGE ======================= 1. Outputting random answers <?php new AntiBot(true,true); ?> 2. Outputting only one specific answer type (#3) <?php new AntiBot(true,false,3); ?> 3. Do not output information, create object to check responses <?php $ab = new AntiBot(false); if( $ab->verificaResposta( $_POST['usr-response'] ) ){ // ok, valid response }else{ // wrong, you are a machine! } ?> 4. Default configuration outputs random answers <?php new AntiBot(); ?> ======================= FILES ======================= class.AntiBot.php (Class on english) class2.AntiBot.php (Class on portuguese) COPYING (GNU/GPL License) COPYING.LESSER (GNU/LGPL License) index.php (Exemple) ======================= LICENSE ======================= GNU LESSER GENERAL PUBLIC LICENSE (see COPYING.LESSER file) |
Screenshots | ||
Files |
File | Role | Description |
---|---|---|
class.AntiBot.php | Class | Main class in english |
classe.AntiBot.php | Class | Main class in portuguese |
COPYING | Lic. | GPL license file |
COPYING.LESSER | Lic. | LGPL license file |
index.php | Example | Example script |
README | Doc. | README file |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Comments (2) | ||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.