Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Yuna Scatari Edition (YSE) (http://www.bvlist.com/forumdisplay.php?f=22)
-   -   Captcha Code (http://www.bvlist.com/showthread.php?t=4426)

Jack747 4th February 2010 16:53

Captcha Code
 
I have a problem because im using the iPlay login on Yuna and its working good but Yuna requires a captcha code when logging in so is there any way that i can disable the Captcha? (NOT ANYMORE; FIXED IT!)

Thanks,
Jaka

k0pilashu 28th April 2011 20:01

Help Captcha
 
i don`t know how to DISABLE the Login Code

bolzen 28th April 2011 22:36

in takesignup search for this

PHP Code:

if ($use_captcha && $users) {
    if (!
$_POST['imagestring'])
        
bark("Вы должны ввести код подтверждения.");
    
$b get_row_count("captcha""WHERE imagehash = ".sqlesc($_POST["imagehash"])." AND imagestring = ".sqlesc($_POST["imagestring"]));
    
sql_query("DELETE FROM captcha WHERE imagehash = ".sqlesc($_POST["imagehash"])) or die(mysql_error());
    if (
$b == 0)
        
bark("Вы ввели неправильный код подтверждения.");


or this

PHP Code:

if ($iv == "yes" && !check_captcha($_POST["imagehash"], $_POST["imagestring"]) && $users) {
    
newerr($tracker_lang["error"], "You have entered the wrong validation code.",true,true);


in takelogin search this

PHP Code:

if ($iv == "yes" && !check_captcha($_POST["imagehash"], $_POST["imagestring"])) {
    
newerr($tracker_lang["error"], $tklogin_lang['errorcaptcha'],true,true);


and remove this lines then it will not check the captcha code

:drink:

BoLaMN 29th April 2011 02:08

Anyone say hardway?

Administration / Settings / Sec. / image verification -> no?


All times are GMT +2. The time now is 17:30.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.