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 - eaimx.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Wed, 28 May 2025 04:18:04 GMT
Content-Type: text/html
Content-Length: 4525
Last-Modified: Tue, 13 May 2025 19:34:25 GMT
Connection: keep-alive
Vary: Accept-Encoding
ETag: "68239ec1-11ad"
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: eaimx.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>官方永久地址发布页-收藏我回家不迷路!</title>
<meta name="keywords" content="发布页地址,发布页最新网址,永久地址发布页,最新发布页导航,资源网">
<meta name="description" content="地址发布页,发布页是多少,发布页导航地址,永久发布页,地址导航,永久地址导航">
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone-no">
<style>
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body{background:#000;padding:0;margin:0;border-top:3px solid #de2600}
a,a:active,a:hover,a:link,a:visited{color:#FFFFFF;text-decoration:none}
.main{background-color:#FFF;width:100%;max-width:900px;margin:0 auto;margin-top:30px;margin-bottom: 10px;border:2px solid #2b2b2b;padding:10px;border-radius:10px;text-align:center}
.hide{display:none}
.link a{
	display: block;
    background: #333;
    width: 70%;
    margin: 20px auto;
    padding: 10px 0;
}
</style>
</head><body>
    <script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?e667bf9a4de50612ab889beb1060b8be";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
</script>
<div class="main">
	<h1><font color="#FFA500">聚合软件库</font></h1>

		<div style="font-size:14px; text-align:center; margin-bottom:10px;">资源共享是互联网精神的支柱</div>
		
		
	<div style="font-size:14px; text-align:center; margin-bottom:10px;">移动屏蔽严重,建议使用联通或者电信访问</div>
	<div class="link">
		<a href="javascript:" onclick="go(1)">最新線路地址一</a>
		<a href="javascript:" onclick="go(2)">最新線路地址二</a>
		<a href="javascript:" onclick="go(3)">最新線路地址三</a>
        <a href="javascript:" onclick="go(4)">最新線路地址四</a>
		<a href="javascript:" onclick="go(5)">最新線路地址五</a>
		<a href="javascript:" onclick="go(6)">最新線路地址六</a>

	
	</div>
	

<script>
	function go(x){
		if(x==1)
		<!---->
			location.href="https://bio.site/t0e_Ted_u3d_aO"
		else if(x==2)
		<!---->
			location.href="https://bio.site/t0e_Ted_u3d_aO"
		else if(x==3)
        <!---->
	        location.href="https://linkpop.com/dg4_e9r_4hg9"
        else if(x==4)
		<!---->
			location.href="https://linkpop.com/dg4_e9r_4hg9"
		else if(x==5)
        <!---->
	        location.href="https://campsite.bio/5c0f6_wepf4_7"
        else if(x==6)
        <!---->
	        location.href="https://campsite.bio/5c0f6_wepf4_7"



		
	

	}
</script>
	<div style="font-size:14px; text-align:center; margin-bottom:10px;">本页面仅用于最新地址变更通知</div></br>

<span id="runtimeSpan" style="color: #ff0000;"></span>
<script type="text/javascript">
    function showRuntime(){
        window.setTimeout("showRuntime()", 1000);
        var startTime = new Date("3/10/2015 00:00:00"); 
        var nowTime = new Date();
        var timestamp = (nowTime.getTime() - startTime.getTime());
        var oneDayMilliseconds = 24*60*60*1000;
        var totalDaysTmp = timestamp / oneDayMilliseconds;
        var totalDays = Math.floor(totalDaysTmp);
        var yuHoursTmp = (totalDaysTmp - totalDays) * 24;
        var yuHours = Math.floor(yuHoursTmp);
        var yuMinutesTmp = (yuHoursTmp - yuHours) * 60;
        var yuMinutes = Math.floor((yuHoursTmp - yuHours) * 60);
        var yuSeconds = Math.floor((yuMinutesTmp - yuMinutes) * 60);
        var yuHours = yuHours < 10 ? '0' + yuHours : yuHours;
        var yuMinutes = yuMinutes < 10 ? '0' + yuMinutes : yuMinutes;
        var yuSeconds = yuSeconds < 10 ? '0' + yuSeconds : yuSeconds;
        runtimeSpan.innerHTML = "本站已安全运行: " + totalDays + "天" + yuHours + "小时" + yuMinutes + "分" + yuSeconds + "秒";
    }
    showRuntime();
</script>
<style>
    #runtimeSpan{animation: change 10s infinite;font-weight: 800;}
    @keyframes change{0%{color:#AAC9CE;}25%{color:#F56A79;}50%{color:#1AA6B7;}75%{color:#FCF9F0;}100%{color:#E73B3E;}}
</style>
</br></br>

	<div><div style="font-size:14px; text-align:center; margin-bottom:20px;">© 2015-2025 聚合机软件库 All Rights Reserved</div>
	
</body>

</html>                               

Alan adının whois bilgisi

Domain Name: EAIMX.COM
Registry Domain ID: 2867514392_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.dynadot.com
Registrar URL: http://www.dynadot.com
Updated Date: 2025-03-27T19:44:57Z
Creation Date: 2024-03-28T16:11:36Z
Registry Expiry Date: 2026-03-28T16:11:36Z
Registrar: Dynadot Inc
Registrar IANA ID: 472
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +16502620100
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.DYNA-NS.NET
Name Server: NS2.DYNA-NS.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-28T04:17:52Z <<<
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