From: Joey Schulze Date: Mon, 27 Oct 2008 07:50:22 +0000 (+0000) Subject: New bot: Gaisbot X-Git-Url: https://git.infodrom.org/?p=infodrom.org%2Fwww.zeitungsliste.de;a=commitdiff_plain;h=90635a960df007e1813f908d6764622cbe996b16;hp=43f0a5d9c93152f34977666df34260b3dcb12530 New bot: Gaisbot --- diff --git a/lib/core.inc b/lib/core.inc index f2af406..ffc9bed 100644 --- a/lib/core.inc +++ b/lib/core.inc @@ -154,6 +154,7 @@ function is_spider() strpos($_SERVER['HTTP_USER_AGENT'], 'MJ12bot/') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'Yahoo-MMCrawler') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'Charlotte/1.1') !== false || + strpos($_SERVER['HTTP_USER_AGENT'], 'Gaisbot/3.0') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'Cityreview Robot') !== false) { if (isset($_SESSION['uid'])) $_SESSION['robot'] = true;