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

手机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. <!--#include file="cnscucsb.asp"--><%
  7. '====================================================================
  8. ' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
  9. ' 程序制作:横云   掌上校园收倾心整理收集于互联网,感谢你的支持!
  10. ' 升级时间: 2008-2-5   主页地址:HTTP://wap.cnscu.cn
  11. ' E-Mail: cnscu@126.com    客服QQ:554904632 QQ群:30493504 QQ群2:46659883
  12. '====================================================================
  13. %> <%
  14. tid=usb(request("tid"))
  15. ltbt=usb(request("dgly"))
  16. %>
  17. <wml>
  18. <head><meta http-equiv='Cache-Control' content='no-cache'/>
  19. </head>
  20. <%
  21. set nppj=Server.CreateObject("ADODB.Recordset")
  22. rspljj="select ltid,id from lttz where cstr(id)='"&tid&"'"
  23. nppj.open rspljj,conn,1,2
  24. if not nppj.eof then
  25. ltid=nppj("ltid")
  26. else
  27. response.redirect "lt_view.asp?cw=1&cnscu="&cnscu&"&tid="&tid&"&dj="&dj&""
  28. end if
  29. nppj.close
  30. set nppj=nothing
  31. if len(hfsj)>=6 then
  32. set rsjj=Server.CreateObject("ADODB.Recordset")
  33. rsh="select hfsj,id from sclt where cstr(id)='"&ltid&"'"
  34. rsjj.open rsh,conn,1,2
  35. if not rsjj.eof then
  36. if clng(ttvv)-clng(hfsj) < rsjj("hfsj") then response.redirect "lt_view.asp?cw=10&cnscu="&cnscu&"&tid="&tid&"&dj="&dj&""
  37. end if
  38. rsjj.close
  39. set rsjj=nothing
  40. end if
  41. '----识别错误并跳转-----
  42. if ltbt="" then response.redirect "lt_view.asp?cw=1&cnscu="&cnscu&"&tid="&tid&"&dj="&dj&""
  43. if myid="" then response.redirect "lt_view.asp?cw=4&cnscu="&cnscu&"&tid="&tid&"&dj="&dj&""
  44. '---开始增加----
  45. set rs=Server.CreateObject("ADODB.Recordset")
  46. rspl="select * from lthf order by id desc"
  47. rs.open rspl,conn,1,2
  48. if rs("fid")=myid and rs("nr")=ltbt then response.redirect "lt_view.asp?cw=7&cnscu="&cnscu&"&tid="&tid&"&dj="&dj&""
  49.   sql="update cnscu_gr set myjf=myjf+1,myjb=myjb+2,hfsj='"&ttvv&"' Where CStr(id)="&myid
  50.   conn.Execute(sql)
  51. rs.addnew
  52. if ltbt<>"" then rs("nr")=ltbt
  53. rs("fid")=myid
  54. if tid<>"" then rs("tid")=tid
  55. rs("fni")=myni
  56. rs.update
  57. '---关闭数据----
  58. rs.close
  59. set rs=nothing
  60. set rsl=Server.CreateObject("ADODB.Recordset")
  61. rspll="select hfs,id,hhsj,dgtm,st,yc from lttz where cstr(id)="&tid
  62. rsl.open rspll,conn,1,2
  63. rsl("hfs")=rsl("hfs")+1
  64. rsl("hhsj")=now()
  65. if rsl("dgtm")<>"2100-10-10 12:12:12" and rsl("dgtm")<>"2000-10-10 12:12:12" and rsl("st")<>"1" and rsl("yc")<>"1" then rsl("dgtm")=now()
  66. rsl.update
  67. rsl.close
  68. set rsl=nothing
  69. %>
  70. <card title="快速回复" ontimer="lt_list.asp?cnscu=<%=cnscu%>&amp;ltid=<%=ltid%>&amp;page=<%=request("ppage")%>">
  71. <timer value="10"/>
  72. <p>
  73. 帖子回复成功,正在返回。。。<br/>
  74. 回帖是一种美德,感谢你!<br/>
  75. <br/>
  76. </p>
  77. </card>
  78. </wml>