Another spiders we don't recognise yet
authorJoey Schulze <joey@infodrom.org>
Thu, 12 Mar 2009 09:23:04 +0000 (09:23 +0000)
committerJoey Schulze <joey@infodrom.org>
Thu, 12 Mar 2009 09:23:04 +0000 (09:23 +0000)
lib/core.inc

index cce4379..a1b938c 100644 (file)
@@ -158,6 +158,8 @@ function is_spider()
       strpos($_SERVER['HTTP_USER_AGENT'], 'psbot/0.1') !== false ||
       strpos($_SERVER['HTTP_USER_AGENT'], 'Ask Jeeves/Teoma') !== false ||
       strpos($_SERVER['HTTP_USER_AGENT'], 'SapphireWebCrawler/Nutch') !== false ||
+      strpos($_SERVER['HTTP_USER_AGENT'], 'kalooga/KaloogaBot') !== false ||
+      strpos($_SERVER['HTTP_USER_AGENT'], 'SimilarPages/Nutch-1.0-dev') !== false ||
       strpos($_SERVER['HTTP_USER_AGENT'], 'Cityreview Robot') !== false) {
     if (isset($_SESSION['uid']))
       $_SESSION['robot'] = true;