PHP单域名仿封代码

PHP单域名仿封代码
                     第一张

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

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>跳转中</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<script language=JavaScript>
document.oncontextmenu=new Function("event.returnValue=false;");
document.onselectstart=new Function("event.returnValue=false;");
</script>
</head>
<script>
function brand(a) {return parseInt((a)*Math.random()+1);}var numb;numb=brand(100000000000);//随机数字
window.location = "http://"+numb+".wdzzz.com";
</script>
<body onload="javascript:brand(a);">
</body>
</html>

上传即用

代码18行域名换成自己的

解析绑定用泛解析 即 *.你的域名

本文结束

发表评论

登录... 评论区已永久关闭~