Besthakker, # Besthakker (04.03.2020 / 02:10)
Bosh sahifada videolardi chiqargandan keyin tagidan categoriyasiniham chiqadigan kod kimda borShu kodni sinab ko'ring:
$totalfile=mysql_result(mysql_query("SELECT COUNT(*) FROM `downfiles` WHERE `type` != 1 AND `status` = 1 && `way` LIKE '".$cat_inf['way']."%'"),0);
if($totalfile>100){$totalfile=100;}
$zap=mysql_query("SELECT * FROM `downfiles` WHERE `type` != 1 AND `status` = 1 && `way` LIKE '".$cat_inf['way']."%' ORDER BY `time` DESC LIMIT ".$start.",".$kmess);