Index.asp
资源名称:7.rar [点击查看]
上传用户:lfyh0123
上传日期:2020-11-04
资源大小:200k
文件大小:8k
源码类别:

手机WAP编程

开发平台:

ASP/ASPX

  1. <!--#include file="wapls_up.asp"-->
  2. <%
  3. '=======网站链接访问统计开始=======
  4. linkid=request.querystring("linkid")
  5. if linkid<>"" then
  6. response.redirect"link.asp?Action=link&linkid="&linkid
  7. response.end
  8. end if
  9. '=======网站链接访问统计结束=======
  10. Response.write "<card id='index' title='"&utf8(wapname)&"'>"
  11. Response.write "<p align='"&const1&"'>"
  12. '==========网站的图标开始=========
  13. if len(waplogo)>1 then
  14. Response.write "<img src='"&waplogo&"' alt='"&waplogoname&"'/><br/>"
  15. end if
  16. '==========网站的图标结束=========
  17. '========网站的顶部说明开始=======
  18. if len(up)>1 then
  19. Response.write ""&outHTM(up)&"<br/>"
  20. end if
  21. '========网站的顶部说明结束=======
  22. '===========会员登陆开始==========
  23. if user_system=0 then
  24. response.write "对不起,会员系统暂不开放!<br/>"
  25. else
  26. if session("name")<>""then
  27. response.write "欢迎您:<a href='User.asp'>"&session("name")&"</a>"
  28. else
  29. response.write "会员:<a href='User.asp'>登陆或注册</a>"
  30. end if
  31. response.write "<br/>"
  32. end if
  33. '===========会员登陆结束==========
  34. '========网站的站内公告开始=======
  35. Set Rsd = Server.CreateObject("Adodb.Recordset")
  36. Sqld = "SELECT top 1 * FROM wapls_diary order by d_id desc"
  37. Rsd.Open Sqld,conn,1,1
  38. if not (rsd.bof and rsd.eof) then
  39. if rsd("d_index")<>"1" then
  40. response.write "<a href='diary.asp'>网站公告</a><br/>"
  41. else
  42. if len(mb_logo)>1 then
  43. response.write "<img src='"&mb_logo&"/gonggao.gif' alt='.'/>"
  44. end if
  45. response.write "<a href='diary.asp?Action=view&amp;d_id="&rsd("d_id")&"'>"&rsd("d_title")&"</a><br/>"
  46. end if
  47. end if
  48. Rsd.close
  49. set rsd=nothing
  50. '========网站的站内公告结束=======
  51. '========网站的新闻调用开始=======
  52. if indexnews>0 then
  53. set rsc=server.createobject("ADODB.Recordset")
  54. Sqlc="select top "&indexnews&" * from wapls_news order by istop=1,news_date desc"
  55. rsc.open Sqlc,conn,1,1
  56. if not (rsc.bof and rsc.eof)  then
  57. response.write "-=新闻快报=-<br/>"
  58. For i=1 to rsc.RecordCount
  59. If Rsc.Eof Then
  60. exit For
  61. End If
  62. if len(mb_logo)>1 then
  63. response.write "<img src='"&mb_logo&"/biao.gif' alt='.'/>"
  64. end if
  65. if rsc("istop")=1  then%>[顶]<%end if%><a href="news.asp?Action=money&amp;id=<%=rsc("news_id")%>"><%=utf8(rsc("news_title"))%></a>(<%=Month(rsc("news_date"))%>.<%=day(rsc("news_date"))%>/<%=Hour(rsc("news_date"))%>:<%=Minute(rsc("news_date"))%>)<br/><%if rsc("user_view")<>"0" then
  66. response.write "<small>↑此条内容属于"
  67. if rsc("user_view")="1" then
  68. response.write "会员"
  69. end if
  70. if rsc("user_view")="2" then
  71. response.write "VIP"
  72. end if
  73. response.write "需要"&rsc("moneypay")&"金币阅读↑</small><br/>"
  74. end if
  75. Rsc.MoveNext
  76. Next
  77. end if
  78. Rsc.close
  79. set rsc=nothing
  80. end if
  81. '========网站的新闻调用结束=======
  82. '========网站的文章调用开始=======
  83. if indexarticle>0 then
  84. set rsc=server.createobject("ADODB.Recordset")
  85. Sqlc="select top "&indexarticle&" * from wapls_art order by istop=1,art_date desc"
  86. rsc.open Sqlc,conn,1,1
  87. if not (rsc.bof and rsc.eof)  then 
  88. response.write "-=最新文章=-<br/>"
  89. For i=1 to rsc.RecordCount
  90. If Rsc.Eof Then
  91. exit For
  92. End If
  93. if len(mb_logo)>1 then
  94. response.write "<img src='"&mb_logo&"/biao.gif' alt='.'/>"
  95. end if%><%if rsc("art_good")=2 then%>[精]<%end if%><%if rsc("art_good")=1 then%>[荐]<%end if%><%if rsc("istop")=1 then%>[顶]<%end if%><a href="article.asp?Action=money&amp;id=<%=rsc("art_id")%>"><%=utf8(rsc("art_title"))%></a><br/><%if rsc("user_view")<>"0" then
  96. response.write "<small>↑此条内容属于"
  97. if rsc("user_view")="1" then
  98. response.write "会员"
  99. end if
  100. if rsc("user_view")="2" then
  101. response.write "VIP"
  102. end if
  103. response.write "需要"&rsc("moneypay")&"金币阅读↑</small><br/>"
  104. end if
  105. Rsc.MoveNext
  106. Next
  107. end if
  108. Rsc.close
  109. set rsc=nothing
  110. end if
  111. '========网站的文章调用结束=======
  112. '========网站的下载调用开始=======
  113. if indexsoft>0 then
  114. set rsc=server.createobject("ADODB.Recordset")
  115. Sqlc="select top "&indexsoft&" * from wapls_soft order by istop=1,soft_date desc"
  116. rsc.open Sqlc,conn,1,1
  117. if not (rsc.bof and rsc.eof)  then 
  118. response.write "-=最新下载=-<br/>"
  119. For i=1 to rsc.RecordCount
  120. If Rsc.Eof Then
  121. exit For
  122. End If
  123. if len(mb_logo)>1 then
  124. response.write "<img src='"&mb_logo&"/biao.gif' alt='.'/>"
  125. end if
  126. if rsc("soft_good")=2 then%>[精]<%end if%><%if rsc("soft_good")=1 then%>[荐]<%end if%><%if rsc("istop")=1 then%>[顶]<%end if%><a href="soft.asp?Action=view&amp;id=<%=rsc("soft_id")%>"><%=utf8(rsc("soft_title"))%></a>(软件类)<br/><%Rsc.MoveNext
  127. Next
  128. end if
  129. Rsc.close
  130. set rsc=nothing
  131. set rsc=server.createobject("ADODB.Recordset")
  132. Sqlc="select top "&indexsoft&" * from wapls_pic order by istop=1,pic_date desc"
  133. rsc.open Sqlc,conn,1,1
  134. if not (rsc.bof and rsc.eof)  then 
  135. For i=1 to rsc.RecordCount
  136. If Rsc.Eof Then
  137. exit For
  138. End If
  139. if len(mb_logo)>1 then
  140. response.write "<img src='"&mb_logo&"/biao.gif' alt='.'/>"
  141. end if
  142. if rsc("pic_good")=2 then%>[精]<%end if%><%if rsc("pic_good")=1 then%>[荐]<%end if%><%if rsc("istop")=1 then%>[顶]<%end if%><a href="pic.asp?Action=view&amp;id=<%=rsc("pic_id")%>"><%=utf8(rsc("pic_title"))%></a>(图像类)<br/><%Rsc.MoveNext
  143. Next
  144. end if
  145. Rsc.close
  146. set rsc=nothing
  147. set rsc=server.createobject("ADODB.Recordset")
  148. Sqlc="select top "&indexsoft&" * from wapls_music order by istop=1,music_date desc"
  149. rsc.open Sqlc,conn,1,1
  150. if not (rsc.bof and rsc.eof)  then 
  151. For i=1 to rsc.RecordCount
  152. If Rsc.Eof Then
  153. exit For
  154. End If
  155. if len(mb_logo)>1 then
  156. response.write "<img src='"&mb_logo&"/biao.gif' alt='.'/>"
  157. end if
  158. if rsc("music_good")=2 then%>[精]<%end if%><%if rsc("music_good")=1 then%>[荐]<%end if%><%if rsc("istop")=1 then%>[顶]<%end if%><a href="music.asp?Action=view&amp;id=<%=rsc("music_id")%>"><%=utf8(rsc("music_title"))%></a>(影音类)<br/><%Rsc.MoveNext
  159. Next
  160. end if
  161. Rsc.close
  162. set rsc=nothing
  163. end if
  164. '========网站的下载调用结束=======
  165. '========网站的搜索调用开始=======
  166. %>
  167. <input title="手机搜索" type="text" name="keyword" maxlength="20" value=""/><br/>
  168. <select name="postid">
  169. <option value="1">软件</option>
  170. <option value="2">图像</option>
  171. <option value="3">影音</option>
  172. <option value="4">文章</option>
  173. <option value="5">新闻</option>
  174. </select>
  175. <anchor>站内搜索<go method="post" href="search.asp">
  176. <postfield name="keyword" value="$(keyword)"/>
  177. <postfield name="postid" value="$(postid:n)"/>
  178. </go>
  179. </anchor>
  180. <br/>
  181. <%
  182. '========网站的搜索调用结束=======
  183. '========网站的主页栏目开始=======
  184. Set Rs = Server.CreateObject("Adodb.Recordset")
  185. Sql = "SELECT * FROM wapls_menu WHERE show=1 order by order_num asc"
  186. Rs.Open Sql,conn,1,1
  187. if not (rs.bof and rs.eof)  then 
  188. response.write "-=分类导航=-<br/>"
  189. For i=1 to rs.RecordCount
  190. If Rs.Eof Then
  191. exit For
  192. End If
  193. if rs("br")="1" then
  194. br="<br/>"
  195. else
  196. br=" "
  197. end if
  198. IF rs("indextype")=1  Then
  199. response.write "<a href='"&utf8(rs("titleurl"))&"'>"&utf8(rs("title"))&"</a>"
  200. elseIF rs("indextype")=2  Then
  201. response.write "<img src='"&utf8(rs("title"))&"' alt='"&utf8(rs("name"))&"'/>"
  202. elseIF rs("indextype")=3  Then
  203. response.write "<a href='"&utf8(rs("titleurl"))&"'><img src='"&utf8(rs("title"))&"' alt='"&utf8(rs("name"))&"'/></a>"
  204. else
  205. response.write utf8(rs("title"))
  206. End If
  207. response.write br
  208. Rs.MoveNext
  209. Next
  210. end if
  211. Rs.close
  212. set rs=nothing
  213. '========网站的主页栏目结束=======
  214. '========网站的链接调用开始=======
  215. if indexlink>0 then
  216. Set Rslink = Server.CreateObject("Adodb.Recordset")
  217. Sqllink = "SELECT top "&indexlink&" * FROM wapls_link WHERE passed<>1 order by link_date desc"
  218. Rslink.Open Sqllink,conn,1,1
  219. if not (rslink.bof and rslink.eof)  then 
  220. response.write "-=合作网站=-<br/>"
  221. For i=1 to rslink.RecordCount
  222. If Rslink.Eof Then
  223. exit For
  224. End If
  225. if len(mb_logo)>1 then
  226. response.write "<img src='"&mb_logo&"/link.gif' alt='.'/>"
  227. end if%><a href="Link.asp?Action=view&amp;id=<%=rslink("link_id")%>"><%=utf8(rslink("link_name"))%></a><br/>
  228. <%
  229. Rslink.MoveNext
  230. Next
  231. end if
  232. Rslink.close
  233. set rslink=nothing
  234. end if
  235. '========网站的链接调用结束=======
  236. '========网站的底部说明开始=======
  237. if len(down)>1 then
  238. Response.write ""&outHTM(down)&""
  239. end if
  240. '========网站的底部说明结束=======
  241. %>
  242. </p></card></wml>