Alexis,

<?php
$result = $pafiledb_sql->query($db, "SELECT SUM(file_dls) AS total_download FROM $db[prefix]_files", 0);
while ($countm = mysql_fetch_object($result)) 
{
    echo $countm->total_download;
}
?>
bunu kullanınca toplm ondirme oluyor
bana sadece bugün toplam indirme lazım..?