View Single Post
  #4  
Old 27th February 2023, 15:43
crowni's Avatar
crowni crowni is offline
Senior Member
 
Join Date: Apr 2009
Bulgaria
Posts: 133
Default
Quote:
Originally Posted by dragon100 View Post
Thank you for your response. I see. Do you know what exactly needs to be changed in this file?



I haven't dealt with this for a long time and I don't have the source. I'll see where I can pull it from and I'll look in the file.

Bump: I think it's here



{
$active_seo = get_result("SELECT `activated`, `str`, `strto` FROM `{$TABLE_PREFIX}seo` WHERE `id`='1'", true, $btit_settings["cache_duration"]);
$res_seo=$active_seo[0];
}




Change the zero to a one and see if it works $res_seo=$active_seo[1];

Or here

if ($XBTT_USE)
{
$tseeds="`f`.`seeds`+ifnull(`x`.`seeders`,0)";
$tleechs="`f`.`leechers`+ifnull(`x`.`leechers`,0)" ;
$tcompletes="f.finished+ifnull(`x`.`completed`,0)" ;
$ttables="`{$TABLE_PREFIX}files` `f` LEFT JOIN `xbt_files` `x` ON `x`.`info_hash`=`f`.`bin_hash`";
}

Last edited by crowni; 27th February 2023 at 16:51.
Reply With Quote
The Following User Says Thank You to crowni For This Useful Post:
dragon100 (27th February 2023)