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

手机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. <wml><%
  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. %> <head>
  15. <meta http-equiv='Cache-Control' content='no-cache'/>
  16. </head>
  17. <card title="钻币赠送">
  18. <p>
  19. <!--#include file="xxts.asp"-->
  20. <%
  21. id=request("id")
  22. if id="" then id=request("did")
  23. zbsl=clng(request("zbsl"))
  24. if myid=id then response.redirect "zszb.asp?cw=7&cnscu="&cnscu&"&did="&id&"&id="&id&""
  25. if zbsl>9999 then response.redirect "zszb.asp?cw=6&cnscu="&cnscu&"&did="&id&"&id="&id&""
  26. if zbsl<10 then response.redirect "zszb.asp?cw=5&cnscu="&cnscu&"&did="&id&"&id="&id&""
  27. zb=zbsl*0.8
  28. set rsl=Server.CreateObject("ADODB.Recordset")
  29. rspll="select id,myjb from cnscu_gr where id="&myid
  30. rsl.open rspll,conn,1,2
  31. if zbsl>rsl("myjb") then response.redirect "zszb.asp?cw=4&cnscu="&cnscu&"&did="&id&"&id="&id&""
  32. if zb="" then response.redirect "zszb.asp?cw=1&cnscu="&cnscu&"&did="&id&"&id="&id&""
  33. if id="" then response.redirect "zszb.asp?cw=2&cnscu="&cnscu&"&did="&id&"&id="&id&""
  34. %>
  35. <%sql="update cnscu_gr set myjb=myjb-"&zbsl&" Where CStr(id)="&myid
  36.   conn.Execute(sql)
  37.  sql="update cnscu_gr set myjb=myjb+"&zb&" Where CStr(id)="&id
  38.   conn.Execute(sql)%>
  39. <%set rsll=Server.CreateObject("ADODB.Recordset")
  40. rsplll="select * from tbxx"
  41. rsll.open rsplll,conn,1,2
  42. rsll.addnew
  43. rsll("fnr")="会员["&myni&"("&myid&")]转给您["&int(zb)&"]钻币,请注意查收!"
  44. rsll("sid")=id
  45. rsll("fid")="0"
  46. rsll.update
  47. rsll.close
  48. set rsll=nothing%>
  49. 钻币赠送成功。。。
  50. <br/>
  51. 请勿刷新。。。
  52. <br/><!--#include file="w.asp"-->
  53. </p>
  54. </card>
  55. </wml>