Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - blcx.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Tue, 06 May 2025 22:15:05 GMT
Content-Type: text/html
Content-Length: 35373
Connection: keep-alive
Vary: Accept-Encoding
Content-Location: http://blcx.com/index.html
Last-Modified: Thu, 28 Nov 2024 07:05:54 GMT
Accept-Ranges: bytes
ETag: "a2118cf76341db1:d9a8"
X-Powered-By: ASP.NET

HTTP Code 200 OK

200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: blcx.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-

transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta property="qc:admins" content="15416272776410166375" />
<meta property="wb:webmaster" content="288bd105ae1b91da" />
    <title>地盘-dipan.com 我的游戏 我的地盘 我的朋友 地盘网网页游戏平台</title>
    <link href="/style/main.css" rel="stylesheet" type="text/css" />
    <link href="/style/game.css" rel="stylesheet" type="text/css" />
    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link href="/style/label.css" rel="stylesheet" type="text/css"/>

<style type="text/css">
#adArea{width:265px; height:50px; overflow:hidden; position:absolute; top:0px; left:10px;}#adArea ul{margin:0; padding:0;}
#adArea li{margin:0; padding:0; height:50px; overflow:hidden;}
</style>
    <style type="text/css">
        .gameList
        {
            width: 690px;
            overflow: hidden;
        }
        .gameList ul
        {
            margin: 0;
            padding: 0;
        }
        .gameList li
        {
            list-style-type: none;
            margin: 0;
            padding: 0;
            display: inline;
            position: relative;
            float: left;
            width: 211px;
            margin: 0 10px 0 9px;
        }
        .gameList li span
        {
            position: absolute;
            left: 165px;
            top: 25px;
        }
        .imgBlock
        {
            display: block;
        }
        .gameBox
        {
            border: 1px solid #d6d1ca;
            border-top: none;
            color: #6e6e6e;
            width: 189px;
            padding: 5px 10px;
            font-family: "宋体";
            font-size: 12px;
            line-height: normal;
        }
        .gameBox a
        {
            color: #6e6e6e;
            text-decoration: none;
        }
        .gameBox a:hover
        {
            color: #6e6e6e;
            text-decoration: underline;
        }
        .gameBox a.gmLink
        {
            color: #4d81b3;
            text-decoration: none;
        }
        .gameBox a.gmLink:hover
        {
            color: #4d81b3;
            text-decoration: underline;
        }
#scrollDiv ul,#scrollDiv li{margin:0;padding:0; font-size:12px;} 
#scrollDiv{width:460px;height:125px;min-height:25px;line-height:25px;overflow:hidden} 
#scrollDiv li{height:25px;padding-left:10px;} 
#scrollDiv li a{ margin:0 5px;} 
    </style>
<script language="JavaScript" type="text/javascript" src="/js/jquery.js"></script>
    <script language="JavaScript" type="text/javascript" src="/js/get_xml_div.js"></script>
<script language="JavaScript" type="text/javascript" src="/js/login.js"></script>
<!--script>
document.write("\<script language=\"javascript\" type=\"text/javascript\" src=\"/js/login.js?"+Math.random()+"\"><\/script>");  
 </script-->

    <script language="JavaScript" type="text/javascript" src="/js/index.js"></script>
<script language="JavaScript" type="text/javascript" src="/js/swfobject.js"></script>

<script src="http://www.dipan.com/js/other_gm_server.js" type="text/javascript"></script>
<script type="text/javascript">
    function ShowImg() {
        //头部随机图片
        var pic = new Array()
        //设置头部图片以及点图片时跳转的页面				
        pic[0] = "images/top02.png;http://www.dipan.com/wx/";
        pic[1] = "images/top03.png;http://www.dipan.com/app/sign/index.html";
        pic[2] = "images/top01.png;http://www.dipan.com/news/Official/201306/20130626122127.html";
          var a = Math.floor(Math.random() * (pic.length));
        //document.getElementById('img_top').src = pic[a].split(';')[0]; 
        document.getElementById('a_top').href = pic[a].split(';')[1];
        document.getElementById('a_top').innerHTML = '<img src="' + pic[a].split(';')[0] + '" width="265" height="50" alt="" id="img_top"/>';
    }
    //滚动插件 
    (function (jQuery) {
        jQuery.fn.extend({
            Scroll: function (opt, callback) {
                //参数初始化 
                if (!opt) var opt = {};
                var _this = this.eq(0).find("ul:first");
                var lineH = _this.find("li:first").height(), //获取行高 
line = opt.line ? parseInt(opt.line, 10) : parseInt(this.height() / lineH, 10), //每次滚动的行数,默认为一屏,即父容器高度 
speed = opt.speed ? parseInt(opt.speed, 10) : 1000, //卷动速度,数值越大,速度越慢(毫秒) 
timer = opt.timer ? parseInt(opt.timer, 10) : 3000; //滚动的时间间隔(毫秒) 
                if (line == 0) line = 1;
                var upHeight = 0 - line * lineH;
                //滚动函数 
                scrollUp = function () {
                    _this.animate({
                        marginTop: upHeight
                    }, speed, function () {
                        for (i = 1; i <= line; i++) {
                            _this.find("li:first").appendTo(_this);
                        }
                        _this.css({ marginTop: 0 });
                    });
                }
                //鼠标事件绑定 
                _this.hover(function () {
                    clearInterval(timerID);
                }, function () {
                    timerID = setInterval("scrollUp()", timer);
                }).mouseout();
            }
        })
    })(jQuery);

</script> 
    <script type="text/JavaScript">
<!--
        function MM_preloadImages() { //v3.0
            var d = document; if (d.images) {
                if (!d.MM_p) d.MM_p = new Array();
                var i, j = d.MM_p.length, a = MM_preloadImages.arguments; for (i = 0; i < a.length; i++)
                    if (a[i].indexOf("#") != 0) { d.MM_p[j] = new Image; d.MM_p[j++].src = a[i]; }
            }
        }

        function MM_swapImgRestore() { //v3.0
            var i, x, a = document.MM_sr; for (i = 0; a && i < a.length && (x = a[i]) && x.oSrc; i++) x.src =

x.oSrc;
        }

        function MM_findObj(n, d) { //v4.01
            var p, i, x; if (!d) d = document; if ((p = n.indexOf("?")) > 0 && parent.frames.length) {
                d = parent.frames[n.substring(p + 1)].document; n = n.substring(0, p);
            }
            if (!(x = d[n]) && d.all) x = d.all[n]; for (i = 0; !x && i < d.forms.length; i++) x = d.forms[i][n];
            for (i = 0; !x && d.layers && i < d.layers.length; i++) x = MM_findObj(n, d.layers[i].document);
            if (!x && d.getElementById) x = d.getElementById(n); return x;
        }

        function MM_swapImage() { //v3.0
            var i, j = 0, x, a = MM_swapImage.arguments; document.MM_sr = new Array; for (i = 0; i < (a.length -

2); i += 3)
                if ((x = MM_findObj(a[i])) != null) {
                    document.MM_sr[j++] = x; if (!x.oSrc) x.oSrc = x.src; x.src

= a[i + 2];
                }
        }
        if (document.location.href.indexOf('http://dipan.com') != -1) {
            document.location.href = "http://www.dipan.com";
        }
//-->
    </script>
</head>
<body onload="ShowImg()">
<SCRIPT type="text/javascript" src="http://www.dipan.com/js/dipan.js"></SCRIPT>
<!--右下角弹出广告.Begin-->
<SCRIPT type="text/javascript" src="http://www.dipan.com/ad/jquery_ad.js"></SCRIPT>
<SCRIPT type="text/javascript" src="http://www.dipan.com/ad/news.js"></SCRIPT>
<SCRIPT type="text/javascript" src="http://www.dipan.com/ad/ffk_ad.js"></SCRIPT>
<SCRIPT type="text/javascript">    isShow(1000, 0);</script>
<!--右下角弹出广告.End-->
    <div style="width: 940px; position: relative; margin: 0 auto;">
        <style>
            img
            {
                border: 0;
                _behavior: (images/iepngfix.htc);
            }
        </style>
        <a href="http://pass.dipan.com/m.aspx?cn=CreateShortcutFile&f=0" target="_blank">
            <img src="images/download_dp.png" style="position: absolute; right: 10px; top: 205px;" />
        </a>
    </div>
    <script src="http://www.dipan.com/js/platform_top.js" type="text/javascript"></script>
    <script src="/js/sider.js" type="text/javascript"></script>
    <div class="topnav">
        <div class="toplogo">
<!---头部滚动图片-->
<div id="adArea"><ul  id="adContent">
<li><a href="#" target="_blank" id="a_top"></a></li>
</ul></div>

            <div class="game_title_button">
                <a href="javascript:addfav();" onfocus="this.blur();">
                    <img src="/images/topButton_1.gif" width="60" height="31" border="0" /></a>
                <a href="http://bbs.dipan.com" target="_blank" onfocus="this.blur();">
                    <img src="/images/topButton_2.gif" width="60" height="31" /></a> <a 

href="http://www.dipan.com/news/help/200909/2009091117847.html">
                        <img src="/images/topButton_3.gif" width="60" height="31" /></a>
            </div>
            <div class="game_title_link">
                <a href="/" class="game_title_link1"></a><a href="/news/game/" class="game_title_link2">
                </a><a class="game_title_link6" href="http://www.dipan.com/meinv/"></a><a href="#">
                </a><a href="http://pass.dipan.com/m.aspx?cn=PassportInfo" target="_blank" id="index_js_1"
                    class="game_title_link3"></a><a id="game_title_link5" name="game_title_link5" 

class="game_title_link5"
                        href="http://cs.dipan.com/news/server/index.html"></a><a 

href="http://pass.dipan.com/m.aspx?cn=payselect"
                            target="_blank" id="index_js_2" class="game_title_link4"></a>
            </div>
        </div>   
       <div style="width: 941px; margin-top: -21px; height: 197px; margin-bottom: -3px;    z-index: 0; overflow: hidden;" >
<div id="focus"></div>
                          </div>
<script>
    document.write("\<script language=\"javascript\" type=\"text/javascript\" src=\"/js/flash.js?" + Math.random() + "\"><\/script>");  
 </script>
    </div>
    <div class="wrap">
        <div class="mainLeft">
            <!--login -->
            <div id="login_div">
            </div>
            <!--dipanServer -->
            <div class="dpServer link1">
                <div class="dpServer_title line">
                    <img src="/images/img_7.gif" /></div>
                <div class="dpServer_con line">
                    <table>
                        <tr>
                            <td colspan="3">
                                <span class="greenfont bold">管理中心</span><span class="font5">&nbsp;| 地盘通行证

相 关服务</span>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <a href="http://pass.dipan.com/m.aspx?cn=UserInfo" id="index_js_3" 

target="_blank">基本资料
                                </a>
                            </td>
                            <td>
                                <a href="http://pass.dipan.com/m.aspx?cn=EditEmail" id="index_js_4" 

target="_blank">
                                    邮件绑定 </a>
                            </td>
                            <td>
                                <a href="javascript:void(0)" id="_phone">手机绑定</a>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <a href="http://pass.dipan.com/m.aspx?cn=PassEdit" id="index_js_6" 

target="_blank">密码修改
                                </a>
                            </td>
                            <td>
                                <a href="http://pass.dipan.com/m.aspx?cn=PassProtect" id="index_js_7" 

target="_blank">
                                    密码保护 </a>
                            </td>
                            <td>
                                <a href="http://pass.dipan.com/m.aspx?cn=ResetPass" target="_blank">密码重置</a>
                            </td>
                        </tr>
                    </table>
                </div>
                <div class="dpServer_con line">
                    <table>
                        <tr>
                            <td colspan="2">
                                <span class="greenfont bold">支付中心</span><span class="font5">&nbsp;| 在线支付 

即时 到账</span>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <a href="http://pass.dipan.com/m.aspx?cn=AliPay&t=2" id="index_js_10" target="_blank">银行卡网上支付</a>
                            </td>
                            <td>
                           <a href="http://pass.dipan.com/m.aspx?cn=AliPay" id="index_js_9" target="_blank">支付宝</a>  

                            </td>
                            
                        </tr>
                        <tr>
                            <td>
                                <a href="http://pass.dipan.com/m.aspx?cn=coin1pay&t=0" id="index_js_11" target="_blank">平台币兑换</a>
                            </td>
                            <td>
                            <a href=" http://pass.dipan.com/m.aspx?cn=AliPay&t=5" id="index_js_12" target="_blank">财付通 </a>
                            </td>
                           
                        </tr>
                    </table>
                </div>
                <div class="dpServer_con">
                    <table>
                        <tr>
                            <td colspan="2">
                                <span class="greenfont bold">服务中心</span><span class="font5">&nbsp;| 服务时间:每天12:00-23:00</span>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <a href="http://www.dipan.com/dialog_1.htm" target="_blank">在线客服</a>
                            </td>
                            <td>
                                <a href="/news/help/200909/2009091117847.html" target="_blank">电话客服</a>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <a href="/news/help/200909/2009091117847.html" target="_blank">客服邮箱</a>
                            </td>
                            <td>
                                <a href="http://bbs.dipan.com/"target="_blank">论坛客服专版</a>
                            </td>
                        </tr>
                    </table>
                </div>
            </div>
        </div>
        <br />
        <div class="gameList">
            <ul>
            <!--唐宫梦.Begin-->
             <li>
                   <a href="http://tgm.dipan.com/" target="_blank" ><img src="http://image.dipan.com/tgm/20140411tgmpt01.jpg" width="211" height="82" alt="唐宫梦" border="0"
                         class="imgBlock" /></a>
                    <div class="gameBox">
                        <a href="http://tgm.dipan.com/" target="_blank">进入官网 </a>&nbsp;|&nbsp;<a 

href="http://tgm.dipan.com/news/zl/"
                            target="_blank">新手指南</a> <a href="http://tgm.dipan.com/news/service/index.html" class="gmLink" 

target="_blank">
                                进入游戏</a></div>
                </li>
            <!--唐宫梦.End-->

            <!--醉西游.Begin-->
             <li>
                   <a href="http://zxy.dipan.com/" target="_blank" ><img src="http://image.dipan.com/zxy/0914zxypttp09.jpg" width="211" height="82" alt="醉西游" border="0"
                         class="imgBlock" /></a>
                    <div class="gameBox">
                        <a href="http://zxy.dipan.com/" target="_blank">进入官网 </a>&nbsp;|&nbsp;<a 

href="http://zxy.dipan.com/"
                            target="_blank">新手指南</a> <a href="http://zxy.dipan.com/" class="gmLink" 

target="_blank">
                                进入游戏</a></div>
                </li>
            <!--醉西游.End-->

            <!--大侠传.Begin-->
<li><span>
                    <img src="images/new.gif" width="25" height="8" alt="" /></span>
                    <a href="http://dxz.dipan.com" target="_blank"><img src="images/dxz_index.jpg" width="211" height="82" alt="大侠传" class="imgBlock" border="0" /></a>
                    <div class="gameBox">
                        <a href="http://dxz.dipan.com" target="_blank">进入官网 </a>&nbsp;|&nbsp;<a 

href="http://dxz.dipan.com/zl/zl/index.html"
                            target="_blank">新手指南</a> <a href="http://dxz.dipan.com/news/service/index.html" class="gmLink" 

target="_blank">
                                进入游戏</a></div>
                </li>
                <!--大侠传.End-->

                <!--兵临城下2.Begin-->
 <li>
                    <a href="http://bing.dipan.com" target="_blank"><img src="http://image.dipan.com/bing/20121219logo.jpg" width="211" height="82" alt="兵临城下2" class="imgBlock"  border="0"/></a>
                    <div class="gameBox">
      <a href="http://bing.dipan.com/" target="_blank">进入官网 </a>&nbsp;|&nbsp;<a href="http://bing.dipan.com/news/zl/index.html" target="_blank">新手指南</a> 
      <a href="http://bing.dipan.com/news/service/index.html" target="_blank" class="gmLink">  进入游戏</a></div>
                </li>

                <!--兵临城下2.End-->
              <!--宫廷计.Begin-->
<li><span>
                    <img src="images/new.gif" width="25" height="8" alt="" /></span>
                    <a href="http://gong.dipan.com" target="_blank"><img src="/images/gong_index.jpg" width="211" height="82" alt="宫廷计" class="imgBlock" border="0" /></a>
                    <div class="gameBox">
                        <a href="http://gong.dipan.com" target="_blank">进入官网 </a>&nbsp;|&nbsp;<a href="http://gong.dipan.com/news/zl/index.html"  target="_blank">新手指南</a> <a href="http://gong.dipan.com/news/service/index.html" class="gmLink" target="_blank">进入游戏</a></div>
                </li>

                <!--宫廷计.End-->


<li>
                    <a href="http://lj.dipan.com" target="_blank"><img src="/images/lj.jpg" width="211" height="82" alt="龙将" class="imgBlock" border="0" /></a>
                    <div class="gameBox">
                        <a href="http://lj.dipan.com/" target="_blank">进入官网 </a>&nbsp;|&nbsp;<a 

href="http://lj.dipan.com"  target="_blank">新手指南</a> <a href="http://lj.dipan.com" class="gmLink" target="_blank"> 进入游戏</a></div>
                </li>
                
<!-- 神曲>
 <li>
                   <a href="http://sq.dipan.com" target="_blank"><img src="/images/sq.jpg" width="211" height="82" alt="神曲Ⅱ" class="imgBlock" border="0"/></a>
                    <div class="gameBox">
                        <a href="http://sq.dipan.com/" target="_blank">进入官网 </a>&nbsp;|&nbsp;<a 

href="http://sq.dipan.com/zl/zl/index.html"     target="_blank">新手指南</a> <a href="http://sq.dipan.com/news/service/index.html" class="gmLink" 

target="_blank">  进入游戏</a></div>
                </li>
<神曲.End-->
   <li><span>
                    <img src="images/new.gif" width="25" height="8" alt="" /></span>
                    <a href="http://108.dipan.com" target="_blank" ><img src="images/bnr_dhwl.jpg" width="211" height="82" alt="108将" class="imgBlock" border="0"/></a>
                    <div class="gameBox">
                        <a href="http://108.dipan.com/" target="_blank">进入官网 </a>&nbsp;|&nbsp;<a 

href="http://108.dipan.com/news/zy/index.html"
                            target="_blank">新手指南</a> <a href="http://108.dipan.com/" class="gmLink" 

target="_blank">
                                进入游戏</a></div>
                </li>
<!--108.End-->

  <li>
                    <a href="http://fhj.dipan.com" target="_blank" ><img src="images/fhj_06.gif" width="211" height="82" alt="凤凰决" class="imgBlock" border="0"/></a>
                    <div class="gameBox">
                        <a href="http://fhj.dipan.com/" target="_blank">进入官网 </a>&nbsp;|&nbsp;<a href="http://fhj.dipan.com/"
                            target="_blank">新手指南</a> <a href="http://fhj.dipan.com"   class="gmLink" target="_blank">进入游戏</a></div>
                </li>
<!-- 凤凰诀.End-->
  <li>
                    <a href="http://sg.dipan.com" target="_blank" ><img src="/images/sg_index.jpg" width="211" height="82" alt="兵临城下" class="imgBlock" border="0"/></a>
                    <div class="gameBox">
                        <a href="http://sg.dipan.com/" target="_blank">进入官网 </a>&nbsp;|&nbsp;<a href="http://sg.dipan.com/"
                            target="_blank">新手指南</a> <a href="http://sg.dipan.com"   class="gmLink" target="_blank">进入游戏</a></div>
                </li>
<!-- 兵临城下.End-->
                                                   
            </ul>
        </div>
        <div class="mainRight">
            <div class="gNameList">
                <img src="images/img_22.gif" style="float: left;" />
                <div>
 <a  href="http://hero.dipan.cn/" target="_blank">武林英雄</a>&nbsp;&nbsp;<img src="images/f1_12.gif" />&nbsp;&nbsp
 <a  href="http://sxd.dipan.com/" target="_blank">神仙道</a>&nbsp;&nbsp;<img src="images/f1_12.gif" />&nbsp;&nbsp;
<a  href="http://zxy.dipan.com/" target="_blank">醉西游</a>&nbsp;&nbsp;<img src="images/f1_12.gif" />&nbsp;&nbsp;
 <a  href="http://sq.dipan.com/" target="_blank">神曲II</a>&nbsp;&nbsp;<img src="images/f1_12.gif" />&nbsp;&nbsp;
 <a   href="http://mhfx.dipan.com/" target="_blank" >梦幻飞仙</a>&nbsp;&nbsp;<img src="images/f1_12.gif" />&nbsp;&nbsp;
 
            </div> </div>
            <div class="kuang">
                <div class="t">
                </div>
                <div class="m">
                    <div class="left">
                        <div class="afficheTitle">
                <table width="100%" class="table_01">
                    <tr>
                        <td width="75%">
                            <img src="/images/img_12.gif" />
                        </td>
                        <td width="25%">
                            <a href="http://www.dipan.com/news/Official/index.html" target="_blank">更多&gt;&gt;</a>
                        </td>
                    </tr>
                </table>
            </div>                        
<div class="affichePic">
                            <a href="http://gong.dipan.com/news/notice/kf/249/index.html" target="_blank">
                                <img src="http://image.dipan.com/gong/20160204gtj249kf07.gif" /></a></div>
                        <div class="affiche">
                            <ul>
                                
 <li><span><a target="_blank" href="http://www.dipan.com/news/Official/201607/20160721151037.html">地盘网客服工作时间调整公告</a></span><span class="time_news">16-7-21</span></li> <li><span><a target="_blank" href="/news/Official/201607/20160721151037.html"><font color ="#FF0000">地盘网客服工作时间调整公告</font></a></span><span class="time_news">16-7-21</span></li> <li><span><a target="_blank" href="/news/Official/201607/20160704151919.html">关于地盘网宝付充值通道关闭公告</a></span><span class="time_news">16-7-4</span></li> <li><span><a target="_blank" href="http://gong.dipan.com/news/notice/kf/249/index.html">《宫廷计》249区2月4日10时开启!</a></span><span class="time_news">16-2-3</span></li> <li><span><a target="_blank" href="http://sg.dipan.com/news/gg/201601/2016010713203.html">《兵临城下》50服1月13日13时开启!</a></span><span class="time_news">16-2-3</span></li>

                            </ul>
                        </div>
                    </div>
                    <div class="right">
                        <div class="afficheTitle line">
                            <table width="100%" class="table_01">
                    <tr>
                        <td width="80%">
                            <img src="/images/img_13.gif" />
                        </td>
                        <td width="20%">
                            <a href="http://www.dipan.com/news/topic/index.html" target="_blank">更多&gt;&gt;</a>
                        </td>
                    </tr>
                </table>
</div>
                     <div class="affichePic">
                            <span class="font3 bold"><a href="http://tgm.dipan.com" target="_blank" class="game_color1">地盘网《唐宫梦》新版宫斗网游华丽开启!</a></span><br />
                            地盘网《唐宫梦》新服开启,丰厚奖励不断赠送,新手礼包、媒体礼包、微信礼包等各种礼包送不停!</div>
                            <div class="hotnews">
                            <ul>
                                
 <li><span><a target="_blank" href="http://www.dipan.com/news/Official/201407/20140731163520.html">献给最爱的人 地盘网七夕献礼!</a></span><span class="time_news">14-7-31</span></li> <li><span><a target="_blank" href="http://tgm.dipan.com/kf10/">预约《唐宫梦》10服 抢地盘网私人定制礼包</a></span><span class="time_news">14-7-7</span></li> <li><span><a target="_blank" href="http://tgm.dipan.com/kf9/">预约《唐宫梦》9服 抢地盘网私人定制礼包</a></span><span class="time_news">14-6-30</span></li> <li><span><a target="_blank" href="http://tgm.dipan.com/kf8/">预约《唐宫梦》8服 抢地盘网私人定制礼包</a></span><span class="time_news">14-6-26</span></li> <li><span><a target="_blank" href="http://tgm.dipan.com/kf7/">预约《唐宫梦》7服 抢地盘网私人定制礼包</font></a></span><span class="time_news">14-6-19</span></li>

                            </ul>
                        </div>
                    </div>
                </div>
                <div class="b">
                </div>
            </div>
        </div>
        <div class="clear">
        </div>
        <div class="union_star">
            <div class="t">
                <table width="100%" class="table_01">
                    <tr>
                        <td width="87%">
                            <img src="/images/img_17.gif" />
                        </td>
                        <td width="13%">
                            <a href="/news/guest/" target="_blank">更多&gt;&gt;</a>
                        </td>
                    </tr>
                </table>
            </div>
            <div class="m">
                <div class="picList">
                    <ul>
                        
 <li><a target="_blank"  href="http://moji.dipan.com/"><img alt="" border="0" src="http://image.dipan.com/mj/20111219mjxk.jpg" /></a>
<h1><a href="javascript:void(0)">00小可00</a></h1>
</li> <li><a target="_blank"  href="http://moji.dipan.com/"><img alt="" border="0" src="http://image.dipan.com/mj/20111219mjbl.jpg" /></a>
<h1><a href="javascript:void(0)">00冰蓝00</a></h1>
</li> <li><a target="_blank" href="http://moji.dipan.com/"><img alt="" border="0" src="http://image.dipan.com/mj/20111219mj.jpg" /></a>
<h1><a href="javascript:void(0)">00米佳00</a></h1>
</li> <li><a target="_blank"  href="http://moji.dipan.com/"><img alt="" border="0" src="http://image.dipan.com/mj/20111219mjlin.jpg" /></a>
<h1><a href="javascript:void(0)">Lina</a></h1>
</li>

                    </ul>
                </div>
            </div>
            <div class="b">
            </div>
        </div>
        <div class="player_star">
            <div class="t">
                <table width="100%" class="table_01">
                    <tr>
                        <td width="87%">
                            <img src="/images/img_18.gif" />
                        </td>
                        <td width="13%">
                            <a href="/news/guild/" target="_blank">更多&gt;&gt;</a>
                        </td>
                    </tr>
                </table>
            </div>
            <div class="m">
                <div class="picList">
                    <ul>
                        
 <li><a href="javascript:void(0)"><img alt="" border="0" src="http://image.dipan.com/sg/090916mxgh01.jpg" /></a>
<h1><a href="javascript:void(0)">【同福】同福客栈</a></h1>
</li> <li><a href="javascript:void(0)"><img alt="" border="0" src="http://image.dipan.com/sg/090916mxgh02.jpg" /></a>
<h1><a href="javascript:void(0)">〓弒〓</a></h1>
</li> <li><a href="javascript:void(0)"><img alt="" border="0" src="http://image.dipan.com/sg/090916mxgh03.jpg" /></a>
<h1><a href="javascript:void(0)">群雄争霸情谊联盟</a></h1>
</li> <li><a href="javascript:void(0)"><img alt="" border="0" src="http://image.dipan.com/sg/090916mxgh04.jpg" /></a>
<h1><a href="javascript:void(0)">鹰之团</a></h1>
</li>

                    </ul>
                </div>
            </div>
            <div class="b">
            </div>
        </div>
        <div class="clear">
        </div>
        <div class="union_star">
            <div class="mt_title line">
                <img src="/images/img_19.gif" /></div>
            <div class="mtnew_l">
                <div class="pic">
                    <a href="http://108.dipan.com/news/notice/20111226/" target="_blank">
                        <img src="http://image.dipan.com/201112229meitiimage1.jpg" /></a></div>
                <div class="list">
                    <span class="font4 bold"><a href="http://108.dipan.com/news/xd/index.html" target="_blank">
                        江湖秘籍 攻略宝典</a></span>
                    <ul>
                        <li><a href="http://bbs.dipan.com/showtopic-69727.aspx" target="_blank">新手指导员火热招聘中</a></li><li><a 

href="http://news.07073.com/zixun/20111223/544555.html" target="_blank">新版坐骑系统梦幻上线 </a></li>
                        <li><a href="http://www.07073.com/108jiang/gonglue/522788.html" target="_blank">武将顶级战力养成
                        </a></li>
                    </ul>
                </div>
                <div class="m01">
                    <a href="http://t.sina.com.cn/dipanwebgame" target="_blank">
                        <img src="http://image.dipan.com/dipansinaweibo.jpg" width="204" height="39" border="0" 

/></a></div>
            </div>
            <div class="mtnew_r">
                <div class="pic">
                    <a href="http://gong.dipan.com/news/notice/20110429/#tab_7" target="_blank">
                        <img src="http://image.dipan.com/gongyinyuanxitong.jpg" /></a></div>
                <div class="list">
                    <span class="font4 bold"><a href="http://gong.dipan.com/news/notice/20110429/#tab_5"
                        target="_blank">姻缘系统成就浪漫爱情</a></span>
                    <ul>
                        <li><a href="http://bbs.dipan.com/showtopic-68587.aspx" target="_blank">新版道具掉落大搜集

</a></li>
                        <li><a href="http://bbs.dipan.com/showtopic-70269.aspx" target="_blank">红钻系统 华服随你

穿</a></li>
                        <li><a href="http://web.17173.com/game/gtj.html" target="_blank">上17173为宫廷计投票

</a></li>
                    </ul>
                </div>
                <div class="m01">
                    <a href="http://t.qq.com/dipan_game" target="_blank">
                        <img src="http://image.dipan.com/dipanqqweibo.jpg" width="204" height="39" border="0" 

/></a></div>
            </div>
        </div>
        <div class="player_star">
            <div class="mt_title line">
                <img src="/images/img_20.gif" /></div>
<script language="JavaScript" type="text/javascript" src="js/MSClass.js"></script>
<script  type="text/javascript">
    jQuery(document).ready(function () {
        new Marquee("scrollDiv", 0, 0.1, 460, 128, 20, 4000, 5000, 52)
        // jQuery("#scrollDiv").Scroll({ line: 5, speed: 500, timer: 4000 });

    }); 
</script>
<div id="scrollDiv"> 
<ul> 
<li><A href="http://www.dipan.com/" target=_blank>地盘网</A></A></li>

</ul> 
</div>
        </div>
    </div>
    <script language="JavaScript" type="text/javascript" src="/js/bottom.js"></script>
    <table width="100%" style="margin-top: 10px;">
        <tr>
            <td align="center">
                <a href="http://www.pingpinganan.gov.cn/web/index.aspx" target="_blank">
                    <img src="http://www.dipan.com/images/cyber_police_station_2.gif" alt="" border="0"
                        width="53" height="53"></a> <a href="http://www.pingpinganan.gov.cn/web/index.aspx"
                            target="_blank">
                            <img src="http://www.dipan.com/images/cyberpolice_0803_01.gif" alt="" border="0"
                                width="53" height="53"></a>
<a target='_blank'  href='http://idinfo.zjaic.gov.cn/bscx.do?method=hddoc&id=3301972003000055'><img src='http://idinfo.zjaic.gov.cn/images/i_lo2.gif' border='0'></a>

            </td>
        </tr>
    </table>
 <!--script language="JavaScript" src='/js/stat.js' type="text/javascript"  id="stat_js"></script-->
 <script>
     if ((GetCookie("5show_user_id") != null) && (GetCookie("5show_user_id") != "-1") && (GetCookie("5show_user_id") != "") && (GetCookie("5show_user_name") != null) && (GetCookie("5show_user_name") != "")) {
         jQuery("#_phone").attr({ "href": "http://pass.dipan.com/sms/bindinfo.aspx", "target": "_blank" });
     }
     else {
         jQuery("#_phone").click(function () {
             alert("请先登录"); location.href = "http://pass.dipan.com/aspx/logindo.aspx?callback=http://pass.dipan.com/sms/bindinfo.aspx";
         })
     }
</script> 

</body>
</html>





































































































































































                               

Whois info of domain

Domain Name: BLCX.COM
Registry Domain ID: 383752331_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.ename.com
Registrar URL: http://www.ename.net
Updated Date: 2025-02-19T09:10:02Z
Creation Date: 2006-03-21T08:25:01Z
Registry Expiry Date: 2027-03-21T07:25:01Z
Registrar: eName Technology Co., Ltd.
Registrar IANA ID: 1331
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 86.4000044400
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS3.DNS.COM
Name Server: NS4.DNS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-06T22:14:49Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass