社区地图插件 for BBSXP 2007
社区地图插件
主要是用来让搜索引擎收录
和用于为会员导航
单文件
纯绿色
将下列源码保存为sitemap.asp放在根目录下即可!
<!-- #include file="setup.asp" -->
<%
HtmlTop
%>
<TITLE>网站地图</TITLE>
<div id="CommonBreadCrumbArea">
<div style="float:left"><%ClubTree%> → <a href="sitemap.asp">社区地图</a></div>
</div>
<br>
<table cellspacing="1" cellpadding="5" width="100%" id="CommonListArea">
<tr id="CommonListTitle">
<td colspan="2">社区地图</td>
</tr>
<tr id="CommonListCell">
<td>
<%
Sql="Select * From [BBSXP_Forums] Where TotalCategorys>''"
Set Rs=Conn.ExeCute(Sql)
Do While Not Rs.Eof
ForumID=Rs("ForumID")
Response.Write "<br><a href="&BBSDIR&"ShowForum.asp?ForumID="&ForumID&">★"&Rs("ForumName")&"★</a><br>"
filtrate=split(Rs("TotalCategorys"),"|")
for i = 0 to ubound(filtrate)
Response.Write " [<a href="&BBSDIR&"ShowForum.asp?ForumID="&ForumID&"&SpecialTopic="&filtrate(i)&">"&filtrate(i)&"</a>] "
next
Rs.MoveNext
Loop
Rs.Close
%>
</td>
</tr>
</table>
<%
HtmlBottom
%>
本人原创,未经本人允许禁止转载,否则本人将通过法律途径来解决!注意!!!
谢谢!!!
关于如何生成静态地图,只需要 查看原文件 ,将代码保存为sitemap.htm即可!
演示地址:http://cbgzs.9966.org/sitemap.asp
登录后方可回帖
新鲜出炉,摸摸,还是热的呢!
趁热吃!
吃上了的回个帖子!!!
感谢!!!