Total Users Online: 0 üye, 150 guest | Tarih/Saat: 2026-04-21 21:05
Math Captcha 1.0.0
Toplamal? G?venlik Kodu
Math Captcha 1.0.0

Features:
- Replacement for standard php-captcha
- Simple 2-digit integers in questions
- Bruteforce, XSS and replay attack protection
- Easy API to implement mcaptcha in other plugins

Installation:
1. Unpack the plugin into your plugins folder.
2. Install in Administration => Plugins.
3. Configure the plugin. Do not limit attempts if you use mcaptcha in such plugins like comments and shoutbox.
4. Use same tags in users.register.tpl:
{USERS_REGISTER_VERIFYIMG},{USERS_REGISTER_VERIFYINPUT}

API:
Use this code to add mcaptcha to your plugin:
:
hp]require_once('plugins/mcaptcha/inc/functions.php');

if(file_exists("plugins/mcaptcha/lang/mcaptcha.$lang.lang.php"))

{

    include("plugins/mcaptcha/lang/mcaptcha.$lang.lang.php");

}

else

{

    include('plugins/mcaptcha/lang/mcaptcha.en.lang.php');

}

Use this function to generate mcpatcha question:
:
hp]$t->assign(array(

        'SOMETHING_MCAPTCHA' => mcaptcha_generate(),

        'SOMETHING_VERIFY' => '<input type="text" name="rverify" size="4" />',

        ));

Then check mcaptcha on form processing:
:
hp]$rverify = sed_import('rverify', 'P', 'INT');

if(!mcaptcha_validate($rverify))

{

    $error_string .= $L['mcaptcha_wrong'].'<br />';

}

Limitations:
- One mcaptcha per page. If it appears more than one times (like in header and main parts), the mcaptcha will reset itself and result into errors.

Henüz yorum yapılmamıştır.
Math Captcha 1.0.0
Author: Kaan
Date: 2010-08-01 21:19
Comments: (0)
File: 1774511-15-sed-mcaptcha-1.0.0.rar
Filesize: 3 KB
Downloads: 451 times
Download Math Captcha 1.0.0
Benzer SayfalarYorum
Seditio CAPTCHA (Yeni ilk ve Tek)3
SECURIMAGE CAPTCHA 1.100
Comments CAPTCHA0
CAPTCHA Güvenlik Kodu4
 
Powered by Seditio © 2009-2012 All Rights Reserved