302 Found indicates that the requested resource is temporarily available at a different URL.
The user is automatically redirected to the new URL, but search engines continue to index the old address.
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.
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: 524.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"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script src="js/jquery-1.8.3.min.js"></script> <link rel="stylesheet" href="css/style.css"> <title>澳門金沙娛樂場</title> </head> <body> <div class="container"> <img class="logo_m" src="img/logo.png" alt=""> <div class="main"> </div> <div class="menu"> <img class="logo" src="img/logo.png" alt=""> <ul> <li> <a target="_blank" class="thcom" href="javascript:;"></a> </li> <li> <a target="_blank" class="act" href="javascript:;"></a> </li> <li> <a target="_blank" href="https://appd.appplatetc.com/lebe5"></a> </li> <li> <a target="_blank" href="https://vip.8126sq.com/"></a> </li> <li> <a target="_blank" href="https://kf.ag8126.com:9999"></a> </li> </ul> <img class="website" src="img/add.gif" alt=""> </div> </div> <footer> COPYRIGHT © 澳門金沙娛樂場 版权所有 RESERVED </footer> <script type="text/javascript" src="js/host_utils.js"></script> <script type="text/javascript" src="js/elastic-apm-rum.umd.min.js"></script> <script type="text/javascript" src="js/init_rum.js"></script> <script> const hostnames = [ '91260001.com', '91260002.com', '91260003.com', '91261110.com', '91261112.com', '91261113.com', '91262220.com', '91262221.com', '91262223.com', '91264440.com', '91264441.com', '91264442.com', '91267770.com', '91267771.com', '91267772.com', ]; if (typeof elasticApm === "undefined") { elasticApm = { init: function () {}, addLabels: function () {}, startTransaction: function () {}, getCurrentTransaction: function () {}, }; } // 取得 client 端 ip & id function getClientInfo() { var dfd = $.Deferred(); $.ajax({ url: "https://get.wadidowe.net:9988/api/get_ip", method: "GET", timeout: 5000, async: true, }) .success(function (data) { dfd.resolve(data); }) .error(function () { dfd.resolve({}); }); return dfd.promise(); } var bestHost; const getRandomUrl = () => { const protocol = 'https://'; const ports = ['2023', '8965', '9696 ', '8425 ']; const randomPort = ports[Math.floor(Math.random() * ports.length)]; const randomHost = hostnames[Math.floor(Math.random() * hostnames.length)]; const url = protocol + randomHost + ':' + randomPort; return url; }; $(".thcom").click(function () { let randomHost = getRandomUrl(); const b = !!bestHost && bestHost[Math.floor(Math.random() * bestHost?.length)]; $(this).attr("href", b || randomHost); }); window.addEventListener("load", function () { var dfd = $.Deferred(); elasticApm.startTransaction("hostnames"); getClientInfo().then(function (clientInfo) { HostUtils.getHost("/api/hostnames", clientInfo) .then(function (hosts) { if (!hosts) { return dfd.reject(); } elasticApm.addLabels({ ["gethost"]: hosts }); // 將 hostnames 隨機配上 port const ports = ['2023', '8965', '9696 ', '8425 ']; const randomPort = ports[Math.floor(Math.random() * ports.length)]; const urls = hostnames.map(host => host + ':' + randomPort); console.log(urls); var len = urls.length; for (var i = 0; i < hosts.length; i++) { urls.push(hosts[i]); } if (hosts.length > 0) { bestHost = hosts; } }).then(function () { var transaction = elasticApm.getCurrentTransaction(); if (transaction) { transaction.end(); } }); }); }); </script> <script> // 活動頁面 const actHosts = [ '17779126.com', '27779126.com', '37779126.com', '47779126.com', '57779126.com' ]; var actBestHost; const getActRandomUrl = () => { const protocol = 'https://'; const ports = ['2023', '8965', '9696 ', '8425 ']; const randomPort = ports[Math.floor(Math.random() * ports.length)]; const randomHost = actHosts[Math.floor(Math.random() * actHosts.length)]; const url = protocol + randomHost + ':' + randomPort; return url; }; $(".act").click(function () { const randomHost = getActRandomUrl(); const b = !!actBestHost && actBestHost[Math.floor(Math.random() * actBestHost?.length)]; $(this).attr("href", b || randomHost); }); window.addEventListener("load", function () { var dfd = $.Deferred(); elasticApm.startTransaction("actHosts"); getClientInfo().then(function (clientInfo) { HostUtils.getHost("/api/hostnames", clientInfo) .then(function (hosts) { if (!hosts) { return dfd.reject(); } elasticApm.addLabels({ ["gethost"]: hosts }); // 將 actHosts 隨機配上 port const ports = ['2023', '8965', '9696 ', '8425 ']; const randomPort = ports[Math.floor(Math.random() * ports.length)]; const urls = actHosts.map(host => host + ':' + randomPort); console.log(urls); var len = urls.length; for (var i = 0; i < hosts.length; i++) { urls.push(hosts[i]); } if (hosts.length > 0) { actBestHost = hosts; } }).then(function () { var transaction = elasticApm.getCurrentTransaction(); if (transaction) { transaction.end(); } }); }); }); </script> <!-- 跳轉網址需先引用jquery --> <script src="https://code.jquery.com/jquery-latest.js"></script> </body> </html>