zszbcl.asp
资源名称:wap.rar [点击查看]
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:2k
源码类别:
手机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"-->
- <wml><%
- '====================================================================
- ' 请你保留这段说明,这并不会影响你的速度. 电脑交流:http://www.cnscu.cn
- ' 程序制作:横云 掌上校园收倾心整理收集于互联网,感谢你的支持!
- ' 升级时间: 2008-2-5 主页地址:HTTP://wap.cnscu.cn
- ' E-Mail: cnscu@126.com 客服QQ:554904632 QQ群:30493504 QQ群2:46659883
- '====================================================================
- %> <head>
- <meta http-equiv='Cache-Control' content='no-cache'/>
- </head>
- <card title="钻币赠送">
- <p>
- <!--#include file="xxts.asp"-->
- <%
- id=request("id")
- if id="" then id=request("did")
- zbsl=clng(request("zbsl"))
- if myid=id then response.redirect "zszb.asp?cw=7&cnscu="&cnscu&"&did="&id&"&id="&id&""
- if zbsl>9999 then response.redirect "zszb.asp?cw=6&cnscu="&cnscu&"&did="&id&"&id="&id&""
- if zbsl<10 then response.redirect "zszb.asp?cw=5&cnscu="&cnscu&"&did="&id&"&id="&id&""
- zb=zbsl*0.8
- set rsl=Server.CreateObject("ADODB.Recordset")
- rspll="select id,myjb from cnscu_gr where id="&myid
- rsl.open rspll,conn,1,2
- if zbsl>rsl("myjb") then response.redirect "zszb.asp?cw=4&cnscu="&cnscu&"&did="&id&"&id="&id&""
- if zb="" then response.redirect "zszb.asp?cw=1&cnscu="&cnscu&"&did="&id&"&id="&id&""
- if id="" then response.redirect "zszb.asp?cw=2&cnscu="&cnscu&"&did="&id&"&id="&id&""
- %>
- <%sql="update cnscu_gr set myjb=myjb-"&zbsl&" Where CStr(id)="&myid
- conn.Execute(sql)
- sql="update cnscu_gr set myjb=myjb+"&zb&" Where CStr(id)="&id
- conn.Execute(sql)%>
- <%set rsll=Server.CreateObject("ADODB.Recordset")
- rsplll="select * from tbxx"
- rsll.open rsplll,conn,1,2
- rsll.addnew
- rsll("fnr")="会员["&myni&"("&myid&")]转给您["&int(zb)&"]钻币,请注意查收!"
- rsll("sid")=id
- rsll("fid")="0"
- rsll.update
- rsll.close
- set rsll=nothing%>
- 钻币赠送成功。。。
- <br/>
- 请勿刷新。。。
- <br/><!--#include file="w.asp"-->
- </p>
- </card>
- </wml>