hocam php kodu oraya öylemi konur
ayar.php aç en sondaki ?> den önce aşağıdaki yeri koy
function yeniler(){
$cek = mysql_query("select * from oyunlar order by ID desc limit 10");
while($diz=mysql_fetch_object($cek)){
echo '<a href="http://www.site.com/'.$diz->sef.'.html">'.$diz->baslik.'</a>';
}
}daha sonra siteneekle.php dede kullandığın yere
<?php yeniler();?>
bunu koy.