<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:media="http://search.yahoo.com/mrss/"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title><?=$oyun1["title"];?></title>
<atom:link href="http://www.hepsioyunlari.info/686.xml" rel="self" type="application/rss+xml" />
<link><?=$link;?></link>
<description><![CDATA[<?=$oyun1tanim;?>]]></description>
<pubDate><?=$oyun1tarih;?></pubDate>
<media:player url="<?=$link;?>" />
<media:thumbnail url="http://www.hepsioyunlari.info/files/image/<?=$oyun1["icon"];?>" width="70" height="59" />
<media:title><?=$oyun1["title"];?></media:title>
<media:category label="Tags"><?=$oyun1["title"];?>, hepsi oyunları, eğlence, flash, oyunu</media:category>
<media:rating>nonadult</media:rating>
<media:credit>root</media:credit>
<image>
<title><?=$oyun1["title"];?></title>
<url>http://www.hepsioyunlari.info/files/image/<?=$oyun1["icon"];?></url>
<link><?=$link;?></link>
</image>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<?
$yorum1sql = mysql_query("SELECT * FROM ". $tbl_prefix ."comments WHERE fileid = ". $file_id ." && status = '1' ORDER BY commentid DESC LIMIT 20");
while( $yorum1 = mysql_fetch_assoc($yorum1sql) ) {
?>
<item>
<title><?=$yorum1["username"];?> tarafından</title>
<link><?=$link;?>#yorum-<?=$yorum1["commentid"];?></link>
<dc:creator><?=$yorum1["username"];?></dc:creator>
<pubDate><?=date('D, d M Y H:i:s +0200', $yorum1['dateadded']);?></pubDate>
<description><![CDATA[<?=$yorum1["comment"];?>]]></description>
<guid isPermaLink="false"><?=$link;?>#yorum-<?=$yorum1["commentid"];?></guid>
</item>
<?
}
?>
</channel>
</rss>
