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 - b6585.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Mon, 26 May 2025 04:08:18 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Last-Modified: Wed, 23 Apr 2025 08:44:42 GMT
Vary: Accept-Encoding
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Qsm%2FkC83TnA1%2B9vcaFH9f%2FhSgIyVLYSpBcGNTHA4eN%2B6p1Yi5eUhvaLWITeyz0ivSdLpXNUMd12G9iI2jvxB8Bf29WIBmbCjsAvGUmzggXYFXiC0%2F6aNVCW4uakyMp2k9mQiW8dT3MQ%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 945a69195b9f38b7-ARN
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=7573&min_rtt=7573&rtt_var=3786&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=165&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"

HTTP Kodu 200 OK

200 durum kodu, 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: b6585.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script>
    <script>LA.init({id:"3LxRhd0higT4w0e9",ck:"3LxRhd0higT4w0e9"})</script>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>欢迎光临</title>
    <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
    <style>
        html, body {
            height: 100%;
            margin: 0;
            padding: 0;
            overflow-x: hidden;
            font-family: 'Roboto', sans-serif;
            background: #2e3c61; /* 默认背景色 */
        }

        /* PC端背景图 */
        @media screen and (min-width: 1025px) {
            body {
                background: url(../bg.jpg) no-repeat center center fixed;
                background-size: cover; 
            }
        }

        /* 移动端背景图 */
        @media screen and (max-width: 767px) {
            body {
                background: url(../bgm.jpg) no-repeat center center fixed;
                background-size: cover; 
            }
        }

        .container {
            position: relative;
            margin: 100px auto;
            padding: 20px;
            border-radius: 30px; /* 圆角大小 */
            background: url(../bg.jpg) no-repeat center center; /* 使用背景图 */
            background-size: cover; /* 背景图覆盖容器 */
            opacity: 0.9; /* 适度透明度 */
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); /* 增加阴影 */
            width: 90%;
            max-width: 400px;
            text-align: center;
            overflow: hidden; /* 确保子元素不溢出 */
        }

        .loading-container {
            position: relative;
            background: rgba(255, 255, 255, 0); /* 透明背景 */
            margin: 0 auto;
            width: 100%;
            max-width: 200px; /* 根据需要调整宽度 */
            border-radius: 50%; /* 圆形效果 */
            overflow: hidden; /* 确保内容不溢出 */
        }

        canvas {
            display: block;
            margin: 0 auto;
            background: transparent; /* 透明背景 */
            border-radius: 50%; /* 确保canvas也是圆形 */
        }

        .title {
            color: #FFFFFF; /* 设置为白色 */
            font-size: 24px;
            margin: 20px 0;
        }

        .extra-text {
            color: #007aff;
            font-size: 18px;
            margin-bottom: 20px;
            text-align: center; /* 使文本居中对齐 */
        }

        .address {
            display: flex;
            flex-direction: column; /* 垂直排列 */
            align-items: center; /* 水平居中对齐 */
        }

        .btn {
            display: block;
            border-radius: 30px;
            background-color: #ff5656; /* 初始为红色 */
            height: 55px;
            line-height: 55px;
            width: 200px;
            color: #FFFFFF;
            font-size: 22px;
            text-decoration: none;
            letter-spacing: 2px;
            margin: 20px auto;
            cursor: pointer;
            transition: background-color 0.3s, transform 0.3s;
        }

        .btn:hover {
            background-color: #ff3d3d; /* 更深的红色 */
            transform: scale(1.05);
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="loading-container">
            <canvas id="canvas" width="200" height="200"></canvas>
        </div>
        <div class="title">AG直营20年信誉品牌<br><br>信誉保证&nbsp;&nbsp;&nbsp;&nbsp;大额无忧</div>

   <div class="extra-text">
            永久地址:
            <div class="address">
                <span>facaiwang.vip</span>
                <span>facaiwang.cc</span>
            </div>
            <br>
            <div>发财网拼音(祝您发财)</div>
        <a id="btn" class="btn">正在检测中……</a>
    </div>

    <script>
        window.onload = function() {
            var canvas = document.getElementById('canvas'),
                ctx = canvas.getContext('2d'),
                ras = canvas.width / 2,
                index = 0;

            drawFrame();

            function drawFrame() {
                ctx.clearRect(0, 0, canvas.width, canvas.height);
                ctx.save();
                ctx.translate(ras, ras);
                ctx.beginPath();
                ctx.lineWidth = ras * 0.08;
                ctx.strokeStyle = "#ff5656"; // 初始颜色
                ctx.arc(0, 0, ras * 0.8, 0, Math.PI * 2, false);
                ctx.stroke();
                ctx.strokeStyle = "#36a11e";
                ctx.lineWidth = ras * 0.12;
                ctx.beginPath();
                ctx.arc(0, 0, ras * 0.8, -Math.PI / 2, -Math.PI / 2 + index * Math.PI * 2 / 100, false);
                ctx.stroke();
                ctx.textAlign = 'center';
                ctx.textBaseline = 'middle';
                ctx.font = ras / 2.2 + 'px Arial';
                ctx.fillText(index.toFixed(0) + '%', 0, 0);
                ctx.restore();

                if (index < 99.2) {
                    if (index > 90) {
                        index += 1;
                    } else if (index > 60) {
                        index += 1;
                    } else {
                        index += 3;
                    }
                    document.getElementById('btn').innerHTML = '链接检测中……'; // 显示检测状态
                    setTimeout(drawFrame, 20);
                } else {
                    index = 100;
                    document.title = 'WELCOME facaiwang.vip';

                    // 加载完成后改变按钮文本和颜色
                    var btn = document.getElementById('btn');
                    btn.innerHTML = '请点击进入'; // 更新按钮文本
                    btn.style.backgroundColor = '#36A11E'; // 改变按钮颜色为绿色
                    btn.onclick = function() {
                        location.href = 'https://34.96.146.59:1144/mktland';
                    };
                }
            }
        };
    </script>
</body>
</html>                               

Alan adının whois bilgisi

Domain Name: B6585.COM
Registry Domain ID: 2973079418_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.aliyun.com
Registrar URL: http://www.alibabacloud.com
Updated Date: 2025-04-08T08:14:28Z
Creation Date: 2025-04-07T05:13:06Z
Registry Expiry Date: 2026-04-07T05:13:06Z
Registrar: Dominet (HK) Limited
Registrar IANA ID: 3775
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.95187
Domain Status: ok https://icann.org/epp#ok
Name Server: ALEXANDRA.NS.CLOUDFLARE.COM
Name Server: AMIT.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-26T04:08:07Z <<<
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