XuSha, [code=php]define('_IN_JOHNCMS', 1);
require_once ('incfiles/core.php');
header('content-type: application/rss+xml');
echo '<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">';
$req = mysql_query('SELECT * FROM `forum` ORDER BY `id` DESC');
if (m