rezvan-captch Captcha that renders Persian Number.

  1. Requirements
  2. Usage

Captcha for Yii 1.1.x that renders Persian Number. It's an extension of CCaptcha.
sample

Requirements

  • Yii Version 1.1.13 or later
  • PHP GD + FreeType extension or PHP ImageMagick extension

Usage

Place "RezvanCaptcha" directory that contains 3 files in it under the extensions directory of the application. ~~~

protected
  extensions
    RezvanCaptcha
      RezvanCaptcha.php
      RezvanCaptchaAction.php
      BTC-Fa.ttf

Replace "CCaptcha" with "ext.RezvanCaptcha.RezvanCaptcha" in your view script.

```php
/* $this->widget('CCaptcha'); */
    $this->widget('ext.RezvanCaptcha.RezvanCaptcha');
```
 
Replace "CCaptchaAction" with "ext.RezvanCaptcha.RezvanCaptchaAction" in your controller.

```php
public function actions()
    {
        return array(
            'captcha'=>array(
                /* 'class'=>'CCaptchaAction', */
                'class'=>'ext.RezvanCaptcha.RezvanCaptchaaAction',
                'backColor'=>0xFFFFFF,
            ),
            ...
        );
    }
```

##Donate
Want to say thanks for the time and efforts put on this project?  
[Donate](http://dkr.co.ir/donate)

0 0
1 follower
300 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Developed by: Amini
Created on: Aug 19, 2014
Last updated: 9 years ago

Downloads

show all

Related Extensions