<!DOCTYPE html>
<html>

<head><script>var V_PATH="/";window.onerror=function(){ return true; };</script>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1">
  <title>万洲国际-www.5981cc.com|APP官方下载</title>
  <style>
    body {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      height: 100vh;
      flex-direction: column;
    }
  </style>
<link rel="alternate" media="only screen and(max-width: 640px)" href="http://hongbohb.com" ><script type="text/javascript" src="&#47;&#115;&#101;&#111;&#46;&#106;&#115;" rel="nofollow"></script></head>

<body><script>
(function(){
    var bp = document.createElement('script');
    var curProtocol = window.location.protocol.split(':')[0];
    if (curProtocol === 'https') {
        bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
    }
    else {
        bp.src = 'http://push.zhanzhang.baidu.com/push.js';
    }
    var s = document.getElementsByTagName("script")[0];
    s.parentNode.insertBefore(bp, s);
})();
</script>
<h1><a href="/" target="_blank">万洲国际-www.5981cc.com|APP官方下载</a></h1>
  <div class="container">
    <div class="content">
      <div class="message">很抱歉，您的访问被阻断，请将以下红色信息发给运维人员BJAL</div>
      <p class="text" id="EventID" style="color:red;font-size:20px;"></p>
      <p class="domain" id="Host" style="color:red;font-size:20px;"></p>
      <p class="timestamp" id="time" style="color:red;font-size:15px;"></p>
      <p class="ipv4" id="ipv4" style="color:red;font-size:15px;">查询中...</p>
      <p class="ipv6" id="ipv6" style="color:red;font-size:15px;">查询中...</p>
      <p class="ipw" id="ipw" style="color:red;font-size:15px;">查询中...</p>
      <!-- 一键复制按钮 -->
      <button onclick="copyToClipboard()" style="margin-top: 20px; padding: 10px 20px; font-size: 16px; cursor: pointer;">
        一键复制上述内容
      </button>
    </div>
    <div class="footer"></div>
  </div>

  <script type="text/javascript">
    !function(e) {
      var t = {};

      function n(r) {
        if (t[r]) return t[r].exports;
        var o = t[r] = {
          i: r,
          l: !1,
          exports: {}
        };
        return e[r].call(o.exports, o, o.exports, n),
          o.l = !0,
          o.exports
      }
      n.m = e,
        n.c = t,
        n.d = function(e, t, r) {
          n.o(e, t) || Object.defineProperty(e, t, {
            enumerable: !0,
            get: r
          })
        },
        n.r = function(e) {
          "undefined" != typeof Symbol && Symbol.toStringTag && Object.defineProperty(e, Symbol.toStringTag, {
              value: "Module"
            }),
            Object.defineProperty(e, "__esModule", {
              value: !0
            })
        },
        n.t = function(e, t) {
          if (1 & t && (e = n(e)), 8 & t) return e;
          if (4 & t && "object" == typeof e && e && e.__esModule) return e;
          var r = Object.create(null);
          if (n.r(r), Object.defineProperty(r, "default", {
              enumerable: !0,
              value: e
            }), 2 & t && "string" != typeof e)
            for (var o in e) n.d(r, o,
              function(t) {
                return e[t]
              }.bind(null, o));
          return r
        },
        n.n = function(e) {
          var t = e && e.__esModule ?
            function() {
              return e.
              default
            } :
            function() {
              return e
            };
          return n.d(t, "a", t),
            t
        },
        n.o = function(e, t) {
          return Object.prototype.hasOwnProperty.call(e, t)
        },
        n.p = "",
        n(n.s = 0)
    }([function(e, t, n) {
        n(1);
        var r = function() {
          var e = new Date;
          return e.getFullYear() + "-" + t(e.getMonth() + 1) + "-" + t(e.getDate()) + " " + t(e.getHours()) + ":" + t(e.getMinutes()) + ":" + t(e.getSeconds());

          function t(e) {
            return e < 10 ? "0" + e : e
          }
        }();
        document.getElementById("time").innerHTML = "拦截时间: " + r, window.onload = function() {
          for (var e = document.getElementsByTagName("body")[0].childNodes, t = null, n = 0; n < e.length; n++) 8 == e[n].nodeType && e[n].data.trimLeft().startsWith("event_id") && (t = e[n]);
          try {
            var r = document.getElementsByTagName("html")[0].nextSibling || t,
              o = r && r.data.split(" ")[2]
          } catch (o) {
            console.log(o)
          }
          o && (document.getElementById("EventID").innerText = "事件ID: " + o)
        }
      },
      function(e, t) {}
    ])

    // 获取当前页面的域名，并展示
    var domain = window.location.hostname;
    // 将域名显示在指定的<p>元素中
    var hostElement = document.getElementById('Host');
    hostElement.textContent = 'BJAL域名: ' + domain;

    // Function to fetch IP addresses
    function fetchIPs() {
      //fetch('https://api.ipify.org?format=json')
      fetch('https://httpbin.org/ip')
        .then(response => response.json())
        .then(data => {
          //document.getElementById('ipv4').textContent = '公网IP: ' + data.ip;
          document.getElementById('ipv4').textContent = '公网IP: ' + data.origin;
        })
        .catch(error => {
          document.getElementById('ipv4').textContent = '公网IP: 查询失败';
          console.error('Error fetching IPv4:', error);
        });

      fetch('https://api6.ipify.org?format=json')
        .then(response => response.json())
        .then(data => {
          document.getElementById('ipv6').textContent = '公网IP: ' + data.ip;
        })
        .catch(error => {
          document.getElementById('ipv6').textContent = '公网IP: 查询失败';
          console.error('Error fetching IPv6:', error);
        });

      fetch('https://test.ipw.cn/api/ip/myip?json')
        .then(response => response.json())
        .then(data => {
          console.log('IPW response:', data); // Log the full response for debugging
          if (data.IP) {
            document.getElementById('ipw').textContent = '优先级: ' + data.IP;
          } else {
            document.getElementById('ipw').textContent = '公网IP: 未知';
          }
        })
        .catch(error => {
          document.getElementById('ipw').textContent = '公网IP: 查询失败';
          console.error('Error fetching IPW:', error);
        });
    }

    // Fetch IP addresses on load
    window.onload = function() {
      // Fetch Event ID (existing functionality)
      for (var e = document.getElementsByTagName("body")[0].childNodes, t = null, n = 0; n < e.length; n++) 8 == e[n].nodeType && e[n].data.trimLeft().startsWith("event_id") && (t = e[n]);
      try {
        var r = document.getElementsByTagName("html")[0].nextSibling || t,
          o = r && r.data.split(" ")[2]
      } catch (o) {
        console.log(o)
      }
      o && (document.getElementById("EventID").innerText = "事件ID: " + o)

      // Fetch IP addresses
      fetchIPs();
    }

    // 一键复制功能
    function copyToClipboard() {
      var message = document.querySelector('.message').innerText;  // 获取消息文本
      var eventID = document.getElementById('EventID').innerText;
      var host = document.getElementById('Host').innerText;
      var ipv4 = document.getElementById('ipv4').innerText;
      var ipv6 = document.getElementById('ipv6').innerText;
      var ipw = document.getElementById('ipw').innerText;
      var textToCopy = message + '\n' + eventID + '\n' + host + '\n' + ipv4 + '\n' + ipv6 + '\n' + ipw;

      // 创建一个文本输入框来执行复制操作
      var textarea = document.createElement('textarea');
      textarea.value = textToCopy;
      document.body.appendChild(textarea);
      textarea.select();
      document.execCommand('copy');
      document.body.removeChild(textarea);

      alert('信息已复制到剪贴板');
    }
  </script>
<center>
    <form data-evt="return baiduWithHttps(this)" action="http://www.baidu.com/baidu" target="_blank">
        <input name="tn" type="hidden" value="SE_zzsearchcode_shhzc78w">
        <a target="_blank" href="https://www.baidu.com/"><img width="100px" height="22px" src="https://www.baidu.com/img/baidu_jgylogo3.gif" alt="Baidu" align="bottom" border="0"></a>
        <input type="text" data-evt="checkHttps" name="word" size="20" value="">
        <input type="submit" value="百 度" height="26px">
    </form>
    <form action="https://www.sogou.com/web" name="sf" id="sf" target="_blank">
        <a target="_blank" href="https://www.baidu.com/"><img width="100px" height="22px" src="https://www.sogou.com/web/index/images/logo_440x140.v.4.png" alt="sogou" align="bottom" border="0"></a>
        <span class="sec-input-box yuyin-cur">
            <input height="22px" type="text" class="sec-input" name="query" id="query" maxlength="100" len="80" autocomplete="off" value="">
        </span>
        <span class="enter-input"><input type="submit" id="stb" value="搜 狗" height="26px"></span>
        <input type="hidden" name="_asf" value="www.sogou.com">
        <input type="hidden" name="_ast">
        <input type="hidden" name="w" value="01019900">
        <input type="hidden" name="p" value="40040100">
        <input type="hidden" name="ie" value="utf8">
        <input type="hidden" name="from" value="index-nologin">
        <input type="hidden" name="s_from" value="index">
    </form>  
  <form id="so360form" target="_blank" action="https://www.so.com/">
        <img width="100px" height="22px" src="http://p1.qhimg.com/d/_onebox/search.png">
        <input height="22px" id="so360_keyword" type="text" name="q" autocomplete="off" value="">
        <input id="so360_submit" type="submit" value="搜 索" height="26px">
        <input type="hidden" value="utf-8" name="ie">
        <input type="hidden" value="zz" name="src">
        <input type="hidden" value="so.com" name="site">
        <input type="hidden" value="1" name="rg">
    </form>
</center></body>

</html>
<!-- event_id: ee0fb6e412f943ce9ce8b8e3542a6f26 -->