Revision history for URCaptchaModule
Revision [23491]
Last edited on 2016-05-20 07:38:48 by BrianKoontz [Replaces old-style internal links with new pipe-split links.]Additions:
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 versions > 1.1.6.4 as it depends upon the [[Docs:URRegistrationValidationFramework | UR framework]].
Download either the [[http://wikkawiki.org/downloads/URCaptchaModule-0.01.zip | .zip]] or [[http://wikkawiki.org/downloads/URCaptchaModule-0.01.tgz | .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.//)
Download either the [[http://wikkawiki.org/downloads/URCaptchaModule-0.01.zip | .zip]] or [[http://wikkawiki.org/downloads/URCaptchaModule-0.01.tgz | .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.//)
Deletions:
Download either the [[http://wikkawiki.org/downloads/URCaptchaModule-0.01.zip .zip]] or [[http://wikkawiki.org/downloads/URCaptchaModule-0.01.tgz .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.//)
Revision [21585]
Edited on 2011-09-05 01:16:19 by BrianKoontz [Updated to reflect support for 1.3.1]Additions:
<<Tested through 1.3.1<<::c::
Revision [20484]
Edited on 2009-02-22 15:08:19 by BrianKoontz [Updated to reflect additional working versions]Additions:
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 versions > 1.1.6.4 as it depends upon the [[Docs:URRegistrationValidationFramework UR framework]].
**Requires version 1.1.6.4 or higher!**
**Requires version 1.1.6.4 or higher!**
Deletions:
**Requires [[Docs:http://docs.wikkawiki.org/WhatsNew1164 WikkaWiki 1.1.6.4]]!**
Additions:
===Screenshot===
{{image class="center" alt="captcha example" title="captcha example" url="http://www.wikkawiki.org/images/urcaptchamodule_ex1.jpg"}}
{{image class="center" alt="captcha example" title="captcha example" url="http://www.wikkawiki.org/images/urcaptchamodule_ex1.jpg"}}
Additions:
===""ToDo""===
Deletions:
Additions:
~~&Indeed, that was my intent! Will fix on the next iteration. --BrianKoontz
Deletions:
Additions:
~~&Indeed, that was my intent! Will fix on the iteration. --BrianKoontz
Revision [19953]
Edited on 2008-05-18 18:39:05 by WillyPs ['Default set to true... ' and added line number]Additions:
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)
~&Default set to 'true'... if you are on a lamp server, set to false. Did you intend to set the default to false before zipping? ...WillyPs
~&Default set to 'true'... if you are on a lamp server, set to false. Did you intend to set the default to false before zipping? ...WillyPs
Deletions:
Additions:
CategoryUserContributions
Additions:
----
CategoryURModules
CategoryURModules
Additions:
Download either the [[http://wikkawiki.org/downloads/URCaptchaModule-0.01.zip .zip]] or [[http://wikkawiki.org/downloads/URCaptchaModule-0.01.tgz .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.//)
Deletions:
Additions:
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.//)
Deletions:
Additions:
You should now have, in your UR folder/subdir, a new folder/subdir called ##""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).
===ToDo===
- Get this module (and others) into WikkaCase
- Make user-configurable settings available in ##wikka.config.php##
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).
===ToDo===
- Get this module (and others) into WikkaCase
- Make user-configurable settings available in ##wikka.config.php##
Deletions:
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).
Additions:
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 [[Docs:URRegistrationValidationFramework UR framework]].