主頁 > 知識庫 > 一個實用的FSO-實時統(tǒng)計在線人數(shù)

一個實用的FSO-實時統(tǒng)計在線人數(shù)

熱門標簽:萊西電子地圖標注 外呼系統(tǒng)API接口 怎么在地圖標注自己 鳳臺百度地圖標注店 修改地圖標注 武夷山旅游地圖標注 金昌電話機器人價格 個人可以辦理400電話么 縣域地圖標注打印店
count.asp:

%Server.ScriptTimeout=300
id=Trim(Request.QueryString("id"))
fc=Trim(Request.QueryString("fc"))
if fc="" then fc="FFFF00"
bg=Trim(Request.QueryString("bg"))
if bg="" then bg="000000"
bc=Trim(Request.QueryString("bc"))
if bc="" then bc="00FF00"
sername=Request.ServerVariables("SERVER_NAME")
scrname=Request.ServerVariables("SCRIPT_NAME")
linkurl="http://" sername scrname
%>
html>
head>
title>實時統(tǒng)計在線人數(shù)/title>
META HTTP-EQUIV="Refresh" content="10; URL=%=linkurl%>"> '每隔10秒刷新
meta http-equiv="Content-Type" content="text/html; charset=gb2312">
style TYPE="text/css">
!--
P {FONT-SIZE: 9pt; font-color: #eeeeee}
A {TEXT-DECORATION: none}
A:link {COLOR: #0068A3}
A:visited {COLOR: #0068A3}
A:hover {COLOR: #2f00ff; TEXT-DECORATION: underline}
.ourfont {font-size: 9pt }
BODY { FONT-SIZE: 9pt}
TABLE { FONT-SIZE: 9pt}
-->
/style>
/head>
%
countfile=server.mappath("people.asp")
Set fs=CreateObject("Scripting.FileSystemObject")
n=Year(date())
y=Month(date())
r=Day(date())
s=Hour(time())
f=Minute(time())
m=Second(time())
if len(y)=1 then y="0" y
if len(r)=1 then r="0" r
if len(s)=1 then s="0" s
if len(f)=1 then f="0" f
if len(m)=1 then m="0" m
sj = n "-" y "-" r " " s ":" f ":" m
'格式化日期、時間
dim ly()
Set thisfile=fs.OpenTextFile(countfile,1,False)
countly=0
do while not thisfile.AtEndOfStream
thisline = thisfile.readline
Redim preserve ly(countly)
ly(countly) = thisline
countly = countly + 1
loop '將people.asp中內(nèi)容讀到數(shù)組中
thisfile.close
sameip=0
for i=1 to (countly-1)/2
if DateDiff("s",ly(i*2),sj)>60 then
ly(i*2-1)=""
ly(i*2)=""
countly=countly-2
end if
if Request.ServerVariables("REMOTE_ADDR")=ly(i*2-1) then
sameip=1 'IP已經(jīng)存在
ly(i*2)=sj
end if
next
set outfile=fs.CreateTextFile(countfile)
for i=0 to countly-1
if ly(i)>"" then
outfile.WriteLine ly(i)
end if
next
if sameip=0 then
outfile.WriteLine Request.ServerVariables("REMOTE_ADDR")
outfile.WriteLine sj  '添加新記錄
outfile.Close
end if
Set thisfile=fs.OpenTextFile(countfile,1,False)
countly=0
do while not thisfile.AtEndOfStream
thisline = thisfile.readline
Redim preserve ly(countly)
ly(countly) = thisline
countly = countly + 1'總的記錄行數(shù)
loop
thisfile.close
total=(countly-1)/2 '統(tǒng)計總?cè)藬?shù),每人有兩行記錄:IP、時間
%>
body>

p>select name="Online" size="1">
option selected value="Online">%=total%>人在線上/option>
%
for i=1 to total
response.write "option>"ly(i*2-1)"/option>"
next
%>
/select>/p>
/body>
/html>

people.asp:

%Response.end%>
172.16.20.230'用戶IP
2003-06-15 09:53:57'登錄時間

標簽:楚雄 涼山 邢臺 南京 上海 通遼 清遠 赤峰

巨人網(wǎng)絡(luò)通訊聲明:本文標題《一個實用的FSO-實時統(tǒng)計在線人數(shù)》,本文關(guān)鍵詞  一個,實,用的,FSO-,實時,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《一個實用的FSO-實時統(tǒng)計在線人數(shù)》相關(guān)的同類信息!
  • 本頁收集關(guān)于一個實用的FSO-實時統(tǒng)計在線人數(shù)的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章