New spider Ask Jeeves
authorJoey Schulze <joey@infodrom.org>
Fri, 26 Dec 2008 08:34:21 +0000 (08:34 +0000)
committerJoey Schulze <joey@infodrom.org>
Fri, 26 Dec 2008 08:34:21 +0000 (08:34 +0000)
lib/core.inc

index 0239b25..4576861 100644 (file)
@@ -156,6 +156,7 @@ function is_spider()
       strpos($_SERVER['HTTP_USER_AGENT'], 'Charlotte/1.1') !== false ||
       strpos($_SERVER['HTTP_USER_AGENT'], 'Gaisbot/3.0') !== false ||
       strpos($_SERVER['HTTP_USER_AGENT'], 'psbot/0.1') !== false ||
+      strpos($_SERVER['HTTP_USER_AGENT'], 'Ask Jeeves/Teoma') !== false ||
       strpos($_SERVER['HTTP_USER_AGENT'], 'Cityreview Robot') !== false) {
     if (isset($_SESSION['uid']))
       $_SESSION['robot'] = true;