[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/phpbb/captcha/plugins/ -> captcha_abstract.php (summary)

This file is part of the phpBB Forum Software package.

Copyright: (c) phpBB Limited
License: GNU General Public License, version 2 (GPL-2.0)
File Size: 401 lines (9 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 22 functions

  init()
  execute_demo()
  execute()
  get_template()
  get_demo_template()
  get_hidden_fields()
  garbage_collect()
  uninstall()
  install()
  validate()
  generate_code()
  regenerate_code()
  new_attempt()
  load_code()
  check_code()
  get_attempt_count()
  reset()
  is_solved()
  has_config()
  get_service_name()
  set_name()
  get_login_error_attempts()

Functions
Functions that are not part of a class:

init($type)   X-Ref


execute_demo()   X-Ref
No description

execute()   X-Ref
No description

get_template()   X-Ref
No description

get_demo_template($id)   X-Ref
No description

get_hidden_fields()   X-Ref
No description

garbage_collect($type)   X-Ref
No description

uninstall()   X-Ref
No description

install()   X-Ref
No description

validate()   X-Ref
No description

generate_code()   X-Ref
The old way to generate code, suitable for GD and non-GD. Resets the internal state.


regenerate_code()   X-Ref
New Question, if desired.


new_attempt()   X-Ref
New Question, if desired.


load_code()   X-Ref
Look up everything we need for painting&checking.


check_code()   X-Ref
No description

get_attempt_count()   X-Ref
No description

reset()   X-Ref
No description

is_solved()   X-Ref
No description

has_config()   X-Ref
API function


get_service_name()   X-Ref

return: string the name of the service corresponding to the plugin

set_name($name)   X-Ref
Set the name of the plugin

param: string $name

get_login_error_attempts()   X-Ref
Get language variable for error message when CAPTCHA is being shown due
to exceeding the maximum number of login attempts

return: string



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1