设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 214|回复: 4
打印 上一主题 下一主题

主动离开leave.asp和被动离开kickout.htm(被踢嘛)

[复制链接]
跳转到指定楼层
1#
发表于 2009-3-16 21:30:42 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
主动离开:leave.asp

<%
response.expires=0
sendid=session("userid")
if sendid<>"" then
  chatdata=application("chatdata")
  onliuser=application("onliuser")
  if chatdata(sendid,1)=request.servervariables("remote_addr") then '验证用户IP地址
    onliuser=replace(onliuser,",'"&chatdata(sendid,0)&"'","")
    for i=0 to 50
        chatdata(i,4)=(chatdata(i,4) mod 4) +4  '通知更新名单
    next
    chatdata(sendid,0)=""  '清空用户名
    chatdata(sendid,1)=""  '清空Ip地址
    chatdata(sendid,3)=""  '清空私聊内容
    chatdata(sendid,4)=0  '清空权限和音乐开关及免打挠开关
    chatdata(sendid,5)=""  '清空隐藏名单
    application.lock
      application("chatdata")=chatdata
      application("onliuser")=onliuser
    application.unlock
  end if
end if
session("userid")=""
response.redirect "login.asp"


function finduser(fuser)
  reval=100

  for i=0 to 99
    if chatdata(i,0)=fuser then
      reval=i
      exit for
    end if
  next
  finduser=reval
end function
%>


被动离开:kickout.htm
<script language="javascript">
<!--
if (self.parent.frames.length != 0)top.location=document.location.href;
// -->
</script>
<br><br><br><center><font size=5>你被这个聊天室的管理员踢出了本聊天室</font></center>
您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-19 16:23 , Processed in 0.104088 second(s), 8 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表