源码网商城,靠谱的源码在线交易网站 我的订单 购物车 帮助

源码网商城

如何判断用户是否非正常离开聊天室?

  • 时间:2022-11-22 19:58 编辑: 来源: 阅读:
  • 扫一扫,手机访问
摘要:如何判断用户是否非正常离开聊天室?
[h2]如何判断用户是否非正常离开聊天室?[/h2]    total = application("AllPeople")

' 聊天总人数.     aryHuman = split(total,";")     for i = lbound(aryHuman) to ubound(aryHuman) - 1     if application("user" & i) = "online" then     if int(timer) - int(application("TimeBegin" & i)) > 120 then     application("user" & i) = ""     temp = aryHuman(i)     aryName = split(temp,",")     hrefname =  aryName(0)     for j = lbound(aryHuman) to ubound(aryHuman) - 1     if application("user" & j) = "online" then   application("content" & j) = "<FONT color=#000000>〖精彩春风之聊天室的系统公告〗"&hrefname&"</FONT>" &"<font  color=#F08000 >"& "掉线了..." & "</font><font color = #000000 class=p9>" & "  <" & time() & "></font><br>" & application ("content" & j)     end if     next     end if     end if     next [b][1][/b]
  • 全部评论(0)
联系客服
客服电话:
400-000-3129
微信版

扫一扫进微信版
返回顶部