Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/VisitorGenerator/data/UserAgent.php')
-rw-r--r--plugins/VisitorGenerator/data/UserAgent.php69
1 files changed, 0 insertions, 69 deletions
diff --git a/plugins/VisitorGenerator/data/UserAgent.php b/plugins/VisitorGenerator/data/UserAgent.php
deleted file mode 100644
index b5f019a482..0000000000
--- a/plugins/VisitorGenerator/data/UserAgent.php
+++ /dev/null
@@ -1,69 +0,0 @@
-<?php
-/**
- * Piwik - Open source web analytics
- *
- * @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
- * @version $Id$
- *
- * @category Piwik_Plugin
- * @package Piwik_VisitorGenerator
- */
-
-/**
- * User-Agent: strings
- *
- * @package Piwik_VisitorGenerator
- */
-$userAgent = array(
-"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)",
-"Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0 )",
-"Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90)",
-"Mozilla/4.8 [en] (Windows NT 5.1; U)",
-"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; en) Opera 8.0",
-"Opera/7.51 (Windows NT 5.1; U) [en]",
-"Opera/7.50 (Windows XP; U)",
-"Avant Browser/1.2.789rel1 (http://www.avantbrowser.com)",
-"Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko Netscape/7.1 (ax)",
-"Mozilla/5.0 (Windows; U; Windows XP) Gecko MultiZilla/1.6.1.0a",
-"Opera/7.50 (Windows ME; U) [en]",
-"Mozilla/3.01Gold (Win95; I)",
-"Mozilla/2.02E (Win95; U)",
-"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)",
-"Googlebot/2.1 (+http://www.googlebot.com/bot.html)",
-"msnbot/1.0 (+http://search.msn.com/msnbot.htm)",
-"msnbot/0.11 (+http://search.msn.com/msnbot.htm)",
-"Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)",
-"Mozilla/2.0 (compatible; Ask Jeeves/Teoma)",
-"Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.2 (KHTML, like Gecko) Safari/125.8",
-"Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.2 (KHTML, like Gecko) Safari/85.8",
-"Mozilla/4.0 (compatible; MSIE 5.15; Mac_PowerPC)",
-"Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7a) Gecko/20040614 Firefox/0.9.0+",
-"Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/125.4 (KHTML, like Gecko, Safari) OmniWeb/v563.15",
-"Mozilla/5.0 (X11; U; Linux; i686; en-US; rv:1.6) Gecko Debian/1.6-7",
-"ozilla/5.0 (X11; U; Linux; i686; en-US; rv:1.6) Gecko Epiphany/1.2.5",
-"Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.3) Gecko/20040924 Epiphany/1.4.4 (Ubuntu)",
-"Mozilla/5.0 (X11; U; Linux; i686; en-US; rv:1.6) Gecko Galeon/1.3.14",
-"Konqueror/3.0-rc4; (Konqueror/3.0-rc4; i686 Linux;;datecode)",
-"Mozilla/5.0 (compatible; Konqueror/3.3; Linux 2.6.8-gentoo-r3; X11;",
-"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040614 Firefox/0.8",
-"ELinks/0.9.3 (textmode; Linux 2.6.9-kanotix-8 i686; 127x41)",
-"ELinks (0.4pre5; Linux 2.6.10-ac7 i686; 80x33)",
-"Links (2.1pre15; Linux 2.4.26 i686; 158x61)",
-"Links/0.9.1 (Linux 2.4.24; i386;)",
-"MSIE (MSIE 6.0; X11; Linux; i686) Opera 7.23",
-"Lynx/2.8.5rel.1 libwww-FM/2.14 SSL-MM/1.4.1 GNUTLS/0.8.12",
-"w3m/0.5.1",
-"Links (2.1pre15; FreeBSD 5.3-RELEASE i386; 196x84)",
-"Mozilla/5.0 (X11; U; FreeBSD; i386; en-US; rv:1.7) Gecko",
-"Mozilla/4.77 [en] (X11; I; IRIX;64 6.5 IP30)",
-"Mozilla/4.8 [en] (X11; U; SunOS; 5.7 sun4u)",
-"Mozilla/3.0 (compatible; NetPositive/2.1.1; BeOS)",
-"Gulper Web Bot 0.2.4 (www.ecsl.cs.sunysb.edu/~maxim/cgi-bin/Link/GulperBot)",
-"EmailWolf 1.00",
-"grub-client-1.5.3; (grub-client-1.5.3; Crawl your own stuff with http://grub.org)",
-"Download Demon/3.5.0.11",
-"OmniWeb/2.7-beta-3 OWF/1.0",
-"SearchExpress",
-"Microsoft URL Control - 6.00.8862",
-);