Revision [19954]

This is an old revision of URCaptchaModule made by BrianKoontz on 2008-05-18 18:43:03.

 

UR Captcha Module (beta)


This module is based upon YodaHome's implementation of FreeCap for 1.1.6.3, and modifications made by me for 1.1.7. This module is in beta test at the moment, and I encourage those who are interested to try it out. Currently, this module works only for 1.1.6.4 as it depends upon the UR framework.

Installation


Requires WikkaWiki 1.1.6.4!

Download either the .zip or .tgz package. Unzip/untar into your <wikka-dir>/libs/UR folder or subdirectory. (Note: Both packages include the freecap files, so there is no need to install additional files.)

You should now have, in your UR folder/subdir, a new folder/subdir called URCaptchaModule.

Open your <wikka-dir>/wikka.config.php file and add the following line:

'UR_validation_modules' => 'URCaptchaModule',


That should be it. When you bring up your UserSettings page (logout first), you should see the CAPTCHA image and a textbox. Currently, the number of retries before requiring a browser restart is set to 3...to change this value (perhaps for testing purposes), open the freecap/freecap.php file and search for max_attempts. Change this value to whatever you want (999 works well for testing).

If you see only a background image, but no letters, then you are probably running on a Mac or UNIX box. You will need to modify the following line in freecap/freecap.php and set to true: (line #42)

$big_endian = true;

ToDo




CategoryURModules
CategoryUserContributions
There are 7 comments on this page. [Show comments]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki