lt_addcl.asp
资源名称:wap.rar [点击查看]
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:3k
源码类别:
手机WAP编程
开发平台:
ASP/ASPX
- <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%><?xml version="1.0" encoding="utf-8"?>
- <%response.buffer=true%>
- <%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
- <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
- <!--#include file="conn.inc"-->
- <!--#include file="cnscucsb.asp"--><%
- '====================================================================
- ' 请你保留这段说明,这并不会影响你的速度. 电脑交流:http://www.cnscu.cn
- ' 程序制作:横云 掌上校园收倾心整理收集于互联网,感谢你的支持!
- ' 升级时间: 2008-2-5 主页地址:HTTP://wap.cnscu.cn
- ' E-Mail: cnscu@126.com 客服QQ:554904632 QQ群:30493504 QQ群2:46659883
- '====================================================================
- %> <%
- ltid=usb(request("ltid"))
- ltbt=usb(request("ltbt"))
- lttxt=usb(request("lttxt"))
- djjg=usb(request("djjg"))
- if djjg="" then djjg="0"
- ldid=usb(request("ldid"))
- if ldid="" then ldid="0"
- dj=usb(request("dj"))
- t=usb(request("t"))
- if t="" then t="1"
- vote=usb(request("vote"))
- %>
- <wml>
- <head><meta http-equiv='Cache-Control' content='no-cache'/>
- </head>
- <card title="发表帖子" ontimer="lt_list.asp?cnscu=<%=cnscu%>&page=1&ltid=<%=ltid%>">
- <timer value="10"/>
- <p>
- <%if cw="1" then%>
- 标题不能为空<br/>
- <%end if%>
- <%if cw="2" then%>
- 内容不能为空<br/>
- <%end if%>
- <%if cw="3" then%>
- 错误:您的帖子已经发表成功!请不要刷新!<br/>
- <%end if%>
- <%if cw="4" then%>
- 错误:请先登陆!!<br/>
- <%end if%>
- <%
- '----识别错误并跳转-----
- if len(ftsj)>=6 then
- set nppj=Server.CreateObject("ADODB.Recordset")
- rspljj="select ftsj,id from sclt where cstr(id)='"<id&"'"
- nppj.open rspljj,conn,1,2
- if not nppj.eof then
- if clng(ttvv)-clng(ftsj) < nppj("ftsj") then response.redirect "lt_add.asp?cw=9&cnscu="&cnscu&"<id="<id&"&dj="&dj&""
- end if
- nppj.close
- set nppj=nothing
- end if
- if ltbt="" then response.redirect "lt_add.asp?cw=1&cnscu="&cnscu&"<id="<id&"&dj="&dj&""
- if len(ltbt)<4 then response.redirect "lt_add.asp?cw=7&cnscu="&cnscu&"<id="<id&"&dj="&dj&""
- if len(lttxt)<8 then response.redirect "lt_add.asp?cw=8&cnscu="&cnscu&"<id="<id&"&dj="&dj&""
- if lttxt="" then response.redirect "lt_add.asp?cw=2&cnscu="&cnscu&"<id="<id&"&dj="&dj&""
- if myid="" then response.redirect "lt_add.asp?cw=4&cnscu="&cnscu&"<id="<id&"&dj="&dj&""
- '---开始增加----
- set rs=Server.CreateObject("ADODB.Recordset")
- rspl="select * from [lttz] order by id desc"
- rs.open rspl,conn,1,2
- if rs("txt")=lttxt and rs("name")=ltbt and rs("fid")=myid then response.redirect "lt_add.asp?cw=3&cnscu="&cnscu&"<id="<id&"&dj="&dj&""
- sql="update cnscu_gr set myjf=myjf+2,myjb=myjb+5,ftsl=ftsl+1,ftsj='"&ttvv&"' Where CStr(id)="&myid
- conn.Execute(sql)
- rs.addnew
- if lttxt<>"" then rs("txt")=lttxt
- if ltbt<>"" then rs("name")=ltbt
- if ldid<>"" then rs("ldid")=ldid
- if djjg<>"" then rs("mtjg")=djjg
- if dj<>"" then rs("dj")=dj
- if t<>"" then rs("touu")=t
- if myid<>"" then rs("fid")=myid
- if myni<>"" then rs("fname")=myni
- rs("ltid")=ltid
- if vote<>"" then rs("vote")=vote
- if vote<>"" then
- votes=split(utf8(vote),"")
- voteid=""
- for i=0 to ubound(votes)
- if votes(i)<>"" then
- voteid=voteid&"0"
- end if
- next
- rs("addvote")=voteid
- end if
- rs.update
- '---关闭数据----
- rs.close
- set rs=nothing
- %>
- 帖子发表成功,正在返回。。。<br/>
- 积分加2分,奖励5钻币<br/>
- </p>
- </card>
- </wml>