View Single Post
  #5  
Old 27th February 2023, 18:37
dragon100 dragon100 is offline
Senior Member
 
Join Date: Feb 2023
Posts: 20
Default
Quote:
Originally Posted by crowni View Post
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


Thank you very much for helping my friend. I am sending the file you provided.

Bump:
Quote:
Originally Posted by crowni View Post
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`";
}

I changed 0 to 1 in $res_seo=$active_seo[1]

But it didn't help
Attached Files
File Type: php imageflow.php (8.8 KB, 0 views)
Reply With Quote