Topic: Image Verification - 1.0.3
##
##
## Mod title: Image Verification
##
## Mod version: 1.0.3
## Works on PunBB: 1.2.3, 1.2.4
## Release date: 03-19-05
## Author: Caleb Champlin (Mediator) [med_mediator@hotmail.com]
##
## Description: This gives administrators the option to use image verification for registering users instead of only email. You can still use email or not use email, it doesn't really matter
##
## Affects DB: Yes
##
## Affected files: admin_options.php
## register.php
## lang/LANGUAGE/register.php
##
## Notes: This modification uses GD and sessions.
##
## Generated By: Auto Read-Me(by Caleb Champlin) - http://www.rscheatnet.com/Auto_Readme.zip
##
## DISCLAIMER: Please note that 'mods' are not officially supported by
## PunBB. Installation of this modification is done at your
## own risk. Backup your forum database and any and all
## applicable files before proceeding.
##
Please note this is the first version of this modification and although it should work it has not been heavily tested by myself. If you find any bugs please post them. Thanks
Download: http://www.punres.org/viewtopic.php?id=281
Mirror: http://www.rscheatnet.com/Image_Verification-1.0.3.zip
GD
From PHP Manual
Installation
To enable GD-support configure PHP --with-gd[=DIR], where DIR is the GD base install directory. To use the recommended bundled version of the GD library (which was first bundled in PHP 4.3.0), use the configure option --with-gd. GD library requires libpng and libjpeg to compile.
In Windows, you'll include the GD2 DLL php_gd2.dll as an extension in php.ini. The GD1 DLL php_gd.dll was removed in PHP 4.3.2. Also note that the preferred truecolor image functions, such as imagecreatetruecolor(), require GD2.
Note: To enable exif support in Windows, php_mbstring.dll must be loaded prior to php_exif.dll in php.ini.
To disable GD support in PHP 3 add --without-gd to your configure line.
Enhance the capabilities of GD to handle more image formats by specifying the --with-XXXX configure switch to your PHP configure line.