| 系号 |
服务器名 |
服务器IP |
线路 |
攻沙时间 |
状态 |
| NO.1 |
只手遮天 |
121.12.104.124 |
7号晚上开放[电信新区] |
9号晚上8点 |
.gif) |
| NO.1 |
只手遮天 |
121.12.104.124 |
7号晚上开放[电信新区] |
9号晚上8点 |
.gif) |
| NO.2 |
愤怒之战 |
121.12.104.3 |
6号晚上开放[电信新区] |
8号晚上8点 |
.gif) |
| NO.3 |
激情会所 |
121.12.104.58 |
5号晚上开放[电信新区] |
7号晚上8点 |
.gif) |
| NO.4 |
仙剑战场 |
合并进嘟嘟传奇 |
4号晚上开放[电信新区] |
6号晚上8点 |
.gif) |
| NO.5 |
嘟嘟传奇 |
|
经典老区 |
天天攻沙 |
.gif) |
<%
Function glhtmlgg(name)
name=replace(name," ","")
name=replace(name,"""","'")
name=replace(name,chr(10),"")
name=replace(name,chr(13),"
")
glhtmlgg=name
set reg=nothing
End Function
ttt=trim(request("ttt"))
if ttt="" then ttt=1
if id="0" then id=""
sql="select * from [gamelist]"
if id<>"" then sql=sql&" where id="&clng(id)
sql=sql&" order by id desc"
Set rs = Server.CreateObject("ADODB.RecordSet")
rs.Open sql,conn,1,1
while not rs.eof
name=rs("name")
ip=glhtmlgg(rs("ip"))
addtime=rs("addtime")
ap=rs("ap")
if ap="正常" then
picap="images/1.gif"
elseif ap="繁忙" then
picap="images/2.gif"
else
picap="images/3.gif"
end if
%>
<%
rs.movenext
wend
rs.close
set rs=nothing
conn.close
set conn=nothing
%>