XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
captcha.php File Reference

Go to the source code of this file.

Variables

const _CAPTCHA_CAPTION 'Confirmation Code'
 
const _CAPTCHA_INVALID_CODE 'Invalid confirmation code!'
 
const _CAPTCHA_LOADFILEERROR 'Error: Could not load file %u in file %s at line %s. '
 
const _CAPTCHA_MAXATTEMPTS 'Maximum attempts you can try: %d'
 
const _CAPTCHA_REFRESH 'Click to refresh the image if it is not clear enough.'
 
const _CAPTCHA_RULE_CASEINSENSITIVE 'The code is case-insensitive'
 
const _CAPTCHA_RULE_CASESENSITIVE 'The code is case-sensitive'
 
const _CAPTCHA_RULE_IMAGE 'Input letters in the image'
 
const _CAPTCHA_RULE_TEXT 'Input the result from the expression'
 
const _CAPTCHA_TOOMANYATTEMPTS 'Too many attempts!'
 

Variable Documentation

const _CAPTCHA_CAPTION 'Confirmation Code'

Definition at line 6 of file captcha.php.

const _CAPTCHA_INVALID_CODE 'Invalid confirmation code!'

Definition at line 7 of file captcha.php.

Referenced by XoopsCaptcha\verify().

const _CAPTCHA_LOADFILEERROR 'Error: Could not load file %u in file %s at line %s. '

Error defines

Definition at line 21 of file captcha.php.

const _CAPTCHA_MAXATTEMPTS 'Maximum attempts you can try: %d'

Definition at line 9 of file captcha.php.

Referenced by XoopsCaptchaText\render(), and XoopsCaptchaImage\render().

const _CAPTCHA_REFRESH 'Click to refresh the image if it is not clear enough.'

Definition at line 14 of file captcha.php.

Referenced by XoopsCaptchaImage\render().

const _CAPTCHA_RULE_CASEINSENSITIVE 'The code is case-insensitive'

Definition at line 13 of file captcha.php.

Referenced by XoopsCaptchaImage\render().

const _CAPTCHA_RULE_CASESENSITIVE 'The code is case-sensitive'

Definition at line 12 of file captcha.php.

Referenced by XoopsCaptchaImage\render().

const _CAPTCHA_RULE_IMAGE 'Input letters in the image'

Definition at line 11 of file captcha.php.

Referenced by XoopsCaptchaImage\render().

const _CAPTCHA_RULE_TEXT 'Input the result from the expression'

Definition at line 16 of file captcha.php.

Referenced by XoopsCaptchaText\render().

const _CAPTCHA_TOOMANYATTEMPTS 'Too many attempts!'

Definition at line 8 of file captcha.php.

Referenced by XoopsCaptcha\render(), and XoopsCaptcha\verify().