Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
200 OK - q030.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, 27 May 2025 19:13:43 GMT
Content-Type: text/html
Content-Length: 4698
Last-Modified: Fri, 19 Jul 2024 07:07:28 GMT
Connection: keep-alive
Vary: Accept-Encoding
ETag: "669a10b0-125a"
Strict-Transport-Security: max-age=31536000
Accept-Ranges: bytes

HTTP Kodu 200 OK

200 OK, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.

Kod 200 ne zaman kullanılır?

  • Bir web sayfası yüklenirken
  • Bir API yanıtı başarıyla alındığında
  • Bir form veya başka bir HTTP isteği işlenirken

Kod 200 kullanıcı için ne anlama gelir?

Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.

GET / HTTP/1.1
Host: q030.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<title></title>
	</head>
	<link rel="stylesheet" href="./css/userHome.css">
	<script src="js/jquery-1.12.3.min.js"></script>
	<script src="./js/layui.js"></script>
	<style>
	    html,body{
	        background: #16161a;
	    }
	</style>
	<body>
		<div id="userHome">
			<div id="userLeft">
				<div class="leftTop">
					<div id="user-img"></div>
					<div id="user-name">会员名</div>
					<div class="user-line"></div>
					<div id="user-Lv">
						<div><img src="" alt="" id="user-level"></div>
						<div id="user-schedule">0/0</div>
					</div>
					<div class="progress-container">
					  <div class="progress-bar"></div>
					</div>
					<div class="user-line"></div>
					<div class="user-auth">
						<div id="Auth-Fir">
							<div onclick="bindMobile()">绑定手机</div>
						</div>
						<div id="Auth-Sec">
							<div onclick="autonym()">实名认证</div>
						</div>
 					</div>
					<div class="Bind-AccNum-box">
						<div class="Bind-AccNum" onclick="bindAcc()">绑定账号</div>
						<div class="Bind-AccNum" onclick="giveGift()">兑换码</div>
					</div>
				</div>
				<div class="leftBottom">
					<a href="#Mucenter" class="user-nav active"><div class="user-ucenter" onclick="chooseNav(event)"></div></a>
					<a href="#Mgrowth" class="user-nav" ><div class="user-growth" onclick="chooseNav(event)"></div></a>
					<a href="#Mrecord" class="user-nav" ><div class="user-record" onclick="chooseNav(event)"></div></a>
				</div>
			</div>
			<div id="userRight">
				<iframe id="myIframe" src="page1.html" frameborder="0" class="no-scrollbar"></iframe>
			</div>
		</div>
	</body>
	<script src="js/jquery.cookie.min.js"></script>
	<script src="js/portApi.js"></script>
	<script src="./js/userHome.js"></script>
	<script>
		function ReBalance(){
			layer.open({
			  type: 2
			  ,title:false
			  ,title:['余额充值','background-color:#392f25;font-weight: blod;font-size: 16px;color: #E4D19D;']
			  ,tips: 1
			  ,area: ['875px', '600px']
			  ,content: ['./recharge.html','no'] 
			}); 
		}
		
		function introduce() {
			layer.open({
			  type: 2
			  ,tips: 1
			  ,title:['等级介绍','background-color:#392f25;font-weight: blod;font-size: 16px;color: #E4D19D;']
			  ,area: ['813px', '769px']
			  ,content: ['./GradeIntrod.html','no'] 
			}); 
		}
		
		function levelRecord() {
			layer.open({
			  type: 2
			  ,tips: 1
			  ,title:['充值记录','background-color:#392f25;font-weight: blod;font-size: 16px;color: #E4D19D;']
			  ,area: ['655px', '580px']
			  ,content: ['./Son-Record.html','no']
			}); 
		}
		
		function bindAcc() {
			layer.open({
			  type: 2
			  ,tips: 1
			  ,title:['绑定游戏账号','background-color:#392f25;font-weight: blod;font-size: 16px;color: #E4D19D;']
			  ,area: ['500px', '457px']
			  ,content: ['./Bind/bindAcc.html','no'] 
			}); 
		}
		
		function AccBind(){
			layer.open({
			  type: 2
			  ,tips: 1
			  ,title:['绑定游戏账号','background-color:#392f25;font-weight: blod;font-size: 16px;color: #E4D19D;']
			  ,area: ['400px', '500px']
			  ,content: ['./Bind/AccBind.html','no'] 
			}); 
		}
		
		function bindMobile(){
			layer.open({
			  type: 2
			  ,tips: 1
			  ,title:['绑定手机号','background-color:#392f25;font-weight: blod;font-size: 16px;color: #E4D19D;']
			  ,area: ['250px', '400px']
			  ,content: ['./bindMobile.html','no'] 
			}); 
		}
		
		function autonym(){
			layer.open({
			  type: 2
			  ,tips: 1
			  ,title:['实名认证','background-color:#392f25;font-weight: blod;font-size: 16px;color: #E4D19D;']
			  ,area: ['250px', '330px']
			  ,content: ['./autonym.html','no'] 
			}); 
		}
		
		
		function kstpone(data){
			layer.open({
			  type: 1
			  ,title:['转区账号','background-color:#392f25;font-weight: blod;font-size: 16px;color: #E4D19D;']
			  ,area: ['400px', '200px']
			  ,content: `<div style="width:100%;height: 100%;color:#E4D19D;background: #16161a;display: flex;justify-content: center;align-items: center;"
			  >该账号转区账号为:${data}</div>`
			}); 
		}
		
		function tpok(){
			layer.open({
			  type: 2
			  ,title:['转区账号','background-color:#392f25;font-weight: blod;font-size: 16px;color: #E4D19D;']
			  ,area: ['400px', '400px']
			  ,content: ['./Acclist.html','no'] //这里content是一个URL,如果你不想让iframe出现滚动条,你还可以content: ['http://sentsin.com', 'no']
			}); 
		}

		function giveGift(){
			layer.open({
			  type: 2
			  ,title:['礼包码兑换','background-color:#392f25;font-weight: blod;font-size: 16px;color: #E4D19D;']
			  ,area: ['400px', '250px']
			  ,content: ['./gift.html','no'] 
			}); 
		}
	</script>
</html>                               

Alan adının whois bilgisi

Domain Name: Q030.COM
Registry Domain ID: 2794450191_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://wanwang.aliyun.com
Updated Date: 2024-06-19T13:01:16Z
Creation Date: 2023-06-29T14:56:06Z
Registry Expiry Date: 2025-06-29T14:56:06Z
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: DNS25.HICHINA.COM
Name Server: DNS26.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-27T19:13:22Z <<<
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