From: Joey Schulze Date: Sat, 28 Jun 2008 07:53:47 +0000 (+0000) Subject: Added the new ScoutJet crawler X-Git-Url: https://git.infodrom.org/?p=infodrom.org%2Fwww.zeitungsliste.de;a=commitdiff_plain;h=53b207837603c68ce45fb5ceef2e21a7db4a9b42 Added the new ScoutJet crawler --- diff --git a/lib/core.inc b/lib/core.inc index 2e3ef2e..63661cf 100644 --- a/lib/core.inc +++ b/lib/core.inc @@ -142,6 +142,7 @@ function is_spider() strpos($_SERVER['HTTP_USER_AGENT'], 'NoteworthyBot/0.1') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'Eurosoft-Bot') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'msnbot') !== false || + strpos($_SERVER['HTTP_USER_AGENT'], 'ScoutJet') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'Cityreview Robot') !== false) { if (isset($_SESSION['uid'])) $_SESSION['robot'] = true;