网站被镜像后的应该如何处理呢?

时间:2024年01月21日

/

来源:网络

/

编辑:佚名

网站被镜像后的处理方法大全
1、ping 对方的域名  得到IP后,直接在空间或者服务器,把镜像网站的IP丢进IP黑名单。
2、网站启用HTTPS,可以防止部分程序镜像我们的网站
3、网站内调用防镜像代码,代码如下:
host = ___window.location.host; var site= "www.78moban.com";if (host!=site ){ alert(___window.location.host+':为非法镜像网站,为了您的安全正在带您回到原网站');  location.href='http://'+site+___window.location.pathname; }
把上边代码,保存成JS文件,然后在首页代码调用。    
代码二也能解决    
var url = top.location.href.toLowerCase();
if (url.indexOf("78moban") == -1) {
    document.title = "恶意镜像";
    [xss_clean]('<title>恶意镜像</title><body style="margin-top:15%"><h5 style="line-height:2.5;color:#cc0000" align="center">此网站为恶意镜像,为避免造成损失,请勿继续浏览<h6 style="line-height:2.5;" align="center">如给您造成损失,请及时拨打110报警电话!');
    if (!!(window.attachEvent && !window.opera))
    { document.execCommand("stop"); }
    else
    { window.stop(); }
}</h6 style="line-height:2.5;" align="center"></h5 style="line-height:2.5;color:#cc0000" align="center"></body style="margin-top:15%">
解决镜像网站,就是这么简单!还有个事,就是如果你忘了把代码里的网址改成你自己的,那我就太高兴了,哈哈!
如果自己处理不了,悄悄的给我微信发6.6毛钱的红包,哥帮你搞定!
猜你需要

豫ICP备2021026617号-1  豫公网安备:41172602000185   Copyright © 2021-2028 www.78moban.com/ All Rights Reserved

本站作品均来自互联网,转载目的在于传递更多信息,并不代表本站赞同其观点和对其真实性负责。如有侵犯您的版权,请联系 1565229909#qq.com(把#改成@),我们将立即处理。