欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

如何判斷用戶是否非正常離開聊天室?

 更新時間:2006年11月16日 00:00:00   作者:  

如何判斷用戶是否非正常離開聊天室?

    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>
〖精彩春風之聊天室的系統(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)文章

最新評論