Rastgele oyun bölümüne tarih eklemek istersek;

Bul
$result = mysql_query("SELECT fileid, title, description, icon, iconlocation, timesplayed FROM files WHERE category = '$filecategory' && status ='1' && fileid != '$fileId' 

ORDER BY RAND() LIMIT $maxrelatedfiles");
Değiştir

$result = mysql_query("SELECT fileid, title, description, icon, iconlocation, timesplayed, dateadded FROM files WHERE category = '$filecategory' && status ='1' && fileid != '$fileId' 

ORDER BY RAND() LIMIT $maxrelatedfiles");
Bul
$rfileIcon = $row['icon']
Sonrasına ekle
$reklenmetarihi = $row['dateadded']
Kullanım
<b>Eklenme Tarihi:</b> <?php echo $reklenmetarihi; ?>