Class: B2EvoCaptcha

Source Location: /CORE/system/classes/util/captcha/B2EvoCaptcha.php

Class B2EvoCaptcha

Class Overview

Implements interfaces:

The default implementation for a BIGACE Captcha class, using b2_evo_captcha.

Located in /CORE/system/classes/util/captcha/B2EvoCaptcha.php [line 38]



		
				Author(s):
		
  • Kevin Papst
Information Tags:
Version:  $Id: B2EvoCaptcha.php,v 1.5 2008/09/24 20:29:35 kpapst Exp $
Copyright:  Copyright (C) Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Method Summary
B2EvoCaptcha   __construct()  
string   get()   Returns the image url.
boolean   validate()   This validates the Users Captcha test.

[ Top ]
Methods
Constructor __construct  [line 42]

  B2EvoCaptcha __construct( )



[ Top ]
get  [line 105]

  string get( )

Returns the image url.


API Tags:
Return:  the full image url


[ Top ]
validate  [line 94]

  boolean validate( $code, [ $image = null]  )

This validates the Users Captcha test.

First parameter is the submitted code, second (if available) the image name to validate the code for.

Parameters:
   $code: 
   $image: 

API Tags:
Return:  whether the code was correct or not


[ Top ]