<% if not isempty(request("page")) then currentPage=cint(request("page")) else currentPage=1 end if menu=htmlencode(request("menu")) if menu="" or (not isnumeric(menu)) or isnull(menu) then menu="all" end if set rs = server.createobject("adodb.recordset") %> 免费魔兽私服列表|魔兽世界私服总站
<% if menu<>"all" then sql="select SFdata.id,SFdata.name,SFdata.IP,SFdata.service,SFdata.Sdate,SFdata.addr,SFdata.ADDNAME,SFdata.xingzhi,SFdata.homepage,SFdata.download,SFdata.gameid,Gametype.game,SFdata.download,SFdata.hot" sql=sql&" from SFdata,Gametype where SFdata.gameid=gametype.id and datediff('d',SFdata.Sdate,now())>6 and SFdata.gameid="&menu sql=sql&" and SFdata.ulock=1 order by SFdata.sdate desc" else sql="select SFdata.id,SFdata.name,SFdata.IP,SFdata.service,SFdata.Sdate,SFdata.addr,SFdata.ADDNAME,SFdata.xingzhi,SFdata.homepage,SFdata.download,SFdata.gameid,Gametype.game,SFdata.download,SFdata.hot" sql=sql&" from SFdata,Gametype where SFdata.gameid=gametype.id and datediff('d',SFdata.Sdate,now())>6" sql=sql&" and SFdata.ulock=1 order by SFdata.sdate desc" end if rs.open sql,conn,1,1 if rs.eof and rs.bof then response.write "" else totalPut=rs.recordcount if currentpage<1 then currentpage=1 end if if (currentpage-1)*MaxPerPage>totalput then if (totalPut mod MaxPerPage)=0 then currentpage= totalPut \ MaxPerPage else currentpage= totalPut \ MaxPerPage + 1 end if end if if currentPage=1 then showContent showpage totalput,MaxPerPage,"main.asp" else if (currentPage-1)*MaxPerPage <%do while not rs.eof%> <% i=i+1 if i>=MaxPerPage then exit do rs.movenext loop %>
当前没有相关私服!请到“发布中心”发布您的私服。
〖2006年 <%if rs("Sdate")<>"" then response.write month(rs("sdate"))&"月"&day(rs("Sdate"))&"日"%> 之后开放的所有私服列表〗
服务器名称
魔兽私服简介
开区日期
地区线路
客服QQ
点击查看
新鑫魔兽 装备多样化,长久稳定 2009年11月12日 电信 游戏中查询
68魔兽世界 点击下载登录器 2009年11月17日 电信 游戏中查询
新死神魔兽 www.muzhimi.com 2009年11月16日 电信 游戏中查询
莫拉克魔兽 www.EocTrinityCo 2009年11月12日 电信 游戏中查询
纷腾互动魔兽 全面超越战网以及感恩 2009年11月12日 多线 游戏中查询
久久魔兽世界 122.224.18.102 2009年11月14日 电信 游戏中查询
龙腾魔兽 超BT上线100级特色3.13 2009年11月14日 网通 游戏中查询
星辰魔兽 上线送T7.5S5无BUG/合成系统 2009年11月15日 双线 游戏中查询
三国魔兽 首创三国战场/僵尸攻城/魏蜀军团 2009年11月15日 双线 游戏中查询
三国魔兽 三国战场 2009年11月15日 电信 游戏中查询
风云魔兽 超级变态/无会员/无BUG/PK平衡 2009年11月16日 双线 游戏中查询
暴风世界 全AI/双天赋/全战场/全FB/ 2009年11月16日 多线 游戏中查询
365魔兽世界 BUG极少,特色任务系统,特色PVP系统 2009年11月16日 双线 游戏中查询
BT怒气冲天 特色BT全新3.13 2009年11月11日 双线 游戏中查询
悠悠魔兽 打怪最爽,自制BOSS,特色任务 2009年11月17日 电信 游戏中查询
秋的季節 www.qwowq.cn 2009年11月17日 电信 游戏中查询
星际超变魔兽 点击下载登录器 2009年11月17日 多线 游戏中查询
NB牛逼魔兽 www.nbwow.com 2009年11月28日 多线 游戏中查询
开心魔兽 www.kxwow.cn 2009年11月22日 电信 游戏中查询
六五魔兽 3.13变态三国版本 2009年11月29日 双线 游戏中查询
175魔兽 60.173.26.121 2009年11月29日 双线 游戏中查询
台服3.20 全国首家台服3.20! 2009年11月29日 双线 游戏中查询
问天魔兽 www.wendywow.cn 2009年11月29日 多线 游戏中查询
国服魔兽 123.157.4.18 2009年11月29日 多线 游戏中查询
星际超变魔兽 领取上万攻击武器 2009年11月29日 双线 游戏中查询
共578条记录 首页 上页 下页 尾页 页次:14/36页 25条记录/页
<% function showpage(totalnumber,maxperpage,filename) dim n if totalnumber mod maxperpage=0 then n= totalnumber \ maxperpage else n= totalnumber \ maxperpage+1 end if response.write "
" if CurrentPage<2 then response.write "共"&totalnumber&"条记录 首页 上页 " else response.write "共"&totalnumber&"条记录 首页 " response.write "上页 " end if if n-currentpage<1 then response.write "下页 尾页" else response.write "" response.write "下页 尾页" end if response.write " 页次:"&CurrentPage&"/"&n&" " response.write " "&maxperpage&"条记录/页 " response.write "
" end function %> <% conn.close set conn=nothing %>