captcha.admin.inc |
captcha.admin.inc |
|
|
captcha.info |
captcha.info |
|
name = CAPTCHA
description = Base CAPTCHA module for adding challenges to arbitrary forms.
package = "Spam control"
core = 6.x |
captcha.install |
captcha.install |
|
|
captcha.module |
captcha.module |
|
This module enables basic CAPTCHA functionality:
administrators can add a CAPTCHA to desired forms that users without
the 'skip CAPTCHA' permission (typically anonymous visitors) have
to solve. |
captcha_api.txt |
captcha_api.txt |
|
This documentation is for developers that want to implement their own
challenge type and integrate it with the base CAPTCHA module.
=== Required: hook_captcha($op, $captcha_type='') ===
The hook_captcha() hook is the only required… |
image_captcha.admin.inc |
image_captcha/image_captcha.admin.inc |
|
|
image_captcha.info |
image_captcha/image_captcha.info |
|
name = "Image CAPTCHA"
description = "Provides an image based CAPTCHA."
package = "Spam control"
dependencies[] = captcha
core = 6.x |
image_captcha.install |
image_captcha/image_captcha.install |
|
|
image_captcha.module |
image_captcha/image_captcha.module |
|
|
image_captcha.user.inc |
image_captcha/image_captcha.user.inc |
|
|
README.txt |
README.txt |
|
### CAPTCHA Readme
captcha.module is the basic CAPTCHA module that offers general CAPTCHA
administration and a simple math challenge.
text_captcha offers another simple text based challenge.
image_captcha offers an image based… |
README.txt |
image_captcha/fonts/README.txt |
|
You should install TTF fonts in this directory. |
text_captcha.admin.inc |
text_captcha/text_captcha.admin.inc |
|
|
text_captcha.info |
text_captcha/text_captcha.info |
|
name = "Text CAPTCHA"
description = "Provides a simple text based CAPTCHA."
package = "Spam control"
dependencies[] = captcha
core = 6.x |
text_captcha.install |
text_captcha/text_captcha.install |
|
|
text_captcha.module |
text_captcha/text_captcha.module |
|
|
text_captcha.user.inc |
text_captcha/text_captcha.user.inc |
|
|