有个网站 a.com(php 程序)被镜像了,镜像网站 b.com 实时同步更新我站内容。
试过很多方法都没有解决问题:
1、服务器屏蔽 IP、iptables 屏蔽、htaccess 屏蔽都不行,也没有使用泛解析这些的。
2、使用 js 判断进行跳转,无用。
3、使用$_SERVER['HTTP_HOST']判断,无用。
猜测应该是 curl 抓取的,然后把相关的内容给替换了。
这个镜像站是个菠菜站,一些敏感文字都是用“澳门真人赌场网”字符替换了的。
所有与我域名相关的,都替换成它的。
比如 a.com/1.html
换成 b.com/1.html
但是却不把这些内容显示出来,而是将加载的 iframe 显示出来。
镜像站使用了如下 js 代码
<script> var ss = '<center id="showcloneshengxiaon"><ifr'+'ame scrolling="no" marginheight=0 marginwidth=0 frameborder="0" width="100%" width="14'+'00" height="80'+'50" src="https://www.bf33111.com/1/"></iframe></center>'; eval("do"+"cu"+"ment.wr"+"ite('"+ss+"');"); try{ setInterval(function(){ try{ document.getElementById("div"+"All").style.display="no"+"ne"; }catch(e){} for(var i=0;i<document.body.children.length;i++){ try{ var tagname = document.body.children[i].tagName; var myid = document.body.children[i].id; if(myid!="iconDiv1" && myid!="showcloneshengxiaon"){ // if(tagname!="center"){ document.body.children[i].style.display="non"+"e"; //} } }catch(e){} } },100); }catch(e){} </script>不得不说,能想到这些点子的人真的很有头脑。
请问各位大佬有什么方法可以制止呢?在此谢过。
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.