You are here

Files in CAPTCHA 5.3

Primary tabs

File namesort descending Location Namespace Description
captcha.info captcha.info name = CAPTCHA description = "Base CAPTCHA module for adding challenges to arbitrary forms." package = "Spam control"
captcha.install captcha.install Installation file for the core CAPTCHA module.
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 Implementation of the administration UI of the image CAPTCHA module.
image_captcha.info image_captcha/image_captcha.info name = "Image CAPTCHA" description = "Provides an image based CAPTCHA." package = "Spam control" dependencies = captcha
image_captcha.install image_captcha/image_captcha.install Installation file for the image CAPTCHA module.
image_captcha.module image_captcha/image_captcha.module Implementation of image CAPTCHA for use with the CAPTCHA module
image_captcha.user.inc image_captcha/image_captcha.user.inc Implementation of the image generation for the image CAPTCHA module.
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.info text_captcha/text_captcha.info name = "Text CAPTCHA" description = "Provides a simple text based CAPTCHA." package = "Spam control" dependencies = captcha
text_captcha.install text_captcha/text_captcha.install Installation file for the text CAPTCHA module.
text_captcha.module text_captcha/text_captcha.module Implementation of a text based CAPTCHA.

Other projects