Overview

Packages

  • admin
  • classes
    • media
  • CodeIgniter
    • Libraries
  • core
  • functions
  • JSMin
  • None
  • OpenID
  • PHP
  • PHPMailer
  • plugins
    • admin
    • development
    • feed
    • mail
    • media
    • misc
    • seo
    • spam
    • uploader
    • users
    • zenpage
    • zenphoto
      • news
  • Services
    • JSON

Classes

  • reCaptcha
  • zpCaptcha
  • zpSimpleSpam
  • zpTrivialSpam
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated

Class zpCaptcha

Standins for when no captcha is enabled

_zp_captcha
Extended by zpCaptcha
Package: plugins\spam
Author: Stephen Billard (sbillard)
Located at zp-extensions/zpCaptcha.php
Methods summary
public captcha
# __construct( )

Class instantiator

Class instantiator

Returns

captcha
public unknown
# getOptionsSupported( )

Returns array of supported options for the admin-options handler

Returns array of supported options for the admin-options handler

Returns

unknown
public
# handleOption( $key, $cv )
public string
# getCaptchaKey( )

gets (or creates) the CAPTCHA encryption key

gets (or creates) the CAPTCHA encryption key

Returns

string
public boolean
# checkCaptcha( string $code, string $code_ok )

Checks if a CAPTCHA string matches the CAPTCHA attached to the comment post Returns true if there is a match.

Checks if a CAPTCHA string matches the CAPTCHA attached to the comment post Returns true if there is a match.

Parameters

$code
$code_ok

Returns

boolean

Overrides

_zp_captcha::checkCaptcha()
public array;
# getCaptcha( $prompt )

generates a simple captcha

generates a simple captcha

Returns

array;

Overrides

_zp_captcha::getCaptcha()
Properties summary
public string $name
# 'zpCaptcha'
Zenphoto doc API documentation generated by ApiGen