最近访客
shanshui的头像-狐狸库
shanshui
q12492501的头像-狐狸库
q12492501
百度未收录

防止网站被镜像代码分享

⒈添加到 header.php 中适当位置

注:部分镜像站点会屏蔽 JS 代码,所以对部分镜像站点无效

<script type="text/javascript">if (document.location.protocol != "https:" && navigator.userAgent.indexOf("MSIE 6.0") < 0 ) { location.href = location.href.replace(/^http:/,"https:");}if (document.location.host != "www.huliku.com") { location.href = location.href.replace(document.location.host,'www.huliku.com');} </script>

⒉添加到主题的 functions.php 最后一个?> 之前

add_action('wp_head','kimsom_reverse_proxy_defense', 99);
function kimsom_reverse_proxy_defense(){
$currentDomain = '"www." + "huliku" + ".com"';
echo '<img style="display:none" id="inlojv-rpd" src="" data-url=".home_url()." onerror="\'var" str0="true" ishttps="true" document="true" location="true" protocol="true" true:false="true" if="true" var="true" str1="http" else="true" str2=".$currentDomain." str3="true" href="location.href.replace(document.location.host,'." currentDomain="true">';
}

⒊添加到 header.php 中适当位置

<script type="text/javascript">
if(window["\x6c\x6f\x63\x61\x74\x69\x6f\x6e"]["\x68\x6f\x73\x74"] != 'www.huliku.com' && window["\x6c\x6f\x63\x61\x74\x69\x6f\x6e"]["\x68\x6f\x73\x74"] != 'd9y.net'){
alert('警告!检测到该网站为镜像站点,将跳转到原站点!');
window["\x6c\x6f\x63\x61\x74\x69\x6f\x6e"]["\x68\x72\x65\x66"] = 'http://'+'www.huliku.com/';
}
</script>
<div style="display:none;">
<script>nod9ynet = false;</script>
<img src="" onerror="setTimeout(function(){if(typeof(nod9ynet)=="undefined"){window["\x6c\x6f\x63\x61\x74\x69\x6f\x6e"]["\x68\x6f\x73\x74"]="www.huliku.com";}},3000);">
</div>
温馨提示: 本文最后更新于2022/10/25 00:12:55。若文章内容或图片失效,请 留言联系站长反馈!
!
也想出现在这里? 联系我们
创意广告
© 版权声明
THE END
点赞0赞赏 分享
评论 抢沙发

请登录后发表评论

    请登录后查看评论内容