Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Yuna Scatari Edition (YSE)
Reply
  #1  
Old 4th February 2010, 16:53
Jack747 Jack747 is offline
Senior Member
 
Join Date: Jan 2010
Slovenia
Posts: 40
Default 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
Reply With Quote
  #2  
Old 28th April 2011, 20:01
k0pilashu k0pilashu is offline
Member
 
Join Date: Jan 2010
P2P
Posts: 7
Default Help Captcha
i don`t know how to DISABLE the Login Code
Reply With Quote
  #3  
Old 28th April 2011, 22:36
bolzen bolzen is offline
Member
 
Join Date: Mar 2011
P2P
Posts: 6
Default
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

Reply With Quote
  #4  
Old 29th April 2011, 02:08
BoLaMN BoLaMN is offline
Senior Member
 
Join Date: Jan 2008
Australia
Posts: 93
Default
Anyone say hardway?

Administration / Settings / Sec. / image verification -> no?
Reply With Quote
Reply

Tags
captcha , code

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Captcha for account signups - reCAPTCHA Grom Mods & Themes 3 29th August 2016 18:44
ts code xDev Community Cafe 8 13th February 2010 22:33
Pin Code devil16 Template Shares 1 25th November 2009 02:14
Captcha problem kenzo Template Shares 2 1st August 2008 10:11



All times are GMT +2. The time now is 16:21. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.