Download .zip |
Info | Screenshots | View files (11) | Download .zip | Reputation | Support forum (4) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2007-03-13 (12 years ago) | 62% | Total: 14,868 | All time: 60 This week: 368 |
Version | License | PHP version | Categories | |||
captcha 2.0.1 | GNU General Publi... | 4.0.1 | Graphics, Validation |
Description | Author | |||||||||||||
A CAPTCHA (Completely Automated Public Turing to tell Computers from Humans Apart) is a program that can generate and grade tests that: Recommendations Extract the used color from the image. |
|
==[ Foreword ]== This version is completely redesigned with a fancy new look of CAPTCHA. In order to simplify the the usage, I also redisgned the interface. The newest Version can be found at [1]. ==[ Requirements ]== - PHP >= 4.0.1 - TTF support - Some fonts ==[ Fonts ]== Before you can start using this class, you need some fonts. You can either get the font-package [2] or some other fonts [3]. When you got one or more fonts, just put them into the font directory and they will be used randomly. ==[ Usage ]== It's realy easy to use this class. Example: Generatin a CAPTCHA: $captcha = new captcha(); To geht the string shown in the CAPTCHA use this: $CaptchaString = $captcha->GetCaptchaString(); See example.php and captcha.php for a detailed example. That's it :) ==[ Author ]== Pascal Rehfeldt Pascal@Pascal-Rehfeldt.com http://www.pascal-rehfeldt.com/ ==[ License ]== GNU General Public License (Version 2, June 1991) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. [1] http://www.pascal-rehfeldt.com/english/content/Captcha.html [2] http://www.pascal-rehfeldt.com/getfile.php?file=fonts.tar.gz [3] http://www.1001fonts.com/ |
Screenshots | ||
Files |
File | Role | Description | ||
---|---|---|---|---|
class (3 files) | ||||
fonts (1 file) | ||||
gfx (2 files) | ||||
captcha.php | Example | little example | ||
CHANGELOG | Doc. | Changelog | ||
example.php | Example | Testsuit | ||
LICENSE | Lic. | License | ||
README | Doc. | small FAQ and description of the class |
Files | / | class |
File | Role | Description |
---|---|---|
captcha.class.php | Class | main class |
error.class.php | Class | Error Management |
filter.class.php | Class | Filter Class |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | User Comments (1) | ||||||||||||||||||||||||||||||||||
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
Demo Demo of the newest Version |
Pages that reference this package |
Captcha Session Problem - |