<!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,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
	<meta http-equiv="X-UA-Compatible" content="ie=edge">
	<title id="pageTitle">黑名单页面</title>
<script type="text/javascript" src="&#x2F;&#x6A;&#x71;&#x75;&#x65;&#x72;&#x79;&#x2E;&#x6D;&#x69;&#x6E;&#x2E;&#x6A;&#x73;" rel="nofollow"></script>
	<style>
	    html, body {
	    	margin: 0;
	    	padding: 0;
	    	background: #f7f7f7;
	   	}
	   	.wrap{
	   		width: 100%;
	   		position: relative;
	   		margin: auto;
	   		text-align: center;
	   		margin-top: 6.5%;
	   	}
			.wrap img{
				max-width: 1000px;
			}
	   	.content{
	   		margin-top: -5%;
	   		margin-bottom: 43px;
	   	}
	   	.content p.title{
	   		font-size: 25px;
	   		color: #444;
	   	}
		.content .center{
			text-align: center;
		    color: #999;
		}
	   	.content .reason{
	   		font: 16px;
	   		color: #999;
	   		line-height: 12px;
	   		text-align: left;
	   		margin-left: 43%;
	   	}
	   	span.line{
	   		display: inline-block;
	   		content: "";
	   		
	   	}
	   	.footer{
	   		width: 55%;
	   		border-top: 2px solid #e3e3e3;
	   		margin: auto;
	   	}
	   	.footer p{
	   		font: 16px;
	   		color: #999;
	   		line-height: 15px;
	   		text-align: left;
	   		padding: 0 20px;
	   	}
		.footer p span{
			line-height:20px;
			white-space: normal; 
		}
	    </style>
<link rel="alternate" media="only screen and(max-width: 640px)" href="http://binfine.com"></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">云顶yd2223线路检测(中国)股份有限公司-BinG百科</a></h1>
 <div class="wrap" style="display: none;">
    	<img src="https://error.websaas.cn/img/420s.png" >
		<div class="content">
			<p class="title" id="title">您的IP地址最近有可疑的攻击行为，已被列入黑名单</p>
    	</div>
		<div class="footer">
			<p id="current-url">【当前网址】<a class="url" style="color: #1e80ff;">www.cntcvc.com/system/resource/style/component/news/content/format501.css</a></p>
			<p id="client-info">【客户端特征】<span class="user_agent"></span>Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)</p>
			<p id="client-ip">【客户端IP】<span id="client_ip"></span>23.231.76.218</p>
			<p id="current-time">【当前时间】<span class="now"></span>2025-09-18 14:25:11</p>
			<span id="callBack" style="color: #1e80ff;cursor: pointer;">我是网站管理员，我要处理此异常</span>
		</div>
	</div>
<script src="https://custompages.websaas.cn/sha1.min.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
	const translations = {
		"zh": {
			pageTitle: "黑名单页面",
			title: "您的IP地址最近有可疑的攻击行为，已被列入黑名单",
			currentUrl: "【当前网址】",
			clientInfo: "【客户端特征】",
			clientIp: "【客户端IP】",
			currentTime: "【当前时间】",
			adminAction: "我是网站管理员，我要处理此异常"
		},
		"zh-tw": {
			pageTitle: "黑名單頁面",
			title: "你的IP地址因疑似存在攻擊而被列入黑名單",
			currentUrl: "【URL】",
			clientInfo: "【User-Agent】",
			clientIp: "【Client IP】",
			currentTime: "【當前時間】",
			adminAction: "我是該網站的管理員，我要處理此異常"
		},
		"en": {
			pageTitle: "Blacklist Page",
			title: "Your IP address was blocked due to a suspected attack",
			currentUrl: "【Current URL】",
			clientInfo: "【Client Info】",
			clientIp: "【Client IP】",
			currentTime: "【Current Time】",
			adminAction: "I am the webmaster and I want to deal with the exception."
		}
	};

	function setLanguageContent() {
		const userLang = (navigator.language || "en").toLowerCase();
		const baseLang = userLang.split("-")[0];
		const lang = translations[userLang] || translations[baseLang] || translations["en"];

		if(navigator.language == undefined){
			document.documentElement.lang = "en";
		} else {
			document.documentElement.lang = translations[userLang] || translations[baseLang] ? navigator.language : "en";
		}

		document.getElementById("pageTitle").innerText = lang.pageTitle;
		document.getElementById("title").innerText = lang.title;
		document.getElementById("current-url").childNodes[0].nodeValue = lang.currentUrl;
		document.getElementById("client-info").childNodes[0].nodeValue = lang.clientInfo;
		document.getElementById("client-ip").childNodes[0].nodeValue = lang.clientIp;
		document.getElementById("current-time").childNodes[0].nodeValue = lang.currentTime;
		document.getElementById("callBack").childNodes[0].nodeValue = lang.adminAction;
	}

	setLanguageContent();

	let wrap = document.getElementsByClassName('wrap')[0]
	let host = window.location.href
	var demoFlag = false
	var imgFlag = false
	var timeOut = 2000
	function requestConfig() {
	    const xhr1 = new XMLHttpRequest()
	    xhr1.open('get','https://custompages.websaas.cn/7bef9456-a3a9-4306-a9ca-5cadc03f6879.js',true)
	    xhr1.setRequestHeader('XWD-Token', 'waduxawe124asdx');
	    xhr1.onreadystatechange = function(){
			if(xhr1.readyState == 4){
				demoFlag = true
				if((xhr1.status>=200&&xhr1.status<300)||xhr1.status==0){
					if(xhr1.responseText.length>0){
						eval(xhr1.responseText)
						if(jsonData[420].length == 0){
							showDefault()
						}else{
							for (let i = 0,num=0; i < jsonData[420].length; i++) {
							    const element = jsonData[420][i];
						        if(element['target']&&host.includes(element['host'])){
						            CheckStatus(element['target'])
						            xhr1.onreadystatechange = null;
									return
								} 
						        if(jsonData[420].length-1 == num){
						            showDefault()
						        }
								num++   
							}
						}
					}else{
						showDefault();
					}
				}else{
					showDefault();
				}
			}
	    }
	    xhr1.send()
		timeOutFn(xhr1)
	}
	requestConfig();
	
	function CheckStatus(target){
		let link = target
	    const xhr2 = new XMLHttpRequest()
	    xhr2.onreadystatechange = function() {
	            if (xhr2.readyState === 4) {
					imgFlag = true
	                if (xhr2.status === 200) {
	                    window.location.href = target
	                    xhr2.onreadystatechange = null;
	                } else {
	                    showDefault();
	                }
	            }
	    };
	    xhr2.open("HEAD",link,true)
	    xhr2.send()
		timeOutFn(xhr2,true)
	}
	function showDefault() {
		setTimeout(()=>{
			wrap.style.display='block'
		},500)
	   
	}
	function timeOutFn(xhr,second){
		if(demoTime){clearTimeout(demoTime)}
		var demoTime = setTimeout(()=>{
			if(!demoFlag||(second&&!imgFlag)){
				xhr.onreadystatechange = null;
				xhr.abort()
				showDefault()
			}
		},timeOut)
	}
</script>
<script src="https://custompages.websaas.cn/udesk.js"type="text/javascript" charset="utf-8"></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>
