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. <% LANGUAGE="VBSCRIPT" %>
  6. <!--#include file="conn.inc"-->
  7. <!--#include file="cnscucsb.asp"--><%
  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. %> <%
  15. txt=request("txt")
  16. lid=request("lid")
  17. tou=request("tou")
  18. myyid=request("myid")
  19. yc=request("yc")
  20. agent=request.serverVariables("HTTP_USER_AGENT")
  21. if "&myid&"="&myyid&" then
  22. eer="自己给自己写信?<br/>"
  23. end if
  24. set rsc=Server.CreateObject("ADODB.Recordset")
  25. rsplc="select * from myhm where cstr(jid)="&lid&" and cstr(bid)="&myid
  26. rsc.open rsplc,conn,1,2
  27. if not rsc.eof then
  28. eer="警告:对方已经把你加为仇人,请不要骚扰对方了!"
  29. end if
  30. rsc.close
  31. set rsc=nothing
  32. set rsx=Server.CreateObject("ADODB.Recordset")
  33. rsstrx="select id from [cnscu_gr] where cstr(id)="&lid
  34. rsx.open rsstrx,conn,1,2
  35. if rsx.eof then
  36. eer="没有这个会员呀。。。。<br/>"
  37. end if
  38. rsx.close
  39. set rsx=Nothing
  40. if txt="" then response.redirect "add.asp?cnscu=" & cnscu & ""
  41. kword=split("fuck,他妈的,我靠,我操,去死,我叼",",")
  42. function keyWord(s)
  43. dim KwCount
  44. KwCount=0
  45. for kwi=0 to ubound(kword)
  46. KwCount = KwCount + instr(s,kword(kwi))
  47. next
  48. keyWord=KwCount
  49. end function
  50. if keyWord(con)>0 then response.redirect "add.asp"
  51. set rs=Server.CreateObject("ADODB.Recordset")
  52. rsstr="select * from [tbxx] order by ID desc"
  53. rs.open rsstr,conn,1,2
  54. dim errr
  55. errr=0
  56. if rs.recordcount>0 then
  57. if rs("fnr")=txt then errr=1
  58. end if
  59. if errr=1 then eer="请不要重复发送,<br/>正在返回个人资料!<br/>"
  60. if errr<>1 then
  61. rs.addnew
  62. if txt<>"" then rs("fnr")=txt
  63. rs("sid")=lid
  64. if tou<>"" then rs("tou")=tou
  65. rs("fid")=myyid
  66. rs.update
  67. end if
  68. if rs.recordcount=0 then
  69. rs.addnew
  70. if txt<>"" then rs("fnr")=txt
  71. if tou<>"" then rs("tou")=tou
  72. rs("sid")=lid
  73. rs("fid")=myyid
  74. rs.update
  75. end if
  76. rs.close
  77. set rs=Nothing
  78. %>
  79. <wml>
  80. <head>
  81. <meta http-equiv="Cache-Control" content="no-Cache"/>
  82. <meta http-equiv="Cache-Control" content="max-age=0"/>
  83. </head>
  84. <card title="发送消息" ontimer="index.asp?cnscu=<%=cnscu%>">
  85. <timer value="15"/>
  86. <p>
  87. <%if eer="" then%>
  88. <!--#INCLUDE file="xxts.asp"-->
  89. 消息发送成功,<br/>
  90. 正在返回社区首页!<br/>
  91. <%else%>
  92. <%=eer%>
  93. <%end if%>
  94. <!--#include file="w.asp"-->
  95. </p>
  96. </card>
  97. </wml>