From: Joey Schulze Date: Mon, 20 Apr 2009 09:35:06 +0000 (+0000) Subject: New spiders X-Git-Url: https://git.infodrom.org/?p=infodrom.org%2Fwww.zeitungsliste.de;a=commitdiff_plain;h=4a08484b4e2940f07fa7f512b778cbafa413b6cb New spiders --- diff --git a/lib/core.inc b/lib/core.inc index 5fbbe7e..d84b694 100644 --- a/lib/core.inc +++ b/lib/core.inc @@ -141,6 +141,8 @@ function is_spider() strpos($_SERVER['HTTP_USER_AGENT'], 'holmes/3.12') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'NoteworthyBot/0.1') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'Eurosoft-Bot') !== false || + strpos($_SERVER['HTTP_USER_AGENT'], 'Eurobot/1.1') !== false || + strpos($_SERVER['HTTP_USER_AGENT'], 'Yandex') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'msnbot') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'Twiceler-0.9') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'ScoutJet') !== false ||