phpbb_default_captcha
public class phpbb_default_captcha
| Field Summary | |
|---|---|
| mixed | |
| mixed | |
| mixed | |
| mixed | |
| mixed | |
| mixed | |
| mixed | |
| mixed | |
| Method Summary | |
|---|---|
| void | |
| void | |
| void | execute() |
| void | |
| void | garbage_collect(mixed type) |
| void | The old way to generate code, suitable for GD and non-GD. |
| void | |
| void | get_demo_template(mixed id) |
| void | |
| void | |
| void | API function |
| void | init(mixed type) |
| void | install() |
| void | |
| void | Look up everything we need for painting&checking. |
| void | New Question, if desired. |
| void | New Question, if desired. |
| void | reset() |
| void | |
| void | validate() |
public mixed $attempts = 0
public mixed $captcha_vars = false
public mixed $code
public mixed $confirm_code
public mixed $confirm_id
public mixed $seed
public mixed $solved = 0
public mixed $type
public void check_code()
public void delete_code()
public void execute()
public void execute_demo()
public void garbage_collect(mixed type)
public void generate_code()
The old way to generate code, suitable for GD and non-GD. Resets the internal state.
public void get_attempt_count()
public void get_demo_template(mixed id)
public void get_hidden_fields()
public void get_template()
public void has_config()
API function
public void init(mixed type)
public void install()
public void is_solved()
public void load_code()
Look up everything we need for painting&checking.
public void new_attempt()
New Question, if desired.
public void regenerate_code()
New Question, if desired.
public void reset()
public void uninstall()
public void validate()
This class holds the code shared by the two default 3.0.x CAPTCHAs.