X-Git-Url: https://git.infodrom.org/?p=infodrom.org%2Fwww.zeitungsliste.de;a=blobdiff_plain;f=lib%2Fcore.inc;h=1242912f8a05d425d233852234c916393e9ccc0c;hp=67e91eea5a684d1e2f37863bb56f63ff49719fb4;hb=57325e67322d9e36cc5491402754f295ed076547;hpb=62b569b40412ef96c8b98e9d8546a05bd4537a56 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;