captcha_abstract
abstract class captcha_abstract
This class holds the code shared by the two default 3.0.x CAPTCHAs.
Properties
$confirm_id | |||
$confirm_code | |||
$code | |||
$seed | |||
$attempts | |||
$type | |||
$solved | |||
$captcha_vars | |||
protected string | $service_name |
Methods
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
The old way to generate code, suitable for GD and non-GD. Resets the internal state.
New Question, if desired.
New Question, if desired.
Look up everything we need for painting&checking.
No description
No description
No description
No description
API function
No description
Set the name of the plugin
No description
Get language variable for error message when CAPTCHA is being shown due to exceeding the maximum number of login attempts
Details
at line 35
init($type)
No description
at line 57
execute_demo()
No description
at line 71
execute()
No description
at line 87
get_template()
No description
at line 116
get_demo_template($id)
No description
at line 139
get_hidden_fields()
No description
at line 152
garbage_collect($type)
No description
at line 182
uninstall()
No description
at line 187
install()
No description
at line 192
validate()
No description
at line 233
generate_code()
The old way to generate code, suitable for GD and non-GD. Resets the internal state.
at line 257
regenerate_code()
New Question, if desired.
at line 279
new_attempt()
New Question, if desired.
at line 302
load_code()
Look up everything we need for painting&checking.
at line 326
check_code()
No description
at line 331
get_attempt_count()
No description
at line 336
reset()
No description
at line 349
is_solved()
No description
at line 363
has_config()
API function
at line 371
string
get_service_name()
No description
at line 381
set_name(string $name)
Set the name of the plugin
at line 389
abstract string
get_generator_class()
No description
at line 397
string
get_login_error_attempts()
Get language variable for error message when CAPTCHA is being shown due to exceeding the maximum number of login attempts