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

手机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. <wml>
  6. <!--#include file="conn.inc"-->
  7. <head><%
  8. '====================================================================
  9. ' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
  10. ' 程序制作:横云   掌上校园收倾心整理收集于互联网,感谢你的支持!
  11. ' 升级时间: 2008-2-5   主页地址:HTTP://wap.cnscu.cn
  12. ' E-Mail: cnscu@126.com    客服QQ:554904632 QQ群:30493504 QQ群2:46659883
  13. '====================================================================
  14. %> <meta http-equiv="Cache-Control" content="no-Cache"/>
  15. <meta http-equiv="Cache-Control" content="max-age=0"/>
  16. <meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
  17. </head>
  18. <card id="card1" title="查看文章">
  19. <p>
  20. <!--#include file="yksb.asp"-->
  21. <!--#include file="xxts.asp"-->
  22. <%
  23. Dim d01(12)
  24. d01(0)="顶礼,论坛有你更精彩!"
  25. d01(1)="路过,顶一下!"
  26. d01(2)="楼主,我好崇拜你哦!"
  27. d01(3)="见一次顶你一次!"
  28. d01(4)="高!实在是高!"
  29. d01(5)="我好崇拜你哦!"
  30. d01(6)="你是我心目高手!"
  31. d01(7)="好帖!顶你上天!"
  32. d01(8)="你真的太厉害了!"
  33. Randomize
  34. I=Int(Rnd()*9)
  35. adgg=d01(i)
  36. dim id,page
  37. tid=usb(request.QueryString("tid"))
  38. if tid="" then tid="0"
  39. page=request.QueryString("page")
  40. if page="" or page<1 then page=1
  41. ppage=request.QueryString("ppage")
  42. if ppage="" or ppage<1 then ppage=1
  43. set mtrs=Server.CreateObject("ADODB.Recordset")
  44. mtrsql="select mid,tid from mtjl where CStr(mid)=" & myid & " and CStr(tid)="&tid
  45. mtrs.open mtrsql,conn,1,2
  46. if mtrs.recordcount=0 then 
  47. mmid="0"
  48. else
  49. mmid="1"
  50. end if
  51. mtrs.close
  52. set mtrs=nothing
  53. cw=request.QueryString("cw")
  54. if cw="1" then
  55. response.write("错误:您没有这个权利!<br/>")
  56. end if
  57. if cw="2" then
  58. response.write("错误:该帖子已经在本版了!<br/>")
  59. end if
  60. if cw="3" then
  61. response.write("错误:您已经为本帖献过花了!不要太痴迷嘛!<br/>")
  62. end if
  63. if cw="4" then
  64. response.write("错误:您已经砸了一个臭便便了!有什么深仇大恨么!<br/>")
  65. end if
  66. if cw="5" then
  67. response.write("错误:钱很多吗?反复购买?<br/>")
  68. end if
  69. if cw="6" then
  70. response.write("没钱还想看帖?哼。没门。。<br/>")
  71. end if
  72. if cw="7" then
  73. response.write("喂,喂。捣乱呀?你已经回复过啦?<br/>")
  74. end if
  75. if cw="10" then
  76. response.write("您的回复速度太快啦,做下来喝杯咖啡吧!<br/>")
  77. end if
  78.   sql="update lttz set rc=rc+1 Where CStr(id)='" & tid & "'"
  79.   conn.Execute(sql)
  80. dim rs,tsstr
  81. set rs=Server.CreateObject("ADODB.Recordset")
  82. rsstr="select * from lttz where id=" & tid
  83. rs.open rsstr,conn,1,2
  84. if rs.recordcount=0 then 
  85. response.write("没有这个帖子呀!<br/><a href='lt_list.asp?cnscu="&cnscu&"&amp;ltid="&ltid&"'>回到论坛</a><br/><br/></p></card></wml>")
  86.       rs.close
  87.       set rs=nothing
  88.       conn.close
  89.       set conn=nothing
  90.       response.end
  91. else
  92. ltid=rs("ltid")
  93. dim pageWordNum,StartWord,Content,Length,PageAll,i
  94. pageWordNum=ssbb
  95. StartWord = 1
  96. Content=rs("txt")
  97. Length=len(Content)
  98. PageAll=(Length+PageWordNum-1)PageWordNum
  99. i=request("i")
  100. if isnull(i) or i="" then i=0
  101. Content = mid(Content,StartWord+i*PageWordNum,PageWordNum)
  102. if rs("st")="0" then
  103. if PageAll>1 then
  104. response.write("<a href='viewqw.asp?tid=" & tid & "&amp;cnscu=" & cnscu & "&amp;ltid=" & ltid & "&amp;ltid=" & ltid & "&amp;id=" & id & "'>[查看全文]</a><br/>")
  105. end if%>
  106. 主题:<%=ubb(rs("name"))%><br/>
  107. 作者:<a href='gr_zl.asp?id=<%=ubb(rs("fid"))%>&amp;cnscu=<%=cnscu%>'><%=ubb(rs("fname"))%></a>(ID:<%=ubb(rs("fid"))%>)<br/>
  108. <%=ubb(rs("tm"))%><br/>
  109. ----------<br/>
  110. <%if len(rs("touu"))>3 then%><img src="<%=rs("touu")%>" alt="加载表情。"/><%end if%>
  111. <%if rs("mtjg")="0" or mmid="1" then%> 
  112. <%=ubb2(content)%> <br/>
  113. <%else%> 
  114. 本帖价格:<%=rs("mtjg")%><br/>
  115. <a href='mymt.asp?cnscu=<%=cnscu%>&amp;tid=<%=tid%>&amp;ppage=<%=ppage%>'>我要购买</a>
  116. <%end if%> 
  117. <%if rs("vote")<>"" then 
  118. if rs("vote")<>"" then vote=split(utf8(rs("vote")),"")
  119. if rs("addvote")<>"" then addvote=split(utf8(rs("addvote")),"")
  120. if rs("voteid")<>"" then voteid=split(utf8(rs("voteid")),"")
  121. if rs("voteid")<>"" then
  122. for i=0 to ubound(voteid)
  123. if voteid(i)<>"" then
  124. if cint(voteid(i))=session("myid") then votesa="true"
  125. end if
  126. next
  127. end if
  128. for i=0 to ubound(addvote)
  129. if addvote(i)<>"" then
  130. votecoun=votecoun+cint(addvote(i))
  131. end if
  132. next
  133. if votesa<>"true" then%>
  134. <select name="voteid"  value="0"><%
  135. for i=0 to ubound(vote)
  136. if vote(i)<>"" then %>
  137. <option value="<%=i%>"><%=vote(i)%></option>
  138. <%end if
  139. next%>
  140. </select><br/>
  141. <anchor>投他一票
  142. <go href="ttpp.asp?tid=<%=tid%>&amp;ltid=<%=ltid%>&amp;cnscu=<%=cnscu%>&amp;ppage=<%=ppage%>" method="post">
  143. <postfield name="voteid" value="$(voteid)" />
  144. </go>
  145. </anchor><br/>
  146. <%end if
  147. votesa=""%>
  148. 投票结果:<%=votecoun%>票<br/>
  149. <%for i=0 to ubound(vote)
  150. if vote(i)<>"" then 
  151. if votecoun<>0 then%>
  152. <%=vote(i)%>:<%=addvote(i)%>票<%=round(cint(addvote(i))*100/votecoun,0)%>%<br/>
  153. <%end if
  154. end if
  155. next%>
  156. <%end if%>
  157. <%
  158. if 0<=i<PageAll then
  159.        Response.Write "<br/>"
  160.    if cint(i)<cint(PageAll)-1 then
  161.        Response.Write "<a href='lt_view.asp?cnscu="&cnscu&"&amp;tid="&tid&"&amp;ltid="&ltid&"&amp;i=" & i+1 & "&amp;page=" & page & "'>下一页</a>"
  162.    End if
  163.    if cint(i)>0 then 
  164.        Response.Write "&nbsp;" & "<a href='lt_view.asp?cnscu="&cnscu&"&amp;tid="&tid&"&amp;ltid="&ltid&"&amp;i=" & i-1 & "&amp;page=" & page & "'>上一页</a><br/>"
  165.    End if
  166. End if
  167. if PageAll>1 then
  168.        response.write "(" & i+1 & "/" & PageAll & ")"
  169. %>
  170. <br/>
  171. 跳到第<input name="i<%=minute(now)%><%=second(now)%>" title="页码" type="text" format="*N" emptyok="true" size="3" value="<%response.write(i+1)%>" maxlength="3"/>页
  172. <anchor>[GO]
  173.     <go href="lt_view.asp?cnscu=<%=cnscu%>&amp;tid=<%=tid%>&amp;ltid=<%=ltid%>&amp;id=<%=id%>&amp;page=<%=page%>" accept-charset='utf-8'>
  174.         <postfield name="i" value="$(i<%=minute(now)%><%=second(now)%>)"/>
  175.     </go>
  176. </anchor><br/>
  177. <%
  178. end if
  179.   if rs("gtm")<>rs("tm") then
  180. response.write("最后修改时间:" & rs("gtm") & "<br/>")
  181.   end if
  182. else
  183. response.write "本文已被锁定,可能含有非法内容,如果你是原作者请你修改好后,再发表评论说明。<br/>"
  184. end if
  185. end if
  186. %>
  187. <%if myid=rs("fid") then%>
  188. <a href="grtzjx.asp?cnscu=<%=cnscu%>&amp;ltid=<%=rs("ltid")%>&amp;tid=<%=rs("id")%>&amp;ppage=<%=ppage%>">续帖</a>|<a href="grtzbj.asp?cnscu=<%=cnscu%>&amp;ltid=<%=rs("ltid")%>&amp;tid=<%=rs("id")%>&amp;ppage=<%=ppage%>">修改</a>|<a href="grtzsc.asp?cnscu=<%=cnscu%>&amp;ltid=<%=rs("ltid")%>&amp;tid=<%=rs("id")%>&amp;tzname=<%=ubb(rs("name"))%>&amp;ppage=<%=ppage%>">删除</a><br/>
  189. <%end if%>
  190. <%if ltmybz=rs("ltid") or mycjbz="1" or myxcy="1" then%>
  191. <%if rs("jj")="1" then%><a href='tzjj.asp?tid=<%=rs("id")%>&amp;cnscu=<%=cnscu%>&amp;ltid=<%=rs("ltid")%>&amp;cc=0&amp;ppage=<%=ppage%>'>解精</a><%end if%><%if rs("jj")="0" then%><a href='tzjj.asp?tid=<%=rs("id")%>&amp;cnscu=<%=cnscu%>&amp;ltid=<%=rs("ltid")%>&amp;cc=1&amp;ppage=<%=ppage%>'>加精</a><%end if%>|<%if rs("dgtm")<>"2100-10-10 12:12:12" then%><a href="tzzd.asp?tid=<%=rs("id")%>&amp;cnscu=<%=cnscu%>&amp;ltid=<%=rs("ltid")%>&amp;cc=0&amp;ppage=<%=ppage%>">置顶</a><%end if%><%if rs("dgtm")="2100-10-10 12:12:12" then%><a href="tzzd.asp?tid=<%=rs("id")%>&amp;cnscu=<%=cnscu%>&amp;ltid=<%=rs("ltid")%>&amp;cc=1&amp;ppage=<%=ppage%>">解顶</a><%end if%>|<%if rs("dgtm")<>"2000-10-10 12:12:12" then%><a href="tzgd.asp?tid=<%=rs("id")%>&amp;cnscu=<%=cnscu%>&amp;ltid=<%=rs("ltid")%>&amp;cc=0&amp;ppage=<%=ppage%>">固底</a><%end if%><%if rs("dgtm")="2000-10-10 12:12:12" then%><a href="tzgd.asp?tid=<%=rs("id")%>&amp;cnscu=<%=cnscu%>&amp;ltid=<%=rs("ltid")%>&amp;cc=1&amp;ppage=<%=ppage%>">解固</a><%end if%>|<%if rs("st")="0" then%><a href="tzfs.asp?tid=<%=rs("id")%>&amp;cnscu=<%=cnscu%>&amp;ltid=<%=rs("ltid")%>&amp;cc=1&amp;ppage=<%=ppage%>">封锁</a><%end if%><%if rs("st")="1" then%><a href="tzfs.asp?tid=<%=rs("id")%>&amp;cnscu=<%=cnscu%>&amp;ltid=<%=rs("ltid")%>&amp;cc=0&amp;ppage=<%=ppage%>">解锁</a><%end if%><br/>
  192. 谨慎操作,操作都有纪录!<br/>
  193. <%end if%>
  194. <%if ltmybz1=rs("ltid") or mycjbz="1" then%>
  195. <a href="tzsc.asp?tid=<%=rs("id")%>&amp;cnscu=<%=cnscu%>&amp;ltid=<%=rs("ltid")%>&amp;tzname=<%=ubb(rs("name"))%>&amp;ppage=<%=ppage%>">删除</a>|<a href="tzzy.asp?tid=<%=rs("id")%>&amp;cnscu=<%=cnscu%>&amp;ltid=<%=rs("ltid")%>&amp;ppage=<%=ppage%>">转移</a>|<a href="tzbj.asp?tid=<%=rs("id")%>&amp;cnscu=<%=cnscu%>&amp;ltid=<%=rs("ltid")%>&amp;ppage=<%=ppage%>">编辑</a>|<%if rs("yc")="0" then%><a href="tzyc.asp?tid=<%=rs("id")%>&amp;cnscu=<%=cnscu%>&amp;ltid=<%=rs("ltid")%>&amp;cc=1&amp;ppage=<%=ppage%>">隐藏</a><%end if%><%if rs("yc")="1" then%><a href="tzyc.asp?tid=<%=rs("id")%>&amp;cnscu=<%=cnscu%>&amp;ltid=<%=rs("ltid")%>&amp;cc=0&amp;ppage=<%=ppage%>">解隐</a><%end if%><br/>
  196. <a href="j_hy.asp?id=<%=rs("fid")%>&amp;tid=<%=rs("id")%>&amp;cnscu=<%=cnscu%>&amp;ltid=<%=rs("ltid")%>&amp;cc=0&amp;ppage=<%=ppage%>">加黑作者</a><br/>
  197. <%end if%>
  198. <%if rs("hfs")>3 then%>
  199. <a href='hf_view.asp?tid=<%=tid%>&amp;cnscu=<%=cnscu%>&amp;ltid=<%=ltid%>&amp;ppage=<%=ppage%>'>看回复(<%=rs("hfs")%>)条</a><br/>
  200. <%end if
  201. if rs("hfs")<>0 then response.write("--最新回复--<br/>")
  202. set rsxl=Server.CreateObject("ADODB.Recordset")
  203. rspl="select * from lthf where CStr(tid)='"&tid&"' order by htm desc"
  204. rsxl.open rspl,conn,1,2
  205. if rsxl.eof then
  206.    Response.write "暂无回复!<br/>"
  207. Else
  208. y=Month(rsxl("htm"))&"" 
  209. r=Day(rsxl("htm"))&"" 
  210. if len(r)=1 then r="0"&r
  211. h=hour(rsxl("htm"))&"" 
  212. if len(h)=1 then h="0"&h
  213. m=minute(rsxl("htm"))&"" 
  214. if len(m)=1 then m="0"&m
  215. tt="" & y & "-" & r &" " & h &":" & m &""
  216. k=rsxl.recordcount
  217. i=1
  218. do while ((not rsxl.EOF) and i <=cint(3))
  219. hfid=rsxl("fid")
  220. hfname=ubb(rsxl("fni"))
  221. tzbt=left(rsxl("nr"),99)
  222. if len(rsxl("nr"))>99 then
  223. tzbt=tzbt+"。。"
  224. end if
  225. %>
  226. <a href='pl_view.asp?cnscu=<%=cnscu%>&amp;id=<%=ubb(rsxl("id"))%>&amp;ltid=<%=ubb(ltid)%>&amp;ppage=<%=ppage%>'><%=k%></a>.<%=hfname%>(ID:<%=hfid%>):<%=ubb2(tzbt)%>(<%=tt%>)<br/>
  227. <%
  228. rsxl.Movenext
  229. k=k-1
  230. i=i+1
  231. loop
  232. end if
  233. %>
  234. --快速回复--<br/>
  235. <a href='kshf.asp?tid=<%=tid%>&amp;cnscu=<%=cnscu%>&amp;dgly=我顶!&amp;ppage=<%=ppage%>'>我顶</a>◆<a href='kshf.asp?tid=<%=tid%>&amp;cnscu=<%=cnscu%>&amp;dgly=支持!&amp;ppage=<%=ppage%>'>支持</a>◆<a href='kshf.asp?tid=<%=tid%>&amp;cnscu=<%=cnscu%>&amp;dgly=反对!&amp;ppage=<%=ppage%>'>反对</a>
  236. <br/>
  237. <input name="dgly<%=minute(now)%><%=second(now)%>" emptyok="true" maxlength="100" value="<%=adgg%>"/><br/>
  238. <anchor title="快速回复">快速回复
  239. <go href="kshf.asp?tid=<%=tid%>&amp;ppage=<%=ppage%>&amp;cnscu=<%=cnscu%>&amp;ltid=<%=ltid%>" method="post" accept-charset='utf-8'>
  240. <postfield name="dgly" value="$(dgly<%=minute(now)%><%=second(now)%>)"/></go>
  241. </anchor><a href='mysctz.asp?tid=<%=tid%>&amp;ppage=<%=ppage%>&amp;cnscu=<%=cnscu%>'>收藏帖子</a><br/><br/>
  242. <%
  243. rsxl.close
  244. set rsxl=nothing
  245. response.write("----------<br/>")
  246. set npp=Server.CreateObject("ADODB.Recordset")
  247. rspl="select name,id from sclt where id="&ltid
  248. npp.open rspl,conn,1,2
  249. if not npp.eof then
  250. mmnnyy=npp("name")
  251. else
  252. mmnnyy="该板块"
  253. end if
  254. npp.close
  255. set npp=nothing%>
  256. <a href='lt_list.asp?cnscu=<%=cnscu%>&amp;ltid=<%=ltid%>&amp;page=<%=ppage%>'>返回<%=mmnnyy%></a><br/>
  257. <!--#include file="w.asp"-->
  258. </p>
  259. </card>
  260. </wml> 
  261. <%
  262. rs.close
  263. set rs=nothing
  264. conn.close
  265. set conn=nothing
  266. %>