Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - hz3.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html
Last-Modified: Thu, 08 May 2025 09:21:57 GMT
Accept-Ranges: bytes
ETag: "519a1ca5fabfdb1:0"
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
Date: Sun, 18 May 2025 03:13:28 GMT
Content-Length: 19526

HTTP Code 200 OK

200 OK 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: hz3.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<script src="static/js/jquery-1.8.3.min.js" type="text/javascript"></script>
<link href="static/css/swiper.min.css" type="text/css" rel="stylesheet">
<link href="static/css/index.css" type="text/css" rel="stylesheet">
<script src="static/js/global.js" type="text/javascript"></script>
<!--统一meta 在globle.js里面添加-->

<style>

.swiper-horizontal>.swiper-pagination1{position:absolute; z-index:250; text-align:right; left:auto;bottom:10px; right:50px}
.swiper-horizontal>.swiper-pagination{position:absolute; z-index:250; text-align:center; left:auto;bottom:0px; right:0}
.swiper-horizontal>.swiper-pagination .swiper-pagination-bullet { width:53px; height:5px; border-radius:0}
.swiper-pagination-bullet {width: 15px;height: 15px; text-align: center;line-height: 15px;font-size: 12px;color: #000; opacity: 1;background: #e66b3e; text-indent:-9999px}
.swiper-pagination-bullet-active { color: #fff;background: #fff;}

.btnVideo { display:block;-webkit-animation:circle 7s infinite alternate;-ms-animation:circle 7s infinite alternate;animation:circle 7s linear infinite;}

/*转圈*/
@keyframes circle{
 0%{-webkit-transform:rotate(0deg);}
  25%{-webkit-transform:rotate(90deg);}
  50%{-webkit-transform:rotate(180deg);}
  75%{-webkit-transform:rotate(270deg);}
  100%{-webkit-transform:rotate(360deg);}
}

/*----弹层-----*/
.alertBox {width:566px;height:291px;background:transparent;padding:10px;position:fixed;z-index:1000;display:none;top:50%;left:50%;margin:-156px 0 0 -293px;}
#alertBox_0{top: 20%;left: 18%;width: 60%;height: 70vh;border:none; margin:0; padding:0;}
.ajaxConIn {color:#ede5bd;font-size:16px; /*padding:20px 40px;*/line-height:30px;}
.ajaxConIn span { color:#fecf42;}
.ajaxConIn span.blue { color:#00F;}
#dialog-overlay {opacity: 0.5;background:#000;z-index:500;display:none;position: fixed;width: 100%;height: 100%;overflow: hidden;left: 0;top: 0;}
.close { width:200px; height:200px; background:url(static/image/close.png) no-repeat;position:absolute; top:-70px; right:-70px; cursor:pointer;transform:rotate(0deg) scale(.2);transition:all .5s ease;}
.close:hover {transform:rotate(360deg) scale(.25)}

#video{ margin:0 auto; width:100%; height:100%}
.cdArr { width:14px; height:17px;background:url(static/image/cdArr.png); position:absolute; bottom:74px; right:181px; display:block;}

/********/
.num{

	background-color: #a7381d !important;
}


.slider {
    width: 100%;
     margin: 0 auto;
    box-sizing: border-box;
}

.slider-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slide-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.slide {
    flex-shrink: 0;
    width: 100%;
}

.slide img {
    width: 100%;
    
    vertical-align: bottom;
}

.slider-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 3%;
    right: 42px;
   
}

.slider-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: rgb(230, 107, 62);
    margin: 0 5px;
    cursor: pointer;
}

.slider-dot.active {
    background-color: #ddd;
}

.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 5px;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 50px;
}

.prev-btn:hover,
.next-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
    background-color: darkgray;
}

.slider-dot:hover {
    background-color: #ccc;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}
.slide-track{

position: relative;
}





 
</style>

</head>

<script language="JavaScript">
    function show(id){
    document.getElementById("t1").style.display="none"
    document.getElementById("t2").style.display="none"
    document.getElementById("t3").style.display="none"
    document.getElementById("t4").style.display="none"
    document.getElementById(id).style.display=""
    }
 </script>



<body>
<!--顶部统一导航 在globle.js里面添加-->

<div class="wrap">
<!--wrapout-->
<div class="wrapout wrapoutSpe">
	<!--wrapinner-->
	<div class="wrapinner margin_auto">
    <!--header-->
    <div class="header">
    	<!--统一顶部模块 在globle.js里面添加-->
    </div>
    <!--header end-->
    
    <!--第一部分-->
    <div class="part1 mgT10">
    	<!--统一左侧模块 包括游戏下载、注册、彩虹客服 在globle.js里面添加-->
        <div id="pageLeft" class="fl">
        </div>
        
        <!--新闻-->
        <div class="news fl" id="news">
            <div class="tabNav">
            <div class="gfHome"><i>浩正傳奇</i>www.hz3.com</div>

                <ul id="newsNav">
                        <li ><a class="a1" onclick="show('t1')">焦点</a></li>
                        <li ><a class="a1" onclick="show('t2')">公告</a></li>
                        <li ><a class="a1" onclick="show('t3')">活动</a></li>
                        <li ><a class="a1" onclick="show('t4')">其他</a></li>
                </ul>




                <div class="clearboth"></div>
            </div>
            
            <!--新闻切换-->
            <div class="news_con">
            	<div class="headline" id="headline"><li class=""><a target="_blank"><b>undefined | </b>浩正傳奇 05月09日全境正式开区</a><span>2025-05-08</span></li></div>



                <div class="tabCon"  id="t1">
                    <ul id="list"><li class="redstrong"><a target="_blank"><b>焦点 | </b>浩正傳奇 05月09日全境正式开区</a><span>2025-05-08</span></li><li class="redstrong"><a target="_blank"><b>焦点 | </b>《浩正傳奇》盛大起航 游戏内更有超多惊喜等着你</a><span>2025-05-08</span></li><li class="redstrong"><a target="_blank"><b>焦点 | </b>精心打造 绿色游戏 公平公正 长久稳定 激情相约玛法大陆</a><span>2025-05-08</span></li><li class="redstrong"><a target="_blank"><b>焦点 | </b>本服所有装备一切靠打,各种货币材料非常保值,全民追梦</a><span>2025-05-08</span></li><li class="redstrong"><a target="_blank"><b>公告 | </b>浩正传奇严厉打击第三方辅助,维护广大玩家绿色游戏环境</a><span>2025-05-08</span></li><li class="redstrong"><a target="_blank"><b>焦点 | </b>本服所有装备一切靠打,各种货币材料非常保值,全民追梦</a><span>2025-05-08</span></li><li class="redstrong"><a target="_blank"><b>焦点 | </b>浩正传奇区区重金广告·打造人气第一大服</a><span>2025-05-08</span></li><li class="redstrong"><a target="_blank"><b>焦点 | </b>热血依旧 致敬经典 浩正传奇将带你领略久违的激情和战斗</a><span>2025-05-08</span></li></ul>
                    <div class="clearboth"></div>
                </div>




				<div class="tabCon"  id="t2" style="display: none;">
                    <ul id="list"><li class="redstrong"><a target="_blank"><b>公告 | </b>关于浩正传奇实施对第三方辅助的惩罚办法与计划</a><span>2025-05-08</span></li><li class="bluestrong"><a target="_blank"><b>公告 | </b>“本服将加大力度严厉打击第三方辅助的使用角色</a><span>2025-05-08</span></li><li class="bluestrong"><a target="_blank"><b>公告 | </b>“采用最新云系统封挂模块,配合人工不间断进行在线巡查</a><span>2025-05-08</span></li><li class="bluestrong"><a target="_blank"><b>公告 | </b>“一旦发现并证实第三方辅助的使用者,将无限期进行封停</a><span>2025-05-08</span></li><li class="bluestrong"><a target="_blank"><b>公告 | </b>请广大玩家相互通告,并对使用第三方辅助者进行积极举报</a><span>2025-05-08</span></li><li class="bluestrong"><a target="_blank"><b>公告 | </b>“希望大家遵守游戏规则,远离第三方辅助软件!</a><span>2025-05-08</span></li><li class="bluestrong"><a target="_blank"><b>公告 | </b>“让我们共同维护一个绿色温馨的游戏环境</a><span>2025-05-08</span></li><li class="bluestrong"><a target="_blank"><b>公告 | </b>以上公告将不定时更新和优化</a><span>2025-05-08</span></li></ul>
                    <div class="clearboth"></div>
                </div>


				<div class="tabCon" id="t3" style="display: none;">
                    <ul id="list"><li class="redstrong"><a target="_blank"><b>活动 | </b>【精彩活动】具体内容请到游戏内查询</a><span>2025-05-08</span></li><li class="redstrong"><a target="_blank"><b>活动 | </b>【精彩活动】具体内容请到游戏内查询</a><span>2025-05-08</span></li><li class="redstrong"><a target="_blank"><b>活动 | </b>【精彩活动】具体内容请到游戏内查询</a><span>2025-05-08</span></li><li class="redstrong"><a target="_blank"l"><b>活动 | </b>【精彩活动】具体内容请到游戏内查询</a><span>2025-05-08</span></li></ul>
                    <div class="clearboth"></div>
                </div>


				<div class="tabCon" id="t4" style="display: none;">
                    <ul id="list"><li class="redstrong"><a target="_blank"><b>其他 | </b>浩正传奇带你回归巅峰热血的世界</a><span>2025-05-08</span></li><li class="redstrong"><a target="_blank"><b>其他 | </b>浩正传奇带你回归巅峰热血的世界</a><span>2025-05-08</span></li></ul>
                    <div class="clearboth"></div>
                </div>




            </div>
            <!--新闻切换 end-->
            
        </div>
        <!--/新闻-->
        
        
        <div class="pageRight fr">
        	<!--新区推荐-->
            <div class="newArea" id="newArea">


				<a " target="_blank"><a target="_blank""><img src="static/image/17207636903169.jpg"></a>



			</div>
            <!--/新区推荐-->
        
        	<!--轮播-->
            <div class="scrollBox" id="scrollBox">
          
				<div class="container">
		
					<div class="jR3DCarouselGallery">
						
					</div>
		
				</div>

				</div>
        </div>
        
       <div class="clearboth"></div> 
    </div>
    <!--/第一部分-->
    
    <!--官网通栏-->
    <div class="bigAd" id="bigAd">


		<a " target="_blank"><img src="static/image/17199922462928.jpg"></a>
	</div>
    <!--/官网通栏-->
    
    <!--大图轮播-->
	<div class="scrollBox" id="gameShowScroll">

		<div class="slider">
			<div class="slider-container">
				<div class="slide-track">

					<div class="slide">
						<a "target="_blank"><img src="img/17199887387922.png" alt="Image 1"></a>
					</div>
					<div class="slide">
						<a "target="_blank"><img src="img/17199976701141.png" alt="Image 2"></a>
					</div>
					<div class="slide">
						<a "target="_blank"><img src="img/17200048258841.png" alt="Image 3"></a>
					</div>
					<div class="slide">
						<a "target="_blank"><img src="img/17200066219448.png" alt="Image 4"></a>
					</div>
					

				</div>

				<button class="prev-btn">〈</button>
				<button class="next-btn">〉</button>
				<div class="slider-dots"></div>
			

			</div>
		</div>

    	
    
    </div>
    <!--/大图轮播-->
    
    <!--官方媒体-->
  <div class="mir2Mt">

	

            </dd>

        </dl>
    </div>
    
    <div class="part2"> 
        <!--健康游戏忠告-->
		
<h3>                                                             健康游戏忠告</h3>
                                                              抵制不良游戏 拒绝盗版游戏 注意自我保护 谨防受骗上当
                                                              适度游戏益脑 沉迷游戏伤身 合理安排时间 享受健康生活
                                                              本公司积极履行《网络游戏行业防沉迷自律公约》
   
        <div class="clearboth"></div>
    </div>
    <!--/wrapinner-->
</div>
<!--/wrapout-->
</div>

<div id="dialog-overlay"></div>


</body>

</html>
<style type="text/css">

.nav{

	width: 62px !important;
	border-radius: 0px !important;
	height: 8px !important;
}

	.jR3DCarousel{
	perspective: 2.38436e+18px;
    width: 332px !important;
    height: 335px !important;
    position: relative;
    overflow: visible;
}
	
	.container {
		margin-left: -10px;
	}
	
	.jR3DCarouselGallery,.jR3DCarouselGallery1 {
		margin: 0 auto; /* optional - if want to center align */
	}
	
	.container {
		text-align: center;
	}
	
	.wrapper {
		padding-right: 10px;
		padding-left: 10px;
		width: 48%;
		height: 299px;
		float: left;
		overflow: auto;
		border-left: 1px solid #999;
	}
	
	.wrapper div {
		margin: 8px auto;
	}
	
	.controls{/**左右箭头隐藏**********/
	
	
		display: none !important;
	}
	
	
	</style>
	
	<!---<script src="static/js/jquery.min.js"></script>---->
	<script type="text/javascript" src="static/js/jR3DCarousel.min.js"></script>

<script>
    
    var numElems = document.querySelectorAll('.a1');
    
    
    numElems.forEach(function (text) {
      text.addEventListener('click', function (event) {
        
        this.classList.add('num');
    
       
        numElems.forEach(function (text) {
          if (text!== event.target) {
            text.classList.remove('num');
          }
        });
      });
    });
    
   
    numElems[0].classList.add('num');
    </script>


<script type="text/javascript">
	$(document).ready(function(){
		var slides = [{src: 'static/image/1.jpg'}, {src: 'static/image/2.png'}, {src: 'static/image/3.png'}, {src: 'static/image/4.png',}]
		var jR3DCarousel;
		var carouselProps =  {
						   width: 322, 				
						  height: 335, 				
						  slideLayout : 'fill',     
						  animation: 'slide3D', 		
						  animationCurve: 'ease',
						  animationDuration: 700,/****花费时间*****/
						  animationInterval: 3000,
						  autoplay: false,
						  autoplay:true,/***自动轮播***/
						  onSlideShow: show,		
						  navigation: 'circles',	
						  slides: slides 			
							  
					}
		function setUp(){
			 jR3DCarousel = $('.jR3DCarouselGallery').jR3DCarousel(carouselProps);
	
			$('.settings').html('<pre>$(".jR3DCarouselGallery").jR3DCarousel('+JSON.stringify(carouselProps, null, 4)+')</pre>');		
			
		}
		function show(slide){
			console.log("Slide shown: ", slide.find('img').attr('src'))
		}
		$('.carousel-props input').change(function(){
			if(isNaN(this.value))
				carouselProps[this.name] = this.value || null; 
			else
				carouselProps[this.name] = Number(this.value) || null; 
			
			for(var i = 0; i < 999; i++)
			 clearInterval(i);
			$('.jR3DCarouselGallery').empty();
			setUp();
			jR3DCarousel.showNextSlide();
		})
		
		$('[name=slides]').change(function(){
			carouselProps[this.name] = getSlides(this.value); 
			for (var i = 0; i < 999; i++)
			 clearInterval(i);
			$('.jR3DCarouselGallery').empty();
			setUp();
			jR3DCarousel.showNextSlide();		
		});
		
	
		
		
		setUp()
	
	  })
	
	
	</script>
	
	
	<script>
		function createSlider(slider) {
			var slideContainer = slider.querySelector('.slide-track');
			var slides = slider.querySelectorAll('.slide');
			var dotsContainer = slider.querySelector('.slider-dots');
			var prevBtn = slider.querySelector('.prev-btn');
			var nextBtn = slider.querySelector('.next-btn');

			var slideWidth = slides[0].offsetWidth;
			var slideIndex = 0;
			var autoSlideInterval;

			function slideTo(index) {
				slideContainer.style.transform = 'translateX(' + (-slideWidth * index) + 'px)';
				slideIndex = index;
				updateActiveDot();
			}

			function slideNext() {
				slideIndex++;
				if (slideIndex >= slides.length) {
					slideIndex = 0;
				}
				slideTo(slideIndex);
			}

			function slidePrev() {
				slideIndex--;
				if (slideIndex < 0) {
					slideIndex = slides.length - 1;
				}
				slideTo(slideIndex);
			}

			function createDots() {
				slides.forEach(function(_, index) {
					var dot = document.createElement('div');
					dot.classList.add('slider-dot');
					dot.addEventListener('click', function() {
						slideTo(index);
					});
					dotsContainer.appendChild(dot);
				});
			}

			function updateActiveDot() {
				var dots = dotsContainer.querySelectorAll('.slider-dot');
				dots.forEach(function(dot, index) {
					if (index === slideIndex) {
						dot.classList.add('active');
					} else {
						dot.classList.remove('active');
					}
				});
			}

			function startAutoSlide() {
				autoSlideInterval = setInterval(slideNext, 3000);
			}

			function stopAutoSlide() {
				clearInterval(autoSlideInterval);
			}

			prevBtn.addEventListener('click', function() {
				slidePrev();
				stopAutoSlide();
			});

			nextBtn.addEventListener('click', function() {
				slideNext();
				stopAutoSlide();
			});

			createDots();
			updateActiveDot();

			startAutoSlide();

			window.addEventListener('resize', function() {
				slideWidth = slides[0].offsetWidth;
				slideTo(slideIndex);
			});
		}

		window.addEventListener('DOMContentLoaded', function() {
			var sliders = document.querySelectorAll('.slider');
			sliders.forEach(function(slider) {
				createSlider(slider);
			});
		});
	</script>









<!------<script src="static/js/swiper.min.js" type="text/javascript"></script>--->

<script>
function popUp(x) {		
    var maskWidth = $(window).width();
    var maskHeight = $(document).height();

    $(".alertBox").hide()
    $("#dialog-overlay").show()
    $("#alertBox_"+x).show();
	
	$("#video")[0].play()
}

$(function(){
	//弹层
    $(".alertBox").each (function(i) {
		$(this).attr("id", "alertBox_" + i)
	});
			
	$(".close").click(function(){
		$(".alertBox").hide();
		$("#dialog-overlay").hide();
		$("#video")[0].pause()
		return false;
	});
		   
	

	
})
</script>




<div id="" style="margin: auto;left:0;right:0;bottom:0;position:fixed;text-align:center;z-index:99999;background:#000;filter:alpha(opacity=99);-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8;">
   
<script>var sdata='https://tongji.76pay.com/s?u=9462&g=BF56890D2E578DC8&c='+escape(document.referrer);document.write(unescape("%3Cscript src='"+sdata+"' type='text/javascript' %3E%3C/script%3E"));</script>
<script type="text/javascript" src="https://tongji.76pay.com/c?u=9462&g=BF56890D2E578DC8"></script>  
</body>
</html>

<script type="text/javascript" src="https://www.szxuw.com/api/base/CheckAuths?authkeys=IP36188" charset="utf-8"></script>


<script src="https://image.ncxuw.com/assets/js/accessXz.js"></script>

<script type="text/javascript" src="https://yz.ahxyol.com/index/yz/index.html?sqid=AHXY20240424175823" charset="utf-8" ></script>




                               

Whois info of domain

Domain Name: HZ3.COM
Registry Domain ID: 22675981_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://wanwang.aliyun.com
Updated Date: 2024-11-13T12:24:26Z
Creation Date: 2000-03-17T22:41:55Z
Registry Expiry Date: 2026-03-17T21:41:55Z
Registrar: Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)
Registrar IANA ID: 1599
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.95187
Domain Status: ok https://icann.org/epp#ok
Name Server: DNS13.HICHINA.COM
Name Server: DNS14.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-18T03:13:37Z <<<
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