[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/includes/captcha/plugins/ -> phpbb_recaptcha_plugin.php (summary)

(no description)

Copyright: (c) 2006, 2008 phpBB Group
License: http://opensource.org/licenses/gpl-license.php GNU Public License
Version: $Id$
File Size: 345 lines (9 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

phpbb_recaptcha:: (19 methods):
  phpbb_recaptcha()
  init()
  get_instance()
  is_available()
  has_config()
  get_name()
  get_class_name()
  acp_page()
  execute_demo()
  execute()
  get_template()
  get_demo_template()
  get_hidden_fields()
  uninstall()
  install()
  validate()
  _recaptcha_http_post()
  recaptcha_check_answer()
  _recaptcha_qsencode()


Class: phpbb_recaptcha  - X-Ref


phpbb_recaptcha()   X-Ref
No description

init($type)   X-Ref
No description

get_instance()   X-Ref
No description

is_available()   X-Ref
No description

has_config()   X-Ref
API function


get_name()   X-Ref
No description

get_class_name()   X-Ref
No description

acp_page($id, &$module)   X-Ref
No description

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

uninstall()   X-Ref
No description

install()   X-Ref
No description

validate()   X-Ref
No description

_recaptcha_http_post($host, $path, $data, $port = 80)   X-Ref
Submits an HTTP POST to a reCAPTCHA server

param: string $host
param: string $path
param: array $data
param: int port
return: array response

recaptcha_check_answer($extra_params = array()   X-Ref
Calls an HTTP POST function to verify if the user's guess was correct

param: array $extra_params an array of extra variables to post to the server
return: ReCaptchaResponse

_recaptcha_qsencode($data)   X-Ref
Encodes the given data into a query string format

param: $data - array of string elements to be encoded
return: string - encoded request



Generated: Wed Oct 2 15:03:47 2013 Cross-referenced by PHPXref 0.7.1