马上注册,免费下载更多dz插件网资源。
您需要 登录 才可以下载或查看,没有账号?立即注册
×
- <?php$http = false;$http1 = $_SERVER['HTTP_USER_AGENT'];if(strpos($http1, 'Googlebot') !== false){$http = true;} else if(strpos($http1, 'Baiduspider') >0){$http = true;} else if(strpos($http1, 'Yahoo! Slurp') !== false){$http = true;} else if(strpos($http1, 'msnbot') !== false){$http = true;} else if(strpos($http1, 'Sosospider') !== false){$http = true;} else if(strpos($http1, 'YodaoBot') !== false || strpos($http1, 'OutfoxBot') !== false){$http = true;} else if(strpos($http1, 'Sogou web spider') !== false || strpos($http1, 'Sogou Orion spider') !== false){$http = true;} else if(strpos($http1, 'fast-webcrawler') !== false){$http = true;} else if(strpos($http1, 'Gaisbot') !== false){$http = true;} else if(strpos($http1, 'ia_archiver') !== false){$http = true;} else if(strpos($http1, 'altavista') !== false){$http = true;} else if(strpos($http1, 'lycos_spider') !== false){$http = true;} else if(strpos($http1, 'Inktomi slurp') !== false){$http = true;} else if(strpos($http1, 'googlebot-mobile') !== false){$http = true;} else if(strpos($http1, '360Spider ') !== false){$http = true;} else if(strpos($http1, 'haosouspider') !== false){$http = true;} else if(strpos($http1, 'Sogou News Spider') !== false){$http = true;} else if(strpos($http1, 'YoudaoBot') !== false){$http = true;} else if(strpos($http1, 'bingbot') !== false){$http = true;} else if(strpos($http1, 'YisouSpider') !== false){$http = true;} else if(strpos($http1, 'ia_archiver') !== false){$http = true;} else if(strpos($http1, 'EasouSpider') !== false){$http = true;} else if(strpos($http1, 'JikeSpider') !== false){$http = true;} else if(strpos($http1, 'Sogou blog') !== false){$http = true;}if($http == true){header("Location: http://www.baidu.com/index2.php");exit();}
复制代码 这个代码放到网站首页php代码之中,蜘蛛爬取和用户访问,均跳转到 http://www.baidu.com/index2.php 。
©DZ插件网所发布的一切资源仅限用于学习和研究目的;不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。 网站部分内容来源于网络,版权争议与本站无关。您必须在下载后的24个小时之内,从您的电脑中彻底删除上述内容。如果您喜欢该程序,请支持正版软件,得到更好的正版服务。 您在本站任何的赞助购买、下载、查阅、回复等行为等均表示接受并同意签订《DZ插件网免责声明协议》。 如有侵权请邮件与我们联系处理: discuzaddons@vip.qq.com 并出示相关证明以便删除。敬请谅解!
|
|