Файл: www/games/sg.php
Строк: 15
<?
define('SECURED', true);
include 'ini.php';
$ntime = time() - (3600*24*1);
{
$total_files = mysql_result(mysql_query("SELECT COUNT(*) FROM `games` WHERE (`cat_id` > '38' && `cat_id` < '56');"),0);
$new_files = mysql_result(mysql_query("SELECT COUNT(*) FROM `games` WHERE (`added` > '".$ntime."' or `two_added` > '".$ntime."') and (`cat_id` > '38' && `cat_id` < '56');"),0);
if($new_files>0) $total_files.="/<span style="color: #ff0000;">+$new_files</span>";
$post_menu['counter']=$total_files;}
?>