lt_addcl.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. ltid=usb(request("ltid"))
  15. ltbt=usb(request("ltbt"))
  16. lttxt=usb(request("lttxt"))
  17. djjg=usb(request("djjg"))
  18. if djjg="" then djjg="0"
  19. ldid=usb(request("ldid"))
  20. if ldid="" then ldid="0"
  21. dj=usb(request("dj"))
  22. t=usb(request("t"))
  23. if t="" then t="1"
  24. vote=usb(request("vote"))
  25. %>
  26. <wml>
  27. <head><meta http-equiv='Cache-Control' content='no-cache'/>
  28. </head>
  29. <card title="发表帖子" ontimer="lt_list.asp?cnscu=<%=cnscu%>&amp;page=1&amp;ltid=<%=ltid%>">
  30. <timer value="10"/>
  31. <p>
  32. <%if cw="1" then%>
  33. 标题不能为空<br/>
  34. <%end if%>
  35. <%if cw="2" then%>
  36. 内容不能为空<br/>
  37. <%end if%>
  38. <%if cw="3" then%>
  39. 错误:您的帖子已经发表成功!请不要刷新!<br/>
  40. <%end if%>
  41. <%if cw="4" then%>
  42. 错误:请先登陆!!<br/>
  43. <%end if%>
  44. <%
  45. '----识别错误并跳转-----
  46. if len(ftsj)>=6 then
  47. set nppj=Server.CreateObject("ADODB.Recordset")
  48. rspljj="select ftsj,id from sclt where cstr(id)='"&ltid&"'"
  49. nppj.open rspljj,conn,1,2
  50. if not nppj.eof then
  51. if clng(ttvv)-clng(ftsj) < nppj("ftsj") then response.redirect "lt_add.asp?cw=9&cnscu="&cnscu&"&ltid="&ltid&"&dj="&dj&""
  52. end if
  53. nppj.close
  54. set nppj=nothing
  55. end if
  56. if ltbt="" then response.redirect "lt_add.asp?cw=1&cnscu="&cnscu&"&ltid="&ltid&"&dj="&dj&""
  57. if len(ltbt)<4 then response.redirect "lt_add.asp?cw=7&cnscu="&cnscu&"&ltid="&ltid&"&dj="&dj&""
  58. if len(lttxt)<8 then response.redirect "lt_add.asp?cw=8&cnscu="&cnscu&"&ltid="&ltid&"&dj="&dj&""
  59. if lttxt="" then response.redirect "lt_add.asp?cw=2&cnscu="&cnscu&"&ltid="&ltid&"&dj="&dj&""
  60. if myid="" then response.redirect "lt_add.asp?cw=4&cnscu="&cnscu&"&ltid="&ltid&"&dj="&dj&""
  61. '---开始增加----
  62. set rs=Server.CreateObject("ADODB.Recordset")
  63. rspl="select * from [lttz] order by id desc"
  64. rs.open rspl,conn,1,2
  65. if rs("txt")=lttxt and rs("name")=ltbt and rs("fid")=myid then response.redirect "lt_add.asp?cw=3&cnscu="&cnscu&"&ltid="&ltid&"&dj="&dj&""
  66.   sql="update cnscu_gr set myjf=myjf+2,myjb=myjb+5,ftsl=ftsl+1,ftsj='"&ttvv&"'  Where CStr(id)="&myid
  67.   conn.Execute(sql)
  68. rs.addnew
  69. if lttxt<>"" then rs("txt")=lttxt
  70. if ltbt<>"" then rs("name")=ltbt
  71. if ldid<>"" then rs("ldid")=ldid
  72. if djjg<>"" then rs("mtjg")=djjg
  73. if dj<>"" then rs("dj")=dj
  74. if t<>"" then rs("touu")=t
  75. if myid<>"" then rs("fid")=myid
  76. if myni<>"" then rs("fname")=myni
  77. rs("ltid")=ltid
  78. if vote<>"" then rs("vote")=vote
  79. if vote<>"" then
  80. votes=split(utf8(vote),"")
  81. voteid=""
  82. for i=0 to ubound(votes)
  83. if votes(i)<>"" then
  84. voteid=voteid&"0"
  85. end if
  86. next
  87. rs("addvote")=voteid
  88. end if
  89. rs.update
  90. '---关闭数据----
  91. rs.close
  92. set rs=nothing
  93. %>
  94. 帖子发表成功,正在返回。。。<br/>
  95. 积分加2分,奖励5钻币<br/>
  96. </p>
  97. </card>
  98. </wml>