XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence du fichier captcha.php

Variables

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

Documentation des variables

◆ _CAPTCHA_CAPTION

const _CAPTCHA_CAPTION 'Confirmation Code'

◆ _CAPTCHA_INVALID_CODE

const _CAPTCHA_INVALID_CODE 'Invalid confirmation code!'

◆ _CAPTCHA_LOADFILEERROR

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

Error defines

◆ _CAPTCHA_MAXATTEMPTS

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

◆ _CAPTCHA_REFRESH

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

◆ _CAPTCHA_RULE_CASEINSENSITIVE

const _CAPTCHA_RULE_CASEINSENSITIVE 'The code is case-insensitive'

◆ _CAPTCHA_RULE_CASESENSITIVE

const _CAPTCHA_RULE_CASESENSITIVE 'The code is case-sensitive'

◆ _CAPTCHA_RULE_IMAGE

const _CAPTCHA_RULE_IMAGE 'Input letters in the image'

◆ _CAPTCHA_RULE_TEXT

const _CAPTCHA_RULE_TEXT 'Input the result from the expression'

◆ _CAPTCHA_TOOMANYATTEMPTS

const _CAPTCHA_TOOMANYATTEMPTS 'Too many attempts!'