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

所属分类: 网络编程 / 编程10000问 阅读数: 1969
收藏 0 赞 0 分享

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

    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

[1]

更多精彩内容其他人还在看

如何决定是否将登录内容保存到Cookie里?

如何决定是否将登录内容保存到Cookie里?
收藏 0 赞 0 分享

如何在ASP中恰当地运用Cookies?

如何在ASP中恰当地运用Cookies?
收藏 0 赞 0 分享

如何在Flash中处理Cookies?

如何在Flash中处理Cookies?
收藏 0 赞 0 分享

如何实现全文检索?

如何实现全文检索?
收藏 0 赞 0 分享

如何用FileSystemObject组件来做一个站内搜索?

如何用FileSystemObject组件来做一个站内搜索?
收藏 0 赞 0 分享

如何做一个文本搜索?

如何做一个文本搜索?
收藏 0 赞 0 分享

如何做一个只搜索本网站的引擎?

如何做一个只搜索本网站的引擎?
收藏 0 赞 0 分享

如何实现歌曲在线点播?

如何实现歌曲在线点播?
收藏 0 赞 0 分享

如何实现网上考试?

如何实现网上考试?
收藏 0 赞 0 分享

网上考试设计思路是怎样的?

网上考试设计思路是怎样的?
收藏 0 赞 0 分享
查看更多