梦殇国际

标题: discuz网站地图 sitemap.php修改版 [打印本页]

作者: 阿星    时间: 2015-4-2 18:55
标题: discuz网站地图 sitemap.php修改版
早些天把 网站地图换成了https://www.714.hk/sitemap.xml现在两个都有用了
一个方便大家看帖:https://www.714.hk/sitemap.php
一个方便搜索引擎:https://www.714.hk/sitemap.xml
今天没事做,就想起@大麦 说那样方便看帖子
我就顺便重新弄了一下,改了点地方。
红色的地方改成了伪静态的格式输出(需要配合自己的伪静态规则)
干掉了页脚。另求网页美工。。。把html代码给美化下,个人审美观略低
原来的版本:https://www.714.hk/msi-54749-1-1.html
<a href="msi-'.$threadfid['tid'].'-1-1.html'.'" target="_blank">'.$threadfid['subject'].'</a>
输出链接。自定义你要的格式,写成伪静态的也可以。
  1. <?php
  2. define('APPTYPEID', 4);
  3. define('CURSCRIPT', 'sitemap');
  4. require './source/class/class_core.php';
  5. $discuz = & discuz_core::instance();
  6. $discuz->cachelist = $cachelist;
  7. $discuz->init();
  8. $navtitle='网站地图 - 梦殇国';
  9. $metakeywords='梦殇国际';
  10. $metadescription='梦殇国际';
  11. include template('common/header');echo '
  12. <style type="text/css">
  13. a:link {color: #333; text-decoration: none;}
  14. a:visited {text-decoration: none; color: #666;}
  15. a:hover {text-decoration: none; color: #F90;}
  16. a:active {text-decoration: none; color: #F90;}
  17. .newtid{width:99.7%;float:left; margin-top:10px; border: 1px dotted #F90; margin-bottom:10px; }
  18. .newtid li{padding-left:2%;font-size: 12px;width:48%; float:left;line-height: 25px;}
  19. .newtid li a{color: #333;}
  20. .newtit strong a{position: absolute;bottom: 98765px;}
  21. .newtid h2{font-size: 16px;line-height: 45px;}
  22. </style>   
  23. <ul class="newtid">';
  24. $site_num  = DB::result(DB::query("SELECT COUNT(`tid`) FROM ".DB::table('forum_thread')." as a inner join ".DB::table('forum_forum')." as b on a.fid=b.fid where a.displayorder=0 ORDER BY a.tid DESC"));
  25. $site_num = $site_num ? $site_num :0;
  26. $site_listnum = 100;
  27. $site_page = intval($_G['gp_page']) ? intval($_G['gp_page']) :1;
  28. $site_max = $site_page > 0 ? $site_listnum * ($site_page-1) : 0;
  29. $site_max2 =   $site_max2 + 100;
  30. $querys = DB::query("SELECT a.tid,a.subject,a.fid,b.name FROM ".DB::table('forum_thread')." as a inner join ".DB::table('forum_forum')." as b on a.fid=b.fid where a.displayorder=0 ORDER BY a.tid DESC LIMIT ".$site_max.",".$site_max2);
  31. $i=1;while($threadfid = DB::fetch($querys)){echo '
  32. <li>['.$i.'] <a href="msi-'.$threadfid['tid'].'-1-1.html'.'" target="_blank">'.$threadfid['subject'].'</a></li>';$i++;}
  33. $multipage = multi($site_num, $site_listnum,$site_page, "sitemap.php");
  34. echo $multipage;
  35. echo '</ul>';
  36. echo ' ';
  37. ?>
复制代码



作者: 阿尤.    时间: 2015-4-2 20:06
有点看不懂。。

作者: 大麦    时间: 2015-4-3 07:06
感觉好点,长时间不在就可以看看这个都发了什么贴,有没有感兴趣的

作者: 阿星    时间: 2015-4-3 07:51
大麦 发表于 2015-4-3 07:06
感觉好点,长时间不在就可以看看这个都发了什么贴,有没有感兴趣的

一页一百条有点大啊、、、

作者: beibeifatie2    时间: 2015-12-31 22:56
vfvuc吃醋负担

作者: beibeifatie2    时间: 2015-12-31 22:56
反弹v刹吃更好

作者: beibeifatie2    时间: 2015-12-31 22:57
地方呀収

作者: beibeifatie2    时间: 2015-12-31 22:57
规范性卒苤





欢迎光临 梦殇国际 (https://714.hk/) Powered by Discuz! X3.4