From: Joey Schulze Date: Sat, 10 Jul 2010 05:44:10 +0000 (+0000) Subject: New crawler X-Git-Url: https://git.infodrom.org/?p=infodrom.org%2Fwww.zeitungsliste.de;a=commitdiff_plain;h=c9485baadb35776940212a4c434d0e80be2176ae New crawler --- diff --git a/lib/core.inc b/lib/core.inc index bbd92aa..774b43f 100644 --- a/lib/core.inc +++ b/lib/core.inc @@ -174,6 +174,7 @@ function is_spider() strpos($_SERVER['HTTP_USER_AGENT'], 'SurveyBot/2.3') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'XmarksFetch/1.0') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'spbot/2.0') !== false || + strpos($_SERVER['HTTP_USER_AGENT'], 'TinEye/1.1') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'Cityreview Robot') !== false) { if (isset($_SESSION['uid'])) $_SESSION['robot'] = true;