phpbb_default_captcha
└─phpbb_recaptcha
public class phpbb_recaptcha
extends phpbb_default_captcha
| Field Summary | |
|---|---|
| mixed | |
| mixed | |
| mixed | |
| mixed | |
| mixed | |
| mixed | |
| Fields inherited from VC\phpbb_default_captcha | |
|---|---|
| attempts, captcha_vars, code, confirm_code, confirm_id, seed, solved, type | |
| Method Summary | |
|---|---|
| void | |
| void | acp_page(mixed id, mixed module) |
| void | execute() |
| void | |
| void | |
| void | get_demo_template(mixed id) |
| void | |
| void | |
| void | get_name() |
| void | |
| void | API function |
| void | init(mixed type) |
| void | install() |
| void | |
| ReCaptchaResponse | recaptcha_check_answer(array extra_params) Calls an HTTP POST function to verify if the user's guess was correct |
| void | |
| void | validate() |
| Methods inherited from VC\phpbb_default_captcha | |
|---|---|
| check_code, delete_code, execute, execute_demo, garbage_collect, generate_code, get_attempt_count, get_demo_template, get_hidden_fields, get_template, has_config, init, install, is_solved, load_code, new_attempt, regenerate_code, reset, uninstall, validate | |
public mixed $challenge
public mixed $recaptcha_server = 'http://www.google.com/recaptcha/api'
public mixed $recaptcha_server_secure = 'https://www.google.com/recaptcha/api'
public mixed $recaptcha_verify_path = '/recaptcha/api/verify'
public mixed $recaptcha_verify_server = 'www.google.com'
public mixed $response
public void __construct()
public void acp_page(mixed id, mixed module)
public void execute()
public void execute_demo()
public void get_class_name()
public void get_demo_template(mixed id)
public void get_hidden_fields()
public void get_instance()
public void get_name()
public void get_template()
public void has_config()
API function
public void init(mixed type)
public void install()
public void is_available()
public ReCaptchaResponse recaptcha_check_answer(array extra_params)
Calls an HTTP POST function to verify if the user's guess was correct
public void uninstall()
public void validate()