CINXE.COM

AccessDeny

<!DOCTYPE html> <html> <head> <title>AccessDeny</title> <link rel="shortcut icon" type="image/x-icon" href="https://image.cbcie.com/webcommon/icon/favicon.ico" /> <link rel="StyleSheet" href="https://cj.cbcie.com/css/403.css" type="text/css" /> <script type="text/javascript" src="https://cj.cbcie.com/js/jquery-1.7.2.js"></script> <script type="text/javascript"> var GetCookieInfo = function (name) { var cookie_start = document.cookie.indexOf(name); var cookie_end = document.cookie.indexOf(";", cookie_start); return cookie_start == -1 ? '' : unescape(document.cookie.substring(cookie_start + name.length + 1, (cookie_end > cookie_start ? cookie_end : document.cookie.length))); }; // 在页面加载时获取分辨率并存储或发送到服务器 window.onload = function () { var screenWidth = ""; var screenHeight = ""; if (typeof (screen.width) != "undefined") { screenWidth = screen.width; } if (typeof (screen.height) != "undefined") { screenHeight = screen.height; } var browserLanguage = ""; if (typeof (navigator.language) != "undefined") { browserLanguage = navigator.language; } var platform = navigator.platform; var colorDepth = screen.colorDepth; var windowSize_width = window.innerWidth; var windowSize_height = window.innerHeight; var zwinfo = browserLanguage + "|" + platform + "|" + screenWidth + "*" + screenHeight + "|" + colorDepth + "|" + windowSize_width + "*" + windowSize_height; $.ajax({ url: '/cbczw/collectinfo', type: "post", data: "command=CollectFingerInfo&zwinfo=" + zwinfo, dataType: "text", success: function (result) { if (result == "true" && GetCookieInfo("cbc_erzw") != "") { window.location.href = "/"; } console.log(result); }, error: function (error) { } }); }; </script> </head> <body> <div class="cont_box"> <div class="mess_1">因系统检测到您的请求可能对网站造成威胁。</div> <div class="mess_2">如有疑问,请主动直接联系网站!<br />电话:15534057890</div> <div class="mess_4"> <div class="dl_btn"><a href="https://vip.cbcie.com/loginnew.aspx">立即登录</a></div> <div class="zc_btn"><a href="https://vip.cbcie.com/regnew.aspx?type=nfm">注册会员</a></div> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10