index.asp
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:5k
源码类别:

手机WAP编程

开发平台:

ASP/ASPX

  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%><?xml version="1.0" encoding="utf-8"?>
  2. <%response.buffer=true%>
  3. <%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
  4. <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> 
  5. <!--#include file="conn.inc"--><%
  6. '====================================================================
  7. ' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
  8. ' 程序制作:横云   掌上校园收倾心整理收集于互联网,感谢你的支持!
  9. ' 升级时间: 2008-2-5   主页地址:HTTP://wap.cnscu.cn
  10. ' E-Mail: cnscu@126.com    客服QQ:554904632 QQ群:30493504 QQ群2:46659883
  11. '====================================================================
  12. %> <!--#include file="yksb.asp"-->
  13. <%set zhlhp=Server.CreateObject("ADODB.Recordset")
  14.   zhhssqllp="select * from ltjb where CStr(id)=1"
  15.   zhlhp.open zhhssqllp,conn,1,1
  16. ltname=zhlhp("name")
  17. ltlogo=zhlhp("logo")
  18. zhlhp.close
  19. set zhlhp=nothing
  20. if vvvvv<>"" then
  21. '关闭了下线识别
  22. set jszx=Server.CreateObject("ADODB.Recordset")
  23. jssql="select tj,zx,id from cnscu_gr where cstr(zx)=1 order by tj asc"
  24. jszx.open jssql,conn,1,3
  25. if clng(ttvv)-jszx("tj")>60 then jszx("zx")=0
  26. jszx.update
  27. jszx.close
  28. set jszx=nothing
  29. end if%>
  30. <wml>
  31. <head><meta http-equiv='Cache-Control' content='no-cache'/>
  32. </head>
  33. <card title="<%=ltname%>">
  34. <p>
  35. <%
  36. bb=request("bb")
  37. if bb="" then bb="2"
  38. if bb="1" then fl="tm"
  39. if bb="2" then fl="hhsj"
  40. if bb<>"1" or bb<>"2" then bb="2"
  41. %>
  42. <%if cnscu="youke" or cnscu="" then%>
  43. <a href="cnscu_grdl.asp">登陆/注册</a><br/>
  44. <%end if%>
  45. <%
  46. if len(ltlogo)>7 then
  47. response.write("<img src='" & ltlogo & "' alt='ing'/><br/>")
  48. end if
  49. sql="update cnscu_gr set z=0 Where CStr(id)="&myid
  50. conn.Execute(sql)
  51. %>
  52. <%if cnscu<>"youke" and cnscu<>"" then%>
  53. <!--#include file="xxts.asp"-->
  54. 欢迎您:<b><a href="gr_zl.asp?id=<%=myid%>&amp;cnscu=<%=cnscu%>"><%=myni%></a></b><br/>
  55. <a href="hy.asp?cnscu=<%=cnscu%>">会员中心</a>|<a href="bangzhu.asp?cnscu=<%=cnscu%>">新手帮助</a><br/>
  56. <%end if%>
  57. <!--#include file="gg.asp"-->
  58. <%response.write("=论坛列表=<br/>")
  59. set rsql=Server.CreateObject("ADODB.Recordset")
  60. rsspt="select * from sclt order by pid asc"
  61. rsql.open rsspt,conn,1,2
  62. if rsql.eof then 
  63. response.write("暂无论坛,请登陆后台添加")
  64.    else
  65. rsql.Move(0)
  66. dim j
  67. j=1
  68. do while ((not rsql.EOF) and j <=5000)
  69. %>
  70. <%if rsql("lx")="1" then%>
  71. <a href='lt_list.asp?ltid=<%=rsql("id")%>&amp;cnscu=<%=cnscu%>'><%=ubb(rsql("name"))%></a>
  72. <%elseif rsql("lx")="2" then%>
  73. <a href='<%=ubb(rsql("shuo"))%>'><%=ubb(rsql("name"))%></a>
  74. <%elseif rsql("lx")="0" then%>
  75. <%=ubb2(rsql("name"))%>
  76. <%end if%>
  77. <%if rsql("brr")=1 then%><br/><%end if%>
  78. <%
  79. rsql.MoveNext
  80. j=j+1
  81. loop
  82. end if
  83. rsql.close
  84. set rsql=nothing%>
  85. <%if fl="tm" then%>
  86. 最新动态:<a href="index.asp?cnscu=<%=cnscu%>&amp;bb=2&amp;sj=<%=time%>">热</a>|新<br/>
  87. <%else%>
  88. 最新动态:热|<a href="index.asp?cnscu=<%=cnscu%>&amp;bb=1&amp;sj=<%=time%>">新</a><br/>
  89. <%end if%>
  90. <%set brs=Server.CreateObject("ADODB.Recordset")
  91.      ssql="select top 3 * from lttz where CStr(yc)=0 and ltid<>0 and ltid<>9999 order by "&fl&" desc"
  92.   brs.open ssql,conn,1,1
  93. if brs.eof then
  94.    Response.write "暂无帖子<br/>"
  95. Else
  96. For i=1 to 3
  97.     spmc=left(brs("name"),8)
  98.    if len(brs("name"))>8 then
  99.     spmc=spmc+"。。"
  100.    End if
  101.     Response.write ""&i&".<a href='lt_view.asp?tid=" & brs("id") & "&amp;cnscu="&cnscu&"'>" & ubb(spmc) & "</a><br/>"
  102.     brs.Movenext
  103.   if brs.EOF then Exit for
  104.     Next
  105.   End if
  106. brs.close
  107. set brs=nothing
  108. %>
  109. <%if fl="tm" then%>
  110. <a href="lt_spjs.asp?cnscu=<%=cnscu%>&amp;bb=1">更多最新帖子..</a><br/>
  111. <%end if%>
  112. <%if fl="hhsj" then%>
  113. <a href="lt_spjs.asp?cnscu=<%=cnscu%>&amp;bb=2">更多热门帖子..</a><br/>
  114. <%end if%>
  115. =聊天大厅=<br/>
  116. <%
  117. set rsroom=Server.CreateObject("ADODB.Recordset")
  118. rssptm="select name,pid,id,brr from ltlb where cjz=0 order by pid asc"
  119. rsroom.open rssptm,conn,1,2
  120. if rsroom.eof then 
  121. response.write("暂无聊天室,请登陆后台添加")
  122.    else
  123. rsroom.Move(0)
  124. dim v
  125. v=1
  126. do while ((not rsroom.EOF) and v <=5000)
  127. set lssz=Server.CreateObject("ADODB.Recordset")
  128. ssqlb="select z from cnscu_gr where cstr(z)='"&rsroom("id")&"'"
  129. lssz.open ssqlb,conn,1,1
  130. response.write("<a href='ROOM.asp?cnscu="&cnscu&"&amp;ltid="&rsroom("id")&"'>"&ubb(rsroom("name"))&"</a>(" & lssz.recordcount & "人)")
  131. if rsroom("brr")="1" then response.write("<br/>")
  132. rsroom.MoveNext
  133. v=v+1
  134. loop
  135. lssz.close
  136. set lssz=nothing
  137. end if
  138. rsroom.close
  139. set rsroom=nothing
  140. response.write("<a href='ROOMT.asp?cnscu="&cnscu&"'>自建聊天室</a><br/>")%>
  141. <%
  142. set brsz=Server.CreateObject("ADODB.Recordset")
  143. ssqlz="select zx from cnscu_gr where zx=1"
  144. brsz.open ssqlz,conn,1,1
  145. response.write("--------<br/>在线会员共<a href='lt_zxhy.asp?cnscu="&cnscu&"'>" & brsz.recordcount & "</a>人<br/>")
  146. brsz.close
  147. set brsz=nothing%>
  148. <!--#include file="w.asp"-->
  149. </p>
  150. </card>
  151. </wml>