亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

如何判斷用戶是否非正常離開(kāi)聊天室?

 更新時(shí)間:2006年11月16日 00:00:00   作者:  

如何判斷用戶是否非正常離開(kāi)聊天室?

    total = application("AllPeople")

' 聊天總?cè)藬?shù).
    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>
〖精彩春風(fēng)之聊天室的系統(tǒng)公告〗"&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

[1]

相關(guān)文章

最新評(píng)論