php源码多个域名跳转防红名代码

php多个域名跳转防红名代码,上传本文件,之后绑定个域名就行了,推广用这个域名推广,把内容网站绑定好的域名按教程写在代码里面。

不可能起到100%防封,只能有一定的防封作用,特殊类网站一定会被封,不要有侥幸心理。

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<script language=JavaScript>
document.oncontextmenu=new Function("event.returnValue=false;");
document.onselectstart=new Function("event.returnValue=false;");
</script>
<SCRIPT LANGUAGE="JavaScript">
function a(){
setTimeout("b()",1);//点击按钮一秒钟后跳转到随机页面
}
function b(){//跳转函数
var url = [ "https://www.58588885.com", 
"https://58588885.com", 
"https://域名",
"https://域名",
"https://域名",
"https://域名",
"https://域名",
"https://域名",
"https://域名",
"https://域名",
];                                                         
var r = Math.floor(Math.random() * 10);
window.location.href = url[r];
}
</SCRIPT>
</head>
<body onLoad="javascript:a();">
</body>
</html>

 

版权声明:原创作品,未经允许不得转载,否则将追究法律责任。
本站资源有的自互联网收集整理,如果侵犯了您的合法权益,请联系本站我们会及时删除。
本站资源仅供研究、学习交流之用,若使用商业用途,请购买正版授权,否则产生的一切后果将由下载用户自行承担。
本文链接:源头网https://www.58588885.com/9109.html
许可协议:《署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)》许可协议授权