Share file sitemap_news của code TGT music 4.5
Bước 1: Tạo file tên sitemap_news.php Bước 2: Copy code ở dưới đây về dán vào trong file sitemap_news.php Mã: <?php ##################################### # IPOS V1.0 (TGT 4.5) # # code by ichphienpro # # email: ichphien_pro@yahoo.com # ##################################### define('TGT-MUSIC',true); include("./tgt/tgt_music.php"); $rssVersion = 2.0; $type = $_GET['type']; $page = (int)$_GET['p']; $fullpage = 20000; if($page > 0 && $page!= "") $start=($page-1) * $fullpage; else{ $page = 1; $start=0; } $rStar = $fullpage * ($page -1 ); $arr = $tgtdb->databasetgt(" news_id, news_title ","news"," news_hot = 0 ORDER BY news_id DESC LIMIT ".$rStar .",".$fullpage.""); // tell the browser we want xml output by setting the following header. header("Content-Type: text/xml; charset=utf-8"); $m_date = date('Y-m-d'); $m_time = dat…