Вот написал счетчик в дайджест, кому нужно вставьте это
//Обменник
$old=$realtime-(3*24*3600); $newfiles=mysql_query("select * from `upload` where time > '".$old."' and type='file' and moder='1' order by time desc;"); $nfiles = mysql_num_rows($newfiles); $total_upload = mysql_num_rows(mysql_query("SELECT * FROM `upload` WHERE `time`>'" . ($realtime - 86400) . "';"));if ($countf1 > 0)$total_upload= upload(); if ($total_upload > 0) echo '<div class="menu">Обменник: ' . $nfiles . ' <a href="upload/?act=new">>>></a></div>';
Всё работает