天天看点

黑页网站html源码,仿360网站卫士拦截页面黑页源码

黑页源码下载,最新黑页

复制以下内容保存为index.html

您好,由于360过于垃圾保护不了你的网站

黑页网站html源码,仿360网站卫士拦截页面黑页源码

你的网站被人黑了。很抱歉,由于360太垃圾了,没有抵挡住渗透攻击

拦截URL:

如果您是站长,请关闭网站,交出数据 站长自杀通道 使您的网站不再正常

黑页网站html源码,仿360网站卫士拦截页面黑页源码

var isshow = 0;

function showlayer(){

eleid = document.getElementById('hiddenlayer');

if(isshow==0){

eleid = document.getElementById('hiddenlayer');

eleid.style.display="";

isshow =1;

}else{

eleid.style.display="none";

isshow = 0;

}

}

function Base64() {

// private property

_keyStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";

// public method for encoding

this.encode = function (input) {

var output = "";

var chr1, chr2, chr3, enc1, enc2, enc3, enc4;

var i = 0;

input = _utf8_encode(input);

while (i < input.length) {

chr1 = input.charCodeAt(i++);

chr2 = input.charCodeAt(i++);

chr3 = input.charCodeAt(i++);

enc1 = chr1 >> 2;

enc2 = ((chr1 & 3) << 4) | (chr2 >> 4);

enc3 = ((chr2 & 15) << 2) | (chr3 >> 6);

enc4 = chr3 & 63;

if (isNaN(chr2)) {

enc3 = enc4 = 64;

} else if (isNaN(chr3)) {

enc4 = 64;

}

output = output +

_keyStr.charAt(enc1) + _keyStr.charAt(enc2) +

_keyStr.charAt(enc3) + _keyStr.charAt(enc4);

}

return output;

}

// private method for UTF-8 encoding

_utf8_encode = function (string) {

string = string.replace(/\r\n/g,"\n");

var utftext = "";

for (var n = 0; n < string.length; n++) {

var c = string.charCodeAt(n);

if (c < 128) {

utftext += String.fromCharCode(c);

} else if((c > 127) && (c < 2048)) {

utftext += String.fromCharCode((c >> 6) | 192);

utftext += String.fromCharCode((c & 63) | 128);

} else {

utftext += String.fromCharCode((c >> 12) | 224);

utftext += String.fromCharCode(((c >> 6) & 63) | 128);

utftext += String.fromCharCode((c & 63) | 128);

}

}

return utftext;

}

}

function HTMLEncode(html)

{

var temp = document.createElement ("div");

(temp.textContent != null) ? (temp.textContent = html) : (temp.innerText = html);

var output = temp.innerHTML;

temp = null;

return output;

}

function $(id){return document.getElementById(id);}

function wubao(){

var host = location.hostname;

location.href="fankui.html?" target="_blank" rel="external nofollow" +host;

}

function tongdao(){

var host = location.hostname;

var url = HTMLEncode(location.href);

var index = url.indexOf("?");

if(index>0){

url = url.substr(0,index);

}

var b = new Base64();

url = b.encode(url);

location.href="http://wangzhan.360.cn/index/shouquan/host/" target="_blank" rel="external nofollow" +host+"/?url="+url;

}

$("wurl").appendChild(document.createTextNode(HTMLEncode(location.href)));

var _gaq = _gaq || [];

_gaq.push(['_setAccount', 'UA-32745158-2']);

_gaq.push(['_trackPageview']);

(function() {

var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;

ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';

var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);

})();

黑页运行截图

黑页网站html源码,仿360网站卫士拦截页面黑页源码