1 |
<?php |
2 |
/* This file is part of BBClone (A PHP based Web Counter on Steroids) |
3 |
* |
4 |
* SVN FILE $Id$ |
5 |
* |
6 |
* Copyright (C) 2001-2014, the BBClone Team (see doc/authors.txt for details) |
7 |
* |
8 |
* This program is free software: you can redistribute it and/or modify |
9 |
* it under the terms of the GNU General Public License as published by |
10 |
* the Free Software Foundation, either version 3 of the License, or |
11 |
* (at your option) any later version. |
12 |
* |
13 |
* This program is distributed in the hope that it will be useful, |
14 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
15 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
16 |
* GNU General Public License for more details. |
17 |
* |
18 |
* See doc/copying.txt for details |
19 |
*/ |
20 |
|
21 |
// The DNS Extensions array |
22 |
$extensions = array( |
23 |
"travel" => "Travel", |
24 |
"asia" => "Asia-Pacific", |
25 |
"jobs" => "Employment", |
26 |
"mobi" => "Mobiles", |
27 |
"cat" => "Catalan", |
28 |
"tel" => "Contacts", |
29 |
|
30 |
"ac" => "Ascension Island", |
31 |
"ad" => "Andorra", |
32 |
"ae" => "United Arab Emirates", |
33 |
"aero" => "Aero", |
34 |
"af" => "Afghanistan", |
35 |
"ag" => "Antigua and Barbuda", |
36 |
"ai" => "Anguilla", |
37 |
"al" => "Albania", |
38 |
"am" => "Armenia", |
39 |
"an" => "Netherlands Antilles", |
40 |
"ao" => "Angola", |
41 |
"aq" => "Antarctica", |
42 |
"ar" => "Argentina", |
43 |
"arpa" => "Arpa", |
44 |
"as" => "American Samoa", |
45 |
"at" => "Austria", |
46 |
"au" => "Australia", |
47 |
"aw" => "Aruba", |
48 |
"ax" => "หมู่เกาะโอลันด์", |
49 |
"az" => "Azerbaijan", |
50 |
"ba" => "Bosnia and Herzegovina", |
51 |
"bb" => "Barbados", |
52 |
"bd" => "Bangladesh", |
53 |
"be" => "Belgium", |
54 |
"bf" => "Burkina Faso", |
55 |
"bg" => "Bulgaria", |
56 |
"bh" => "Bahrain", |
57 |
"bi" => "Burundi", |
58 |
"biz" => "Business", |
59 |
"bj" => "Benin", |
60 |
"bl" => "แซ็งบาร์เตเลอมี", |
61 |
"bm" => "Bermuda", |
62 |
"bn" => "Brunei", |
63 |
"bo" => "Bolivia", |
64 |
"br" => "Brazil", |
65 |
"bs" => "Bahamas", |
66 |
"bt" => "Bhutan", |
67 |
"bv" => "Bouvet Island", |
68 |
"bw" => "Botswana", |
69 |
"by" => "Belarus", |
70 |
"bz" => "Belize", |
71 |
"ca" => "Canada", |
72 |
"cc" => "Cocos Islands", |
73 |
"cd" => "Congo", |
74 |
"cf" => "Central African Republic", |
75 |
"cg" => "Congo", |
76 |
"ch" => "Switzerland", |
77 |
"ci" => "Ivory Coast", |
78 |
"ck" => "Cook Islands", |
79 |
"cl" => "Chile", |
80 |
"cm" => "Cameroon", |
81 |
"cn" => "China", |
82 |
"co" => "Colombia", |
83 |
"com" => "Commercial", |
84 |
"coop" => "Coop", |
85 |
"cr" => "Costa Rica", |
86 |
"cs" => "Serbia and Montenegro", |
87 |
"cu" => "Cuba", |
88 |
"cv" => "Cape Verde", |
89 |
"cx" => "Christmas Island", |
90 |
"cy" => "Cyprus", |
91 |
"cz" => "Czech Republic", |
92 |
"de" => "Germany", |
93 |
"dj" => "Djibouti", |
94 |
"dk" => "Denmark", |
95 |
"dm" => "Dominica", |
96 |
"do" => "Dominican Republic", |
97 |
"dz" => "Algeria", |
98 |
"ec" => "Ecuador", |
99 |
"edu" => "Educational", |
100 |
"ee" => "Estonia", |
101 |
"eg" => "Egypt", |
102 |
"eh" => "Western Sahara", |
103 |
"er" => "Eritrea", |
104 |
"es" => "Spain", |
105 |
"et" => "Ethiopia", |
106 |
"eu" => "European Union", |
107 |
"fi" => "Finland", |
108 |
"fj" => "Fiji", |
109 |
"fk" => "Falkland Islands", |
110 |
"fm" => "Micronesia", |
111 |
"fo" => "Faroe Islands", |
112 |
"fr" => "France", |
113 |
"ga" => "Gabon", |
114 |
"gb" => "United Kingdom", |
115 |
"gd" => "Grenada", |
116 |
"ge" => "Georgia", |
117 |
"gf" => "French Guiana", |
118 |
"gg" => "Guernsey", |
119 |
"gh" => "Ghana", |
120 |
"gi" => "Gibraltar", |
121 |
"gl" => "Greenland", |
122 |
"gm" => "Gambia", |
123 |
"gn" => "Guinea", |
124 |
"gov" => "US Government", |
125 |
"gp" => "Guadeloupe", |
126 |
"gq" => "Equatorial Guinea", |
127 |
"gr" => "Greece", |
128 |
"gs" => "South Georgia and the South Sandwich Islands", |
129 |
"gt" => "Guatemala", |
130 |
"gu" => "Guam", |
131 |
"gw" => "Guinea-Bissau", |
132 |
"gy" => "Guyana", |
133 |
"hk" => "Hong Kong", |
134 |
"hm" => "Heard and Mc Donald Islands", |
135 |
"hn" => "Honduras", |
136 |
"hr" => "Croatia", |
137 |
"ht" => "Haiti", |
138 |
"hu" => "Hungary", |
139 |
"id" => "Indonesia", |
140 |
"ie" => "Ireland", |
141 |
"il" => "Israel", |
142 |
"im" => "Isle of Man", |
143 |
"in" => "India", |
144 |
"info" => "Information", |
145 |
"int" => "International Organizations", |
146 |
"io" => "UK Indian Ocean Territory", |
147 |
"iq" => "Iraq", |
148 |
"ir" => "Iran", |
149 |
"is" => "Iceland", |
150 |
"it" => "Italy", |
151 |
"je" => "Jersey", |
152 |
"jm" => "Jamaica", |
153 |
"jo" => "Jordan", |
154 |
"jp" => "Japan", |
155 |
"ke" => "Kenya", |
156 |
"kg" => "Kyrgyzstan", |
157 |
"kh" => "Cambodia", |
158 |
"ki" => "Kiribati", |
159 |
"km" => "Comoros", |
160 |
"kn" => "Saint Kitts and Nevis", |
161 |
"kp" => "North Korea", |
162 |
"kr" => "Korea", |
163 |
"kw" => "Kuwait", |
164 |
"ky" => "Cayman Islands", |
165 |
"kz" => "Kazakhstan", |
166 |
"la" => "Laos", |
167 |
"lb" => "Lebanon", |
168 |
"lc" => "Saint Lucia", |
169 |
"li" => "Liechtenstein", |
170 |
"lk" => "Sri Lanka", |
171 |
"lr" => "Liberia", |
172 |
"ls" => "Lesotho", |
173 |
"lt" => "Lithuania", |
174 |
"lu" => "Luxembourg", |
175 |
"lv" => "Latvia", |
176 |
"ly" => "Libya", |
177 |
"ma" => "Morocco", |
178 |
"mc" => "Monaco", |
179 |
"md" => "Moldova", |
180 |
"me" => "ประเทศมอนเตเนโกร", |
181 |
"mf" => "Saint Martin", |
182 |
"mg" => "Madagascar", |
183 |
"mh" => "Marshall Islands", |
184 |
"mil" => "US Military", |
185 |
"mk" => "Macedonia", |
186 |
"ml" => "Mali", |
187 |
"mm" => "Myanmar", |
188 |
"mn" => "Mongolia", |
189 |
"mo" => "Macau", |
190 |
"mp" => "Northern Mariana Islands", |
191 |
"mq" => "Martinique", |
192 |
"mr" => "Mauritania", |
193 |
"ms" => "Montserrat", |
194 |
"mt" => "Malta", |
195 |
"museum" => "Museum", |
196 |
"mu" => "Mauritius", |
197 |
"mv" => "Maldives", |
198 |
"mw" => "Malawi", |
199 |
"mx" => "Mexico", |
200 |
"my" => "Malaysia", |
201 |
"mz" => "Mozambique", |
202 |
"na" => "Namibia", |
203 |
"name" => "Personal", |
204 |
"nc" => "New Caledonia", |
205 |
"ne" => "Niger", |
206 |
"net" => "Networks", |
207 |
"nf" => "Norfolk Island", |
208 |
"ng" => "Nigeria", |
209 |
"ni" => "Nicaragua", |
210 |
"nl" => "Netherlands", |
211 |
"no" => "Norway", |
212 |
"np" => "Nepal", |
213 |
"nr" => "Nauru", |
214 |
"nu" => "Niue", |
215 |
"numeric" => "Numeric", |
216 |
"nz" => "New Zealand", |
217 |
"om" => "Oman", |
218 |
"org" => "Organizations", |
219 |
"pa" => "Panama", |
220 |
"pe" => "Peru", |
221 |
"pf" => "French Polynesia", |
222 |
"pg" => "Papua New Guinea", |
223 |
"ph" => "Philippines", |
224 |
"pk" => "Pakistan", |
225 |
"pl" => "Poland", |
226 |
"pm" => "St. Pierre and Miquelon", |
227 |
"pn" => "Pitcairn", |
228 |
"pr" => "Puerto Rico", |
229 |
"pro" => "Professional", |
230 |
"ps" => "Palestine", |
231 |
"pt" => "Portugal", |
232 |
"pw" => "Palau", |
233 |
"py" => "Paraguay", |
234 |
"qa" => "Qatar", |
235 |
"re" => "Reunion", |
236 |
"ro" => "Romania", |
237 |
"rs" => "ประเทศเซอร์เบีย", |
238 |
"ru" => "Russia", |
239 |
"rw" => "Rwanda", |
240 |
"sa" => "Saudi Arabia", |
241 |
"sb" => "Solomon Islands", |
242 |
"sc" => "Seychelles", |
243 |
"sd" => "Sudan", |
244 |
"se" => "Sweden", |
245 |
"sg" => "Singapore", |
246 |
"sh" => "St. Helena", |
247 |
"si" => "Slovenia", |
248 |
"sj" => "Svalbard and Jan Mayen Islands", |
249 |
"sk" => "Slovakia", |
250 |
"sl" => "Sierra Leone", |
251 |
"sm" => "San Marino", |
252 |
"sn" => "Senegal", |
253 |
"so" => "Somalia", |
254 |
"sr" => "Suriname", |
255 |
"st" => "Sao Tome and Principe", |
256 |
"su" => "Soviet Union", |
257 |
"sv" => "El Salvador", |
258 |
"sy" => "Syria", |
259 |
"sz" => "Swaziland", |
260 |
"tc" => "Turks and Caicos Islands", |
261 |
"td" => "Chad", |
262 |
"tf" => "French Southern Territories", |
263 |
"tg" => "Togo", |
264 |
"th" => "ประเทศไทย", |
265 |
"tj" => "Tajikistan", |
266 |
"tk" => "Tokelau", |
267 |
"tl" => "East Timor", |
268 |
"tm" => "Turkmenistan", |
269 |
"tn" => "Tunisia", |
270 |
"to" => "Tonga", |
271 |
"tp" => "East Timor", |
272 |
"tr" => "Turkey", |
273 |
"tt" => "Trinidad and Tobago", |
274 |
"tv" => "Tuvalu", |
275 |
"tw" => "Taiwan", |
276 |
"tz" => "Tanzania", |
277 |
"ua" => "Ukraine", |
278 |
"ug" => "Uganda", |
279 |
"uk" => "United Kingdom", |
280 |
"um" => "US Minor Outlying Islands", |
281 |
"unknown" => "ไม่มีข้อมูล", |
282 |
"us" => "United States", |
283 |
"uy" => "Uruguay", |
284 |
"uz" => "Uzbekistan", |
285 |
"va" => "Vatican State", |
286 |
"vc" => "St. Vincent and the Grenadines", |
287 |
"ve" => "Venezuela", |
288 |
"vg" => "Virgin Islands (UK)", |
289 |
"vi" => "Virgin Islands (US)", |
290 |
"vn" => "Vietnam", |
291 |
"vu" => "Vanuatu", |
292 |
"wf" => "Wallis and Futuna Islands", |
293 |
"ws" => "Samoa", |
294 |
"ye" => "Yemen", |
295 |
"yt" => "Mayotte", |
296 |
"yu" => "Serbia and Montenegro", |
297 |
"za" => "South Africa", |
298 |
"zm" => "Zambia", |
299 |
"zr" => "Zaire", |
300 |
"zw" => "Zimbabwe", |
301 |
); |
302 |
|
303 |
// The main Translation array |
304 |
$translation = array( |
305 |
|
306 |
// Specific charset |
307 |
"global_charset" => "utf-8", |
308 |
|
309 |
// Date format (used with date()) |
310 |
"global_time_format" => "M jS, H:i:s", |
311 |
"global_day_format" => "l F jS, Y", |
312 |
"global_hours_format" => "l F jS, G:00", |
313 |
"global_month_format" => "F Y", |
314 |
|
315 |
// Global translation |
316 |
"global_titlebar"=> "Statistics for %SERVER generated on %DATE", |
317 |
"global_bbclone_copyright" => "The BBClone team - ใช้สัญญาอนุญาตแบบ", |
318 |
"global_last_reset" => "เริ่มนับสถิติเมื่อ:", |
319 |
"global_yes" => "yes", |
320 |
"global_no" => "no", |
321 |
|
322 |
// The error messages |
323 |
"error_cannot_see_config" => "คุณไม่มีสิทธิ์ในการดูการตั้งค่าของ BBClone บนเซิร์ฟเวอร์นี้", |
324 |
|
325 |
// Miscellaneous translations |
326 |
"misc_other" => "อื่นๆ", |
327 |
"misc_unknown" => "ไม่มีข้อมูล", |
328 |
"misc_second_unit" => "วินาที", |
329 |
"misc_ignored" => "Ignored", |
330 |
|
331 |
// The Navigation Bar |
332 |
"navbar_main_site" => "เว็บหลัก", |
333 |
"navbar_configuration" => "ตั้งค่า", |
334 |
"navbar_global_stats" => "สถิติรวม", |
335 |
"navbar_detailed_stats" => "สถิติละเอียด", |
336 |
"navbar_time_stats" => "สถิติ (แยกตามเวลา)", |
337 |
"navbar_language" => "Language", |
338 |
"navbar_go" => "Go", |
339 |
|
340 |
// Detailed stats words |
341 |
"dstat_id" => "ID", |
342 |
"dstat_time" => "เวลา", |
343 |
"dstat_visits" => "จำนวนครั้ง", |
344 |
"dstat_extension" => "ประเทศที่มา", |
345 |
"dstat_dns" => "ชื่อโฮสต์", |
346 |
"dstat_from" => "ลิงก์มาจาก", |
347 |
"dstat_os" => "ระบบปฏิบัติการ", |
348 |
"dstat_browser" => "เบราว์เซอร์", |
349 |
"dstat_visible_rows" => "จำนวนที่แสดง", |
350 |
"dstat_green_rows" => "แถวสีเขียว", |
351 |
"dstat_blue_rows" => "แถวสีน้ำเงิน", |
352 |
"dstat_red_rows" => "แถวสีแดง", |
353 |
"dstat_search" => "ค้นหา", |
354 |
"dstat_last_page" => "หน้าสุดท้ายที่เข้า", |
355 |
"dstat_last_visit" => "เข้าครั้งล่าสุดใช้เมื่อ", |
356 |
"dstat_robots" => "Robots", |
357 |
"dstat_my_visit" => "Visits from your IP", |
358 |
"dstat_no_data" => "ไม่มีข้อมูล", |
359 |
"dstat_prx" => "Proxy Server", |
360 |
"dstat_ip" => "หมายเลข IP", |
361 |
"dstat_user_agent" => "User Agent", |
362 |
"dstat_nr" => "Nr", |
363 |
"dstat_pages" => "Pages", |
364 |
"dstat_visit_length" => "ช่วงเวลาในการเข้า", |
365 |
"dstat_reloads" => "Reloads", |
366 |
"dstat_whois_information" => "Look up information on this IP Adress", |
367 |
|
368 |
// Global stats words |
369 |
"gstat_accesses" => "Accesses", |
370 |
"gstat_total_visits" => "จำนวนการเข้าทั้งหมด", |
371 |
"gstat_total_unique" => "จำนวนการเข้าทั้งหมด (ไม่นับซ้ำ)", |
372 |
"gstat_operating_systems" => "ระบบปฏิบัติการ %d อันดับสูงสุด", |
373 |
"gstat_browsers" => "เว็บเบราวเซอร์ %d อันดับสูงสุด", |
374 |
"gstat_extensions" => "ประเทศที่มา %d อันดับสูงสุด", |
375 |
"gstat_robots" => "Robots %d อันดับสูงสุด", |
376 |
"gstat_pages" => "หน้าที่เข้า %d อันดับสูงสุด", |
377 |
"gstat_origins" => "ลิงก์ที่มา %d อันดับสูงสุด", |
378 |
"gstat_hosts" => "โฮสต์ %d อันดับสูงสุด", |
379 |
"gstat_keys" => "คีย์เวิร์ด %d อันดับสูงสุด", |
380 |
"gstat_total" => "รวม", |
381 |
"gstat_not_specified" => "ไม่ระบุ", |
382 |
|
383 |
// Time stats words |
384 |
"tstat_su" => "อา", |
385 |
"tstat_mo" => "จ", |
386 |
"tstat_tu" => "อ", |
387 |
"tstat_we" => "พ", |
388 |
"tstat_th" => "พฤ", |
389 |
"tstat_fr" => "ศ", |
390 |
"tstat_sa" => "ส", |
391 |
|
392 |
"tstat_full_su" => "Sunday", |
393 |
"tstat_full_mo" => "Monday", |
394 |
"tstat_full_tu" => "Tuesday", |
395 |
"tstat_full_we" => "Wednesday", |
396 |
"tstat_full_th" => "Thursday", |
397 |
"tstat_full_fr" => "Friday", |
398 |
"tstat_full_sa" => "Saturday", |
399 |
|
400 |
"tstat_jan" => "ม.ค.", |
401 |
"tstat_feb" => "ก.พ.", |
402 |
"tstat_mar" => "มี.ค.", |
403 |
"tstat_apr" => "เม.ย.", |
404 |
"tstat_may" => "พ.ค.", |
405 |
"tstat_jun" => "มิ.ย.", |
406 |
"tstat_jul" => "ก.ค.", |
407 |
"tstat_aug" => "ส.ค.", |
408 |
"tstat_sep" => "ก.ย.", |
409 |
"tstat_oct" => "ต.ค.", |
410 |
"tstat_nov" => "พ.ย.", |
411 |
"tstat_dec" => "ธ.ค.", |
412 |
|
413 |
"tstat_full_jan" => "January", |
414 |
"tstat_full_feb" => "February", |
415 |
"tstat_full_mar" => "March", |
416 |
"tstat_full_apr" => "April", |
417 |
"tstat_full_may" => "May", |
418 |
"tstat_full_jun" => "June", |
419 |
"tstat_full_jul" => "July", |
420 |
"tstat_full_aug" => "August", |
421 |
"tstat_full_sep" => "September", |
422 |
"tstat_full_oct" => "October", |
423 |
"tstat_full_nov" => "November", |
424 |
"tstat_full_dec" => "December", |
425 |
|
426 |
"tstat_last_day" => "รอบวันนี้", |
427 |
"tstat_last_week" => "รอบสัปดาห์นี้", |
428 |
"tstat_last_month" => "รอบเดือนนี้", |
429 |
"tstat_last_year" => "รอบปีนี้", |
430 |
"tstat_average" => "Average", |
431 |
|
432 |
// Loadtime notice |
433 |
"generated" => "page generated in ", |
434 |
"seconds" => " seconds", |
435 |
|
436 |
// Configuration page words and sentences |
437 |
"config_variable_name" => "ชื่อตัวแปร", |
438 |
"config_variable_value" => "ค่าตัวแปร", |
439 |
"config_explanations" => "คำอธิบาย", |
440 |
|
441 |
"config_BBC_MAINSITE" => |
442 |
"If this variable has been set, a link to the specified location will be |
443 |
generated. The default value is pointing to the parent directory. In case your |
444 |
main site is located elsewhere, you probably want to adjust the value to suit |
445 |
your needs.<br /> |
446 |
Examples:<br /> |
447 |
\$BBC_MAINSITE = "http://www.myserver.com/"<br /> |
448 |
\$BBC_MAINSITE = ".."<br /> |
449 |
\$BBC_MAINSITE = "";", |
450 |
|
451 |
"config_BBC_SHOW_CONFIG" => |
452 |
"BBClone defaults to revealing the stats' settings. In case this behavior isn't |
453 |
desired you can deny access to it by deactivating the option.<br /> |
454 |
Examples:<br /> |
455 |
\$BBC_SHOW_CONFIG = 1;<br /> |
456 |
\$BBC_SHOW_CONFIG = "";", |
457 |
|
458 |
"config_BBC_TITLEBAR" => |
459 |
"The title of your stats pages.<br /> |
460 |
It will be displayed in the navigation bar of all BBClone pages<br /> |
461 |
The following macros are recognised:<br /> |
462 |
<ul> |
463 |
<li>%SERVER: server name,</li> |
464 |
<li>%DATE: current date.</li> |
465 |
</ul> |
466 |
HTML Tags are allowed.<br /> |
467 |
Examples:<br /> |
468 |
\$BBC_TITLEBAR = "Statistics for %SERVER generated the %DATE";<br /> |
469 |
\$BBC_TITLEBAR = "My stats from %DATE look like this:"; |
470 |
<br />", |
471 |
|
472 |
"config_BBC_LANGUAGE" => |
473 |
"BBClone's default language, in case it hasn't been specified by the browser. |
474 |
The following languages are supported: |
475 |
<p>ar, bg, bs, ca, cs, da, de, el, en, es, fi, fr, hu, id, it, ja, ko, lt, mk, nb, nl, pl, pt, pt-br, ro, ru, |
476 |
sk, sl, sv, th, tr, ua, zh-cn and zh-tw</p>", |
477 |
|
478 |
"config_BBC_MAXTIME" => |
479 |
"This variable defines the length of an unique visit in seconds. Each hit from |
480 |
the same visitor within this period will be considered as one visit, as long as |
481 |
two successive hits don't exceed the specified limit. Default is the de facto |
482 |
web standard of 30 minutes (1800 seconds), but depending on your needs you may |
483 |
wish to assign a different value.<br /> |
484 |
Examples:<br /> |
485 |
\$BBC_MAXTIME = 0;<br /> |
486 |
\$BBC_MAXTIME = 1800;", |
487 |
|
488 |
"config_BBC_MAXVISIBLE" => |
489 |
"How many entries you want to have listed in the detailed stats? The default |
490 |
value is 100. It's recommended not to set it higher than 500 to avoid too heavy |
491 |
load.", |
492 |
|
493 |
"config_BBC_DETAILED_STAT_FIELDS" => |
494 |
"The variable \$BBC_DETAILED_STAT_FIELDS determines the columns to be displayed |
495 |
in the detailed statistics. Possible columns are: |
496 |
<ul> |
497 |
<li>id => The x-th visitor since you've started counting</li> |
498 |
<li>time => The time at which the last hit was registerred</li> |
499 |
<li>visits => The hits of one unique visitor</li> |
500 |
<li>dns => Visitor's hostname</li> |
501 |
<li>ip => Visitor's IP address</li> |
502 |
<li>os => The operating system (if available and/or no robot)</li> |
503 |
<li>browser => The software used for establishing the connection |
504 |
</li> |
505 |
<li>ext => Visitor's country or extension</li> |
506 |
<li>referer => The link from which a visitor came (if available) |
507 |
</li> |
508 |
<li>page => The last visited page</li> |
509 |
<li>search => The search query a visitor used (if available)</li> |
510 |
</ul> |
511 |
The same order you've arranged the columns will be used for display.<br /> |
512 |
Examples:<br /> |
513 |
\$BBC_DETAILED_STAT_FIELDS = "id, time, visits, ip, ext, os, browser"; |
514 |
<br /> |
515 |
\$BBC_DETAILED_STAT_FIELDS = "date, ext, browser, os, ip";<br />", |
516 |
|
517 |
"config_BBC_TIME_OFFSET" => |
518 |
"In case the server time doesn't match your local timezone, you can adjust the |
519 |
time in minutes by using this switch. Negative values will set back the time, |
520 |
positive ones will set it forth.<br /> |
521 |
Examples:<br /> |
522 |
\$BBC_TIME_OFFSET = 300;<br /> |
523 |
\$BBC_TIME_OFFSET = -300;<br /> |
524 |
\$BBC_TIME_OFFSET = 0;", |
525 |
|
526 |
"config_BBC_NO_DNS" => |
527 |
"This options defines, whether IP addresses should be resolved to hostnames or |
528 |
not. While hostnames tell a lot more about the visitor, resolving them may |
529 |
considerably slow down your site, if the DNS servers used are slow, limited in |
530 |
their capacity or otherwise unreliable. Setting this variable may solve the |
531 |
problem.<br /> |
532 |
Examples:<br /> |
533 |
\$BBC_NO_DNS = 1;<br /> |
534 |
\$BBC_NO_DNS = "";", |
535 |
|
536 |
"config_BBC_NO_HITS" => |
537 |
"BBClone's default is to show hits in the time stats, because it gives a quite |
538 |
useful Impression from the actual server load. If, however, you prefer to use |
539 |
unique visits as base for your time stats, you can change the way of counting |
540 |
by setting this variable.<br /> |
541 |
Examples:<br /> |
542 |
\$BBC_NO_HITS = 1;<br /> |
543 |
\$BBC_NO_HITS = "";", |
544 |
|
545 |
"config_BBC_IGNORE_IP" => |
546 |
"This option can be used to exclude particular IP addresses or address ranges |
547 |
from counting. In case you want to add several expressions use a comma as |
548 |
separator.<br /> |
549 |
Examples:<br /> |
550 |
\$BBC_IGNORE_IP = "127., 192.168.";<br /> |
551 |
\$BBC_IGNORE_IP = "";", |
552 |
|
553 |
"config_BBC_IGNORE_REFER" => |
554 |
"In case you don't want to have particular referrers from your visitors listed |
555 |
in your ranking or detailed stats, you can specify one or more keywords used |
556 |
for blocking if a referrer matches up against them. If you use more keywords, |
557 |
please use a comma as separator.<br /> |
558 |
Examples:<br /> |
559 |
\$BBC_IGNORE_REFER = "spambot.org, .escort.";<br /> |
560 |
\$BBC_IGNORE_REFER = "";", |
561 |
|
562 |
"config_BBC_IGNORE_BOTS" => |
563 |
"You can use this option to determine the treatment of robots. The default is |
564 |
to ignore them in the top hosts ranking but leave them in the remaining |
565 |
stats. If you don't want to see any robots at all you can set this option to |
566 |
"2", then only human visits will be taken into account.<br /> |
567 |
Examples:<br /> |
568 |
\$BBC_IGNORE_BOTS = 2;<br /> |
569 |
\$BBC_IGNORE_BOTS = 1;<br /> |
570 |
\$BBC_IGNORE_BOTS = "";", |
571 |
|
572 |
"config_BBC_IGNORE_AGENT" => |
573 |
"This option defines how BBClone tells one visitor from another. Default is to |
574 |
use the IP address only, which provides realistic figures in most cases. If, |
575 |
however, your visitors often are hidden behind proxy servers, deactivation of |
576 |
this option could provide more realistic figures, since a new visitor will be |
577 |
assumed by the time the user agent has changed.<br /> |
578 |
Examples:<br /> |
579 |
\$BBC_IGNORE_AGENT = 1;<br /> |
580 |
\$BBC_IGNORE_AGENT = "";", |
581 |
|
582 |
"config_BBC_KILL_STATS" => |
583 |
"Whenever you wish to reset your stats you can activate this switch and have |
584 |
them deleted by the next visit. Don't forget to deactivate it afterwards, else |
585 |
you'll probably experience unusually low traffic ;).<br /> |
586 |
Examples:<br /> |
587 |
\$BBC_KILL_STATS = 1;<br /> |
588 |
\$BBC_KILL_STATS = "";", |
589 |
|
590 |
"config_BBC_PURGE_SINGLE" => |
591 |
"Host and referrer stats can generate a huge amount of data, however mostly |
592 |
caused by one time visitors. By enabling this switch you can purge these |
593 |
entries and considerably shrink access.php in its size without affecting your |
594 |
actual visible host and referrer ranking. The amount of hits will be added to |
595 |
the "not_specified" entries to keep the overall score intact.<br /> |
596 |
Examples:<br /> |
597 |
\$BBC_PURGE_SINGLE = 1;<br /> |
598 |
\$BBC_PURGE_SINGLE = "";" |
599 |
|
600 |
); |
601 |
?> |