1
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
3
| -------------------------------------------------------------------
5
| -------------------------------------------------------------------
6
| This file contains four arrays of user agent data. It is used by the
7
| User Agent Class to help identify browser, platform, robot, and
8
| mobile device data. The array keys are used to identify the device
9
| and the array values are used to set the actual name of the item.
14
'android 4.2' => 'Android Jellybean',
15
'android 4.1' => 'Android Jellybean',
16
'android 4.0' => 'Android Ice Cream Sandwich',
17
'android 3' => 'Android Honeycomb',
18
'android 2.3' => 'Android Gingerbread',
19
'android 2.2' => 'Android Froyo',
20
'android' => 'Android',
21
'windows nt 6.2' => 'Windows 8/RT',
22
'windows nt 6.1' => 'Windows 7',
23
'windows nt 6.0' => 'Windows Longhorn/Vista',
24
'windows nt 5.2' => 'Windows 2003',
25
'windows nt 5.0' => 'Windows 2000',
26
'windows nt 5.1' => 'Windows XP',
27
'windows nt 4.0' => 'Windows NT 4.0',
28
'winnt4.0' => 'Windows NT 4.0',
29
'winnt 4.0' => 'Windows NT',
30
'winnt' => 'Windows NT',
31
'windows 98' => 'Windows 98',
32
'win98' => 'Windows 98',
33
'windows 95' => 'Windows 95',
34
'win95' => 'Windows 95',
35
'windows' => 'Unknown Windows OS',
37
'ppc mac' => 'Power PC Mac',
38
'freebsd' => 'FreeBSD',
42
'sunos' => 'Sun Solaris',
44
'apachebench' => 'ApacheBench',
51
'openbsd' => 'OpenBSD',
53
'unix' => 'Unknown Unix OS'
57
// The order of this array should NOT be changed. Many browsers return
58
// multiple browser types so we want to identify the sub-type first.
63
'MSIE' => 'Internet Explorer',
64
'Internet Explorer' => 'Internet Explorer',
66
'Firefox' => 'Firefox',
67
'Chimera' => 'Chimera',
68
'Phoenix' => 'Phoenix',
69
'Firebird' => 'Firebird',
71
'Netscape' => 'Netscape',
72
'OmniWeb' => 'OmniWeb',
74
'Mozilla' => 'Mozilla',
75
'Konqueror' => 'Konqueror',
79
'hotjava' => 'HotJava',
81
'IBrowse' => 'IBrowse'
85
// legacy array, old values commented out
86
'mobileexplorer' => 'Mobile Explorer',
87
// 'openwave' => 'Open Wave',
88
// 'opera mini' => 'Opera Mini',
89
// 'operamini' => 'Opera Mini',
90
// 'elaine' => 'Palm',
91
'palmsource' => 'Palm',
92
// 'digital paths' => 'Palm',
93
// 'avantgo' => 'Avantgo',
94
// 'xiino' => 'Xiino',
95
'palmscape' => 'Palmscape',
96
// 'nokia' => 'Nokia',
97
// 'ericsson' => 'Ericsson',
98
// 'blackberry' => 'BlackBerry',
99
// 'motorola' => 'Motorola'
101
// Phones and Manufacturers
102
'motorola' => "Motorola",
105
'iphone' => "Apple iPhone",
107
'ipod' => "Apple iPod Touch",
108
'sony' => "Sony Ericsson",
109
'ericsson' => "Sony Ericsson",
110
'blackberry' => "BlackBerry",
111
'cocoon' => "O2 Cocoon",
119
'samsung' => "Samsung",
122
'alcatel' => "Alcatel",
125
'mot-' => "Motorola",
126
'playstation portable' => "PlayStation Portable",
127
'hiptop' => "Danger Hiptop",
129
'panasonic' => "Panasonic",
130
'philips' => "Philips",
138
'symbian' => "Symbian",
139
'SymbianOS' => "SymbianOS",
142
'series60' => "Symbian S60",
143
'windows ce' => "Windows CE",
147
'netfront' => "Netfront Browser",
148
'openwave' => "Openwave Browser",
149
'mobilexplorer' => "Mobile Explorer",
150
'operamini' => "Opera Mini",
151
'opera mini' => "Opera Mini",
154
'digital paths' => "Digital Paths",
155
'avantgo' => "AvantGo",
157
'novarra' => "Novarra Transcoder",
158
'vodafone' => "Vodafone",
159
'docomo' => "NTT DoCoMo",
163
'mobile' => "Generic Mobile",
164
'wireless' => "Generic Mobile",
165
'j2me' => "Generic Mobile",
166
'midp' => "Generic Mobile",
167
'cldc' => "Generic Mobile",
168
'up.link' => "Generic Mobile",
169
'up.browser' => "Generic Mobile",
170
'smartphone' => "Generic Mobile",
171
'cellphone' => "Generic Mobile"
174
// There are hundreds of bots but these are the most common.
176
'googlebot' => 'Googlebot',
177
'msnbot' => 'MSNBot',
178
'slurp' => 'Inktomi Slurp',
180
'askjeeves' => 'AskJeeves',
181
'fastcrawler' => 'FastCrawler',
182
'infoseek' => 'InfoSeek Robot 1.0',
186
/* End of file user_agents.php */
187
/* Location: ./application/config/user_agents.php */
b'\\ No newline at end of file'