Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 5

image_captcha.module

Version

1.1.4.25 (checked in on 2007/11/27 at 23:47:02 by soxofaan)

Constants

Namesort iconDescription
IMAGE_CAPTCHA_ALLOWED_CHARACTERS

Functions

Namesort iconDescription
image_captcha_captchaImplementation of hook_captcha
image_captcha_helpImplementation of hook_help().
image_captcha_imagemenu callback function that generates the CAPTCHA image
image_captcha_menuImplementation of hook_menu().
image_captcha_settings_formConfiguration form for image_captcha
image_captcha_settings_form_pre_renderPre render function for image_captcha_settings_form
image_captcha_settings_form_validateValidation function for image_captcha configuration form
_image_captcha_available_fontsfunction to get a list of available fonts
_image_captcha_generate_imagebase function for generating a image CAPTCHA
_image_captcha_get_font
_image_captcha_image_generator_add_dots
_image_captcha_image_generator_add_lines
_image_captcha_image_generator_print_string
_image_captcha_utf8_splitHelper function for splitting an utf8 string correctly in characters. Assumes the given utf8 string is well formed. See http://en.wikipedia.org/wiki/Utf8 for more info