日期:2012-06-08  浏览次数:20723 次

if(stripos($str,'msnbot')){ //msn
         return false;
       }
       if(stripos($str,'Googlebot')){ //google
         return false;
       }
       if(stripos($str,'Sosospider')){ //soso
         return false;
       }
       if(stripos($str,'Sogou') && stripos($str,'spider')){ //Sogou
         return false;
       }
       if(stripos($str,'yahoo') && stripos($str,'Slurp')){ //雅虎
         return false;
       }
       if(stripos($str,'YodaoBot')){ //有道
         return false;
       }
       if(stripos($str,'iaskspider')){ //爱问
         return false;
       }