From: Joey Schulze Date: Fri, 5 Sep 2008 07:25:16 +0000 (+0000) Subject: Another spider X-Git-Url: https://git.infodrom.org/?p=infodrom.org%2Fwww.zeitungsliste.de;a=commitdiff_plain;h=cacf50392e5bd22798926aa885e1b5c23c3a21bd;hp=cdddaa6cff3be5b0259ec90dec287fcaddde1a7a Another spider --- diff --git a/lib/core.inc b/lib/core.inc index c7dbbf2..73c2a72 100644 --- a/lib/core.inc +++ b/lib/core.inc @@ -146,6 +146,7 @@ function is_spider() strpos($_SERVER['HTTP_USER_AGENT'], 'ScoutJet') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'penthesilea/0.3') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'VisBot/2.0') !== false || + strpos($_SERVER['HTTP_USER_AGENT'], 'Netluchs/Nutch-1.0') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'Cityreview Robot') !== false) { if (isset($_SESSION['uid'])) $_SESSION['robot'] = true;