From: Joey Schulze Date: Fri, 7 Aug 2009 19:48:16 +0000 (+0000) Subject: Two more bots to handle X-Git-Url: https://git.infodrom.org/?p=infodrom.org%2Fwww.zeitungsliste.de;a=commitdiff_plain;h=57325e67322d9e36cc5491402754f295ed076547;hp=62b569b40412ef96c8b98e9d8546a05bd4537a56 Two more bots to handle --- diff --git a/lib/core.inc b/lib/core.inc index 67e91ee..1242912 100644 --- a/lib/core.inc +++ b/lib/core.inc @@ -170,6 +170,8 @@ function is_spider() strpos($_SERVER['HTTP_USER_AGENT'], 'Nutch-1.0') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'Tagoobot/3.0') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'SapphireWebCrawler/1.0') !== false || + strpos($_SERVER['HTTP_USER_AGENT'], 'BotOnParade') !== false || + strpos($_SERVER['HTTP_USER_AGENT'], 'SurveyBot/2.3') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'Cityreview Robot') !== false) { if (isset($_SESSION['uid'])) $_SESSION['robot'] = true;