From 70ba13a3ba92852dddb6f2cb058932b332ed8773 Mon Sep 17 00:00:00 2001 From: Jacques du Rand Date: Sun, 23 Nov 2014 09:18:03 +0200 Subject: Updated list of bots - mostly google-like --- application/config/user_agents.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/application/config/user_agents.php b/application/config/user_agents.php index 51530e2f8..5a6428611 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -238,7 +238,12 @@ $robots = array( 'infoseek' => 'InfoSeek Robot 1.0', 'lycos' => 'Lycos', 'yandex' => 'YandexBot' + 'mediapartners-google' => 'MediaPartners Google', + 'CRAZYWEBCRAWLER' => 'Crazy Webcrawler', + 'adsbot-google' => 'AdsBot Google', + 'feedfetcher-google' => 'Feedfetcher Google', + 'curious george' => 'Curious George' ); /* End of file user_agents.php */ -/* Location: ./application/config/user_agents.php */ \ No newline at end of file +/* Location: ./application/config/user_agents.php */ -- cgit v1.2.3-24-g4f1b From 9af43589e27dd8d74a828fe653cf9fa8d1608433 Mon Sep 17 00:00:00 2001 From: Jacques du Rand Date: Sun, 23 Nov 2014 11:34:02 +0200 Subject: Added missing comma at EOL --- application/config/user_agents.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config/user_agents.php b/application/config/user_agents.php index 5a6428611..c983fdf13 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -242,7 +242,7 @@ $robots = array( 'CRAZYWEBCRAWLER' => 'Crazy Webcrawler', 'adsbot-google' => 'AdsBot Google', 'feedfetcher-google' => 'Feedfetcher Google', - 'curious george' => 'Curious George' + 'curious george' => 'Curious George', ); /* End of file user_agents.php */ -- cgit v1.2.3-24-g4f1b From 538d53464eef25ae24205edb400a683a51602a2d Mon Sep 17 00:00:00 2001 From: Jacques du Rand Date: Sun, 23 Nov 2014 11:35:22 +0200 Subject: Added missing comma at EOL(right place) --- application/config/user_agents.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/config/user_agents.php b/application/config/user_agents.php index c983fdf13..8f9880e53 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -237,12 +237,12 @@ $robots = array( 'fastcrawler' => 'FastCrawler', 'infoseek' => 'InfoSeek Robot 1.0', 'lycos' => 'Lycos', - 'yandex' => 'YandexBot' + 'yandex' => 'YandexBot', 'mediapartners-google' => 'MediaPartners Google', 'CRAZYWEBCRAWLER' => 'Crazy Webcrawler', 'adsbot-google' => 'AdsBot Google', 'feedfetcher-google' => 'Feedfetcher Google', - 'curious george' => 'Curious George', + 'curious george' => 'Curious George' ); /* End of file user_agents.php */ -- cgit v1.2.3-24-g4f1b -- cgit v1.2.3-24-g4f1b -- cgit v1.2.3-24-g4f1b From 050333629384d53bbef155af931651ca7e61b816 Mon Sep 17 00:00:00 2001 From: Jacques du Rand Date: Sun, 23 Nov 2014 18:34:20 +0200 Subject: Removed EOL --- application/config/user_agents.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config/user_agents.php b/application/config/user_agents.php index 8f9880e53..2b51e6051 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -234,7 +234,7 @@ $robots = array( 'slurp' => 'Inktomi Slurp', 'yahoo' => 'Yahoo', 'askjeeves' => 'AskJeeves', - 'fastcrawler' => 'FastCrawler', + 'fastcrawler' => 'FastCrawler', 'infoseek' => 'InfoSeek Robot 1.0', 'lycos' => 'Lycos', 'yandex' => 'YandexBot', -- cgit v1.2.3-24-g4f1b From cae7a4033429c39f1cbc10383cffe1afa7fdea99 Mon Sep 17 00:00:00 2001 From: Jacques du Rand Date: Sun, 23 Nov 2014 18:37:54 +0200 Subject: Removed EOL - 2ndtry --- application/config/user_agents.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/config/user_agents.php b/application/config/user_agents.php index 2b51e6051..35e3d5a33 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -229,7 +229,7 @@ $mobiles = array( $robots = array( 'googlebot' => 'Googlebot', 'msnbot' => 'MSNBot', - 'baiduspider' => 'Baiduspider', + 'baiduspider' => 'Baiduspider', 'bingbot' => 'Bing', 'slurp' => 'Inktomi Slurp', 'yahoo' => 'Yahoo', @@ -246,4 +246,4 @@ $robots = array( ); /* End of file user_agents.php */ -/* Location: ./application/config/user_agents.php */ +/* Location: ./application/config/user_agents.php */ \ No newline at end of file -- cgit v1.2.3-24-g4f1b