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-2024, 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 |
// Language: Traditional Chinese (中文(繁體)) |
22 |
|
23 |
// The DNS Extensions array |
24 |
$extensions = array( |
25 |
"localdomain" => "當地", |
26 |
"numeric" => "(數字)", |
27 |
"unknown" => "(不明)", |
28 |
"museum" => "(博物館)", |
29 |
"travel" => "旅遊", |
30 |
"ipv4" => "IPv4的", |
31 |
"ipv6" => "IPv6的", |
32 |
|
33 |
"aero" => "用於航空工业", |
34 |
"arpa" => "(美國老式網路)", |
35 |
"asia" => "用于亚洲地区", |
36 |
"coop" => "(共合)", |
37 |
"info" => "(資訊)", |
38 |
"jobs" => "职业介绍", |
39 |
"mobi" => "用于移动通信领域", |
40 |
"name" => "(個人)", |
41 |
"post" => "郵政服務", |
42 |
|
43 |
"biz" => "(商務)", |
44 |
"cat" => "加泰罗尼亚语区都可注册", |
45 |
"com" => "(美國商務)", |
46 |
"edu" => "(美國教育)", |
47 |
"gal" => "加利西亞", |
48 |
"gov" => "(美國政府)", |
49 |
"int" => "(國際組織)", |
50 |
"mil" => "(美國軍隊)", |
51 |
"net" => "(網路)", |
52 |
"org" => "(非營利組織)", |
53 |
"pro" => "(專業)", |
54 |
"tel" => "用于电信行业", |
55 |
"xxx" => "成人内容", |
56 |
|
57 |
"a1" => "匿名代理", |
58 |
"a2" => "衛星供應商", |
59 |
"ac" => "阿森松島", |
60 |
"ad" => "安道爾共和國", |
61 |
"ae" => "阿拉伯聯合大公國", |
62 |
"af" => "阿富汗", |
63 |
"ag" => "安地卡及巴布達", |
64 |
"ai" => "安圭拉", |
65 |
"al" => "阿爾巴尼亞", |
66 |
"am" => "亞美尼亞", |
67 |
"an" => "荷屬安地列斯群島", |
68 |
"ao" => "安哥拉", |
69 |
"ap" => "用于亚洲地区", |
70 |
"aq" => "南極洲", |
71 |
"ar" => "阿根廷", |
72 |
"as" => "美屬薩摩亞", |
73 |
"at" => "奧地利", |
74 |
"au" => "澳大利亞", |
75 |
"aw" => "阿魯巴", |
76 |
"ax" => "奧蘭群島", |
77 |
"az" => "阿塞拜疆", |
78 |
"ba" => "波斯尼亞-黑塞哥維那", |
79 |
"bb" => "巴巴多斯", |
80 |
"bd" => "孟加拉", |
81 |
"be" => "比利時", |
82 |
"bf" => "布基納法索", |
83 |
"bg" => "保加利亞", |
84 |
"bh" => "巴林", |
85 |
"bi" => "布隆迪", |
86 |
"bj" => "貝寧", |
87 |
"bm" => "百慕達", |
88 |
"bn" => "文萊", |
89 |
"bo" => "玻利維亞", |
90 |
"br" => "巴西", |
91 |
"bs" => "巴哈馬", |
92 |
"bt" => "不丹", |
93 |
"bw" => "波札那", |
94 |
"by" => "白俄羅斯", |
95 |
"bz" => "貝里斯", |
96 |
"ca" => "加拿大", |
97 |
"cc" => "可可島", |
98 |
"cd" => "剛果", |
99 |
"cf" => "中非共和國", |
100 |
"cg" => "剛果", |
101 |
"ch" => "瑞士", |
102 |
"ci" => "象牙海岸", |
103 |
"ck" => "科克群島", |
104 |
"cl" => "智利", |
105 |
"cm" => "喀麥隆", |
106 |
"cn" => "中國", |
107 |
"co" => "哥倫比亞", |
108 |
"cr" => "哥斯大黎加", |
109 |
"cu" => "古巴", |
110 |
"cv" => "維德角共和國", |
111 |
"cw" => "庫拉索島", |
112 |
"cx" => "聖誕島", |
113 |
"cy" => "塞浦路斯", |
114 |
"cz" => "捷克", |
115 |
"de" => "德國", |
116 |
"dj" => "吉布地共和國", |
117 |
"dk" => "丹麥", |
118 |
"dm" => "多米尼克", |
119 |
"do" => "多米尼加共和國", |
120 |
"dz" => "阿爾及利亞", |
121 |
"ec" => "厄瓜多爾", |
122 |
"ee" => "愛沙尼亞", |
123 |
"eg" => "埃及", |
124 |
"er" => "厄立特里亞", |
125 |
"es" => "西班牙", |
126 |
"et" => "衣索比亞", |
127 |
"eu" => "歐聯", |
128 |
"fi" => "芬蘭", |
129 |
"fj" => "斐濟群島", |
130 |
"fk" => "福克蘭群島", |
131 |
"fm" => "密克羅尼西亞", |
132 |
"fo" => "法魯群島", |
133 |
"fr" => "法國", |
134 |
"ga" => "加彭", |
135 |
"gd" => "格瑞那達", |
136 |
"ge" => "格魯吉亞", |
137 |
"gf" => "法屬圭亞那", |
138 |
"gg" => "根西島", |
139 |
"gh" => "迦魶", |
140 |
"gi" => "直布羅陀", |
141 |
"gl" => "格陵蘭島", |
142 |
"gm" => "甘比亞", |
143 |
"gn" => "幾內亞", |
144 |
"gp" => "加勒比群島", |
145 |
"gq" => "赤道幾內亞", |
146 |
"gr" => "希臘", |
147 |
"gs" => "南喬治亞", |
148 |
"gt" => "瓜地馬拉", |
149 |
"gu" => "關島", |
150 |
"gw" => "幾內亞比索", |
151 |
"gy" => "蓋亞那", |
152 |
"hk" => "香港", |
153 |
"hm" => "赫德及麥當勞群島", |
154 |
"hn" => "洪都拉斯", |
155 |
"hr" => "克羅地亞", |
156 |
"ht" => "海地", |
157 |
"hu" => "匈牙利", |
158 |
"id" => "印度尼西亞", |
159 |
"ie" => "愛爾蘭", |
160 |
"il" => "以色列", |
161 |
"im" => "曼島", |
162 |
"in" => "印度", |
163 |
"io" => "英屬印度洋領地", |
164 |
"iq" => "伊拉克", |
165 |
"ir" => "伊朗", |
166 |
"is" => "冰島", |
167 |
"it" => "意大利", |
168 |
"je" => "澤西", |
169 |
"jm" => "牙買加", |
170 |
"jo" => "約旦", |
171 |
"jp" => "日本", |
172 |
"ke" => "肯亞", |
173 |
"kg" => "吉魯濟斯坦", |
174 |
"kh" => "柬埔寨", |
175 |
"ki" => "吉里巴斯", |
176 |
"km" => "科摩羅群島", |
177 |
"kn" => "聖及斯", |
178 |
"kp" => "北韓", |
179 |
"kr" => "南韓", |
180 |
"kw" => "科威特", |
181 |
"ky" => "開曼群島", |
182 |
"kz" => "哈薩克", |
183 |
"la" => "遼國", |
184 |
"lb" => "黎巴嫩", |
185 |
"lc" => "聖路西亞", |
186 |
"li" => "列支敦士坦", |
187 |
"lk" => "斯里蘭卡", |
188 |
"lr" => "賴比瑞亞", |
189 |
"ls" => "賴索托", |
190 |
"lt" => "立陶宛", |
191 |
"lu" => "盧森堡", |
192 |
"lv" => "拉脫維亞", |
193 |
"ly" => "利比亞", |
194 |
"ma" => "摩洛哥", |
195 |
"mc" => "摩納哥", |
196 |
"md" => "摩爾達維亞", |
197 |
"me" => "黑山", |
198 |
"mg" => "馬達加斯加", |
199 |
"mh" => "馬紹爾群島", |
200 |
"mk" => "馬其頓", |
201 |
"ml" => "馬里", |
202 |
"mm" => "緬甸", |
203 |
"mn" => "蒙古", |
204 |
"mo" => "澳門", |
205 |
"mp" => "北馬里亞納群島", |
206 |
"mq" => "馬提尼克島", |
207 |
"mr" => "茅利塔尼亞", |
208 |
"ms" => "蒙特塞拉特島", |
209 |
"mt" => "馬爾他", |
210 |
"mu" => "模里西斯", |
211 |
"mv" => "馬爾地夫", |
212 |
"mw" => "馬拉威", |
213 |
"mx" => "墨西哥", |
214 |
"my" => "馬來西亞", |
215 |
"mz" => "莫三比克", |
216 |
"na" => "納米比亞", |
217 |
"nc" => "新卡里多尼亞", |
218 |
"ne" => "尼日", |
219 |
"nf" => "諾福克島", |
220 |
"ng" => "奈及利亞", |
221 |
"ni" => "尼加拉瓜", |
222 |
"nl" => "荷蘭", |
223 |
"no" => "挪威", |
224 |
"np" => "尼泊爾", |
225 |
"nr" => "諾魯", |
226 |
"nu" => "紐鄂島", |
227 |
"nz" => "紐西蘭", |
228 |
"om" => "阿曼", |
229 |
"pa" => "巴拿馬", |
230 |
"pe" => "秘魯", |
231 |
"pf" => "法屬波利尼西亞", |
232 |
"pg" => "巴布亞新幾內亞", |
233 |
"ph" => "菲律賓", |
234 |
"pk" => "巴基斯坦", |
235 |
"pl" => "波蘭", |
236 |
"pm" => "聖皮埃爾島及密客隆島", |
237 |
"pn" => "英屬皮特克恩群島", |
238 |
"pr" => "波多黎各", |
239 |
"ps" => "巴勒斯坦", |
240 |
"pt" => "葡萄牙", |
241 |
"pw" => "帕勞", |
242 |
"py" => "巴拉圭", |
243 |
"qa" => "卡塔爾", |
244 |
"re" => "留尼旺島", |
245 |
"ro" => "羅馬尼亞", |
246 |
"rs" => "Serbia", |
247 |
"ru" => "俄羅斯", |
248 |
"rw" => "盧旺達", |
249 |
"sa" => "沙烏地阿拉伯", |
250 |
"sb" => "所羅門群島", |
251 |
"sc" => "塞席爾", |
252 |
"sd" => "蘇丹", |
253 |
"se" => "瑞典", |
254 |
"sg" => "新加坡", |
255 |
"sh" => "聖赫勒拿島", |
256 |
"si" => "斯洛維尼亞", |
257 |
"sk" => "斯洛伐克", |
258 |
"sl" => "獅子山", |
259 |
"sm" => "聖馬利諾", |
260 |
"sn" => "塞內加爾", |
261 |
"so" => "索馬利亞", |
262 |
"sr" => "蘇里南", |
263 |
"st" => "聖多美", |
264 |
"su" => "蘇聯", |
265 |
"sv" => "薩爾瓦多", |
266 |
"sx" => "聖馬丁", |
267 |
"sy" => "敘利亞", |
268 |
"sz" => "史瓦濟蘭", |
269 |
"tc" => "特克斯和凱科斯群島", |
270 |
"td" => "查德", |
271 |
"tf" => "法屬南部屬地", |
272 |
"tg" => "多哥", |
273 |
"th" => "泰國", |
274 |
"tj" => "塔吉克", |
275 |
"tk" => "塔開盧群島", |
276 |
"tl" => "東帝汶", |
277 |
"tm" => "土庫曼", |
278 |
"tn" => "突尼西亞", |
279 |
"to" => "東加", |
280 |
"tp" => "東帝汶", |
281 |
"tr" => "土耳其", |
282 |
"tt" => "千里達托貝哥", |
283 |
"tv" => "吐瓦魯", |
284 |
"tw" => "台灣", |
285 |
"tz" => "坦桑尼亞", |
286 |
"ua" => "烏克蘭", |
287 |
"ug" => "烏干達", |
288 |
"uk" => "英國", |
289 |
"us" => "美國", |
290 |
"uy" => "烏拉圭", |
291 |
"uz" => "烏玆別克斯坦", |
292 |
"va" => "梵蒂岡城", |
293 |
"vc" => "聖文森及格瑞那丁特島", |
294 |
"ve" => "委內瑞拉", |
295 |
"vg" => "英屬維爾京群島", |
296 |
"vi" => "美屬維爾京群島", |
297 |
"vn" => "越南", |
298 |
"vu" => "萬那杜", |
299 |
"wf" => "瓦里斯及富都拿群島", |
300 |
"ws" => "西薩摩亞", |
301 |
"ye" => "葉門", |
302 |
"yt" => "馬約特島", |
303 |
"za" => "南非", |
304 |
"zm" => "尚比亞", |
305 |
"zw" => "辛巴威", |
306 |
|
307 |
// No longer active but needed for history purpose |
308 |
"bl" => "聖巴泰勒米", |
309 |
"bv" => "波維特島", |
310 |
"bq" => "加勒比海荷蘭", |
311 |
"cs" => "塞爾維亞和黑山", |
312 |
"eh" => "西撒哈拉", |
313 |
"gb" => "英國", |
314 |
"mf" => "庫拉索島", |
315 |
"sj" => "斯瓦巴及尖棉", |
316 |
"ss" => "南蘇丹", |
317 |
"um" => "美國外島", |
318 |
"yu" => "塞爾維亞", |
319 |
"zr" => "薩伊" |
320 |
); |
321 |
|
322 |
// The main Translation array |
323 |
$translation = array( |
324 |
|
325 |
// Specific charset |
326 |
"global_charset" => "utf-8", |
327 |
|
328 |
// Date format (used with date()) |
329 |
"global_time_format" => "M jS, H:i:s", |
330 |
"global_day_format" => "l F jS, Y", |
331 |
"global_hours_format" => "l F jS, G:00", |
332 |
"global_month_format" => "F Y", |
333 |
|
334 |
// Global translation |
335 |
"global_titlebar"=> "統計 %SERVER 產生的 %DATE", |
336 |
"global_bbclone_copyright" => "該 BBClone 小組 版權所有", |
337 |
"global_last_reset" => "統計數字起始自", |
338 |
"global_yes" => "是", |
339 |
"global_no" => "否", |
340 |
|
341 |
// The error messages |
342 |
"error_cannot_see_config" => |
343 |
"設定不允許您察看 BBClone 的設定檔.", |
344 |
|
345 |
// Miscellaneous translations |
346 |
"misc_other" => "其它", |
347 |
"misc_unknown" => "不明", |
348 |
"misc_second_unit" => "秒", |
349 |
"misc_ignored" => "略過", |
350 |
|
351 |
// The Navigation Bar |
352 |
"navbar_main_site" => "我的主頁", |
353 |
"navbar_configuration" => "設定變數", |
354 |
"navbar_global_stats" => "訪客總覽", |
355 |
"navbar_detailed_stats" => "訪客細節", |
356 |
"navbar_time_stats" => "時段統計", |
357 |
"navbar_language" => "語", |
358 |
"navbar_go" => "去", |
359 |
|
360 |
// Detailed Stats words |
361 |
"dstat_id" => "標號", |
362 |
"dstat_time" => "時間", |
363 |
"dstat_visits" => "頁數", |
364 |
"dstat_extension" => "國籍", |
365 |
"dstat_dns" => "網域名稱", |
366 |
"dstat_from" => "來源", |
367 |
"dstat_os" => "作業系統", |
368 |
"dstat_browser" => "瀏覽器", |
369 |
"dstat_visible_rows" => "顯示行數", |
370 |
"dstat_green_rows" => "綠色行", |
371 |
"dstat_blue_rows" => "藍色行", |
372 |
"dstat_red_rows" => "紅色行", |
373 |
"dstat_search" => "搜尋字串", |
374 |
"dstat_last_page" => "最後查看", |
375 |
"dstat_last_visit" => "查看最後一頁的時間", |
376 |
"dstat_robots" => "搜索機器人", |
377 |
"dstat_my_visit" => "從你的IP訪問", |
378 |
"dstat_no_data" => "無紀錄資料", |
379 |
"dstat_prx" => "代理伺服器", |
380 |
"dstat_ip" => "IP 位置", |
381 |
"dstat_user_agent" => "系統", |
382 |
"dstat_nr" => "數", |
383 |
"dstat_pages" => "頁面", |
384 |
"dstat_visit_length" => "瀏覽時間", |
385 |
"dstat_reloads" => "重整次數", |
386 |
"dstat_whois_information" => "查查資料共享這一個IP地址", |
387 |
|
388 |
// Global Stats words |
389 |
"gstat_accesses" => "總流量", |
390 |
"gstat_total_visits" => "訪客人次", |
391 |
"gstat_total_unique" => "訪客人數", |
392 |
"gstat_operating_systems" => "前%d作業系統", |
393 |
"gstat_browsers" => "前%d瀏覽器", |
394 |
"gstat_extensions" => "前%d國籍", |
395 |
"gstat_robots" => "前%d搜索機器人", |
396 |
"gstat_pages" => "前%d拜訪網頁", |
397 |
"gstat_origins" => "前%d來源", |
398 |
"gstat_hosts" => "前%d網域", |
399 |
"gstat_keys" => "前%d搜尋字串", |
400 |
"gstat_total" => "總計", |
401 |
"gstat_not_specified" => "不明", |
402 |
|
403 |
// Time Stats words |
404 |
"tstat_su" => "星期日", |
405 |
"tstat_mo" => "星期一", |
406 |
"tstat_tu" => "星期二", |
407 |
"tstat_we" => "星期三", |
408 |
"tstat_th" => "星期四", |
409 |
"tstat_fr" => "星期五", |
410 |
"tstat_sa" => "星期六", |
411 |
|
412 |
"tstat_full_su" => "星期日", |
413 |
"tstat_full_mo" => "星期一", |
414 |
"tstat_full_tu" => "星期二", |
415 |
"tstat_full_we" => "星期三", |
416 |
"tstat_full_th" => "星期四", |
417 |
"tstat_full_fr" => "星期五", |
418 |
"tstat_full_sa" => "星期六", |
419 |
|
420 |
"tstat_jan" => "一月", |
421 |
"tstat_feb" => "二月", |
422 |
"tstat_mar" => "三月", |
423 |
"tstat_apr" => "四月", |
424 |
"tstat_may" => "五月", |
425 |
"tstat_jun" => "六月", |
426 |
"tstat_jul" => "七月", |
427 |
"tstat_aug" => "八月", |
428 |
"tstat_sep" => "九月", |
429 |
"tstat_oct" => "十月", |
430 |
"tstat_nov" => "十一", |
431 |
"tstat_dec" => "十二", |
432 |
|
433 |
"tstat_jan" => "一月", |
434 |
"tstat_feb" => "二月", |
435 |
"tstat_mar" => "三月", |
436 |
"tstat_apr" => "四月", |
437 |
"tstat_may" => "五月", |
438 |
"tstat_jun" => "六月", |
439 |
"tstat_jul" => "七月", |
440 |
"tstat_aug" => "八月", |
441 |
"tstat_sep" => "九月", |
442 |
"tstat_oct" => "十月", |
443 |
"tstat_nov" => "十一", |
444 |
"tstat_dec" => "十二", |
445 |
|
446 |
"tstat_last_day" => "過去一天", |
447 |
"tstat_last_week" => "過去一週", |
448 |
"tstat_last_month" => "過去一月", |
449 |
"tstat_last_year" => "過去一年", |
450 |
"tstat_average" => "平均", |
451 |
|
452 |
// Loadtime notice |
453 |
"generated" => "在生成的页面 ", |
454 |
"seconds" => " 秒", |
455 |
|
456 |
// Configuration page words and sentences |
457 |
"config_variable_name" => "變數名稱", |
458 |
"config_variable_value" => "變數數值", |
459 |
"config_explanations" => "解釋", |
460 |
|
461 |
"config_BBC_MAINSITE" => |
462 |
"If this variable has been set, a link to the specified location will be |
463 |
generated. The default value is pointing to the parent directory. In case your |
464 |
main site is located elsewhere, you probably want to adjust the value to suit |
465 |
your needs.<br /> |
466 |
Examples:<br /> |
467 |
\$BBC_MAINSITE = "http://www.myserver.com/";<br /> |
468 |
\$BBC_MAINSITE = "..";<br /> |
469 |
\$BBC_MAINSITE = "";", |
470 |
|
471 |
"config_BBC_SHOW_CONFIG" => |
472 |
"BBClone defaults to revealing the stats' settings. In case this behavior isn't |
473 |
desired you can deny access to it by deactivating the option.<br /> |
474 |
Examples:<br /> |
475 |
\$BBC_SHOW_CONFIG = 1;<br /> |
476 |
\$BBC_SHOW_CONFIG = "";", |
477 |
|
478 |
"config_BBC_TITLEBAR" => |
479 |
"The title of your stats pages.<br /> |
480 |
It will be displayed in the navigation bar of all BBClone pages<br /> |
481 |
The following macros are recognised:<br /> |
482 |
<ul> |
483 |
<li>%SERVER: server name,</li> |
484 |
<li>%DATE: current date.</li> |
485 |
</ul> |
486 |
HTML Tags are allowed.<br /> |
487 |
Examples:<br /> |
488 |
\$BBC_TITLEBAR = "Statistics for %SERVER generated the %DATE";<br /> |
489 |
\$BBC_TITLEBAR = "My stats from %DATE look like this:"; |
490 |
<br />", |
491 |
|
492 |
"config_BBC_LANGUAGE" => |
493 |
"BBClone's default language, in case it hasn't been specified by the browser. |
494 |
The following languages are supported: |
495 |
<p>ar, bg, bs, ca, cs, da, de, el, en, es, fi, fr, hu, id, it, ja, ko, lt, mk, nb, |
496 |
nl, pl, pt, pt-br, ro, ru, sk, sl, sv, th, tr, ua, zh-cn and zh-tw</p>", |
497 |
|
498 |
"config_BBC_MAXTIME" => |
499 |
"This variable defines the length of an unique visit in seconds. Each hit from |
500 |
the same visitor within this period will be considered as one visit, as long as |
501 |
two successive hits don't exceed the specified limit. Default is the de facto |
502 |
web standard of 30 minutes (1800 seconds), but depending on your needs you may |
503 |
wish to assign a different value.<br /> |
504 |
Examples:<br /> |
505 |
\$BBC_MAXTIME = 0;<br /> |
506 |
\$BBC_MAXTIME = 1800;", |
507 |
|
508 |
"config_BBC_MAXVISIBLE" => |
509 |
"How many entries you want to have listed in the detailed stats? The default |
510 |
value is 100. It's recommended not to set it higher than 500 to avoid too heavy |
511 |
load.", |
512 |
|
513 |
"config_BBC_DETAILED_STAT_FIELDS" => |
514 |
"The variable \$BBC_DETAILED_STAT_FIELDS determines the columns to be displayed |
515 |
in the detailed statistics. Possible columns are: |
516 |
<ul> |
517 |
<li>id => The x-th visitor since you've started counting</li> |
518 |
<li>time => The time at which the last hit was registerred</li> |
519 |
<li>visits => The hits of one unique visitor</li> |
520 |
<li>dns => Visitor's hostname</li> |
521 |
<li>ip => Visitor's IP address</li> |
522 |
<li>os => The operating system (if available and/or no robot)</li> |
523 |
<li>browser => The software used for establishing the connection</li> |
524 |
<li>ext => Visitor's country or extension</li> |
525 |
<li>referer => The link from which a visitor came (if available)</li> |
526 |
<li>page => The last visited page</li> |
527 |
<li>search => The search query a visitor used (if available)</li> |
528 |
</ul> |
529 |
The same order you've arranged the columns will be used for display.<br /> |
530 |
Examples:<br /> |
531 |
\$BBC_DETAILED_STAT_FIELDS = "id, time, visits, ip, ext, os, browser"; |
532 |
<br /> |
533 |
\$BBC_DETAILED_STAT_FIELDS = "date, ext, browser, os, ip";<br />", |
534 |
|
535 |
"config_BBC_TIME_OFFSET" => |
536 |
"In case the server time doesn't match your local timezone, you can adjust the |
537 |
time in minutes by using this switch. Negative values will set back the time, |
538 |
positive ones will set it forth.<br /> |
539 |
Examples:<br /> |
540 |
\$BBC_TIME_OFFSET = 300;<br /> |
541 |
\$BBC_TIME_OFFSET = -300;<br /> |
542 |
\$BBC_TIME_OFFSET = 0;", |
543 |
|
544 |
"config_BBC_NO_DNS" => |
545 |
"This options defines, whether IP addresses should be resolved to hostnames or |
546 |
not. While hostnames tell a lot more about the visitor, resolving them may |
547 |
considerably slow down your site, if the DNS servers used are slow, limited in |
548 |
their capacity or otherwise unreliable. Setting this variable may solve the |
549 |
problem.<br /> |
550 |
Examples:<br /> |
551 |
\$BBC_NO_DNS = 1;<br /> |
552 |
\$BBC_NO_DNS = "";", |
553 |
|
554 |
"config_BBC_NO_HITS" => |
555 |
"BBClone's default is to show hits in the time stats, because it gives a quite |
556 |
useful Impression from the actual server load. If, however, you prefer to use |
557 |
unique visits as base for your time stats, you can change the way of counting |
558 |
by setting this variable.<br /> |
559 |
Examples:<br /> |
560 |
\$BBC_NO_HITS = 1;<br /> |
561 |
\$BBC_NO_HITS = "";", |
562 |
|
563 |
"config_BBC_IGNORE_IP" => |
564 |
"This option can be used to exclude particular IP addresses or address ranges |
565 |
from counting. In case you want to add several expressions use a comma as |
566 |
separator.<br /> |
567 |
Examples:<br /> |
568 |
\$BBC_IGNORE_IP = "127., 192.168.";<br /> |
569 |
\$BBC_IGNORE_IP = "";", |
570 |
|
571 |
"config_BBC_IGNORE_REFER" => |
572 |
"In case you don't want to have particular referrers from your visitors listed |
573 |
in your ranking or detailed stats, you can specify one or more keywords used |
574 |
for blocking if a referrer matches up against them. If you use more keywords, |
575 |
please use a comma as separator.<br /> |
576 |
Examples:<br /> |
577 |
\$BBC_IGNORE_REFER = "spambot.org, .escort.";<br /> |
578 |
\$BBC_IGNORE_REFER = "";", |
579 |
|
580 |
"config_BBC_IGNORE_BOTS" => |
581 |
"You can use this option to determine the treatment of robots. The default is |
582 |
to ignore them in the top hosts ranking but leave them in the remaining |
583 |
stats. If you don't want to see any robots at all you can set this option to |
584 |
"2", then only human visits will be taken into account.<br /> |
585 |
Examples:<br /> |
586 |
\$BBC_IGNORE_BOTS = 2;<br /> |
587 |
\$BBC_IGNORE_BOTS = 1;<br /> |
588 |
\$BBC_IGNORE_BOTS = "";", |
589 |
|
590 |
"config_BBC_IGNORE_AGENT" => |
591 |
"This option defines how BBClone tells one visitor from another. Default is to |
592 |
use the IP address only, which provides realistic figures in most cases. If, |
593 |
however, your visitors often are hidden behind proxy servers, deactivation of |
594 |
this option could provide more realistic figures, since a new visitor will be |
595 |
assumed by the time the user agent has changed.<br /> |
596 |
Examples:<br /> |
597 |
\$BBC_IGNORE_AGENT = 1;<br /> |
598 |
\$BBC_IGNORE_AGENT = "";", |
599 |
|
600 |
"config_BBC_KILL_STATS" => |
601 |
"Whenever you wish to reset your stats you can activate this switch and have |
602 |
them deleted by the next visit. Don't forget to deactivate it afterwards, else |
603 |
you'll probably experience unusually low traffic ;).<br /> |
604 |
Examples:<br /> |
605 |
\$BBC_KILL_STATS = 1;<br /> |
606 |
\$BBC_KILL_STATS = "";", |
607 |
|
608 |
"config_BBC_PURGE_SINGLE" => |
609 |
"Host and referrer stats can generate a huge amount of data, however mostly |
610 |
caused by one time visitors. By enabling this switch you can purge these |
611 |
entries and considerably shrink access.php in its size without affecting your |
612 |
actual visible host and referrer ranking. The amount of hits will be added to |
613 |
the "not_specified" entries to keep the overall score intact.<br /> |
614 |
Examples:<br /> |
615 |
\$BBC_PURGE_SINGLE = 1;<br /> |
616 |
\$BBC_PURGE_SINGLE = "";", |
617 |
|
618 |
"config_BBC_LOADTIME" => |
619 |
"Generate the page load-time in seconds at bottom of the page.<br /> |
620 |
Examples:<br /> |
621 |
\$BBC_LOADTIME ="";<br /> |
622 |
\$BBC_LOADTIME = 1;", |
623 |
|
624 |
"config_BBC_EXT_LOOKUP" => |
625 |
"This options defines, whether IP addresses are looked up to determine location (country).<br /> |
626 |
These plug-ins are NO part of BBClone, please keep this in mind.<br /> |
627 |
<ul> |
628 |
<li>IP2EXT => Use the old IP2EXT to Look-Up IP addresses</li> |
629 |
<li>GEOIP => Use GeoIP API plug-in</li> |
630 |
<li>GEOIP-mod => Use GeoIP PHP/Perl Module (geoip.so)</li> |
631 |
</ul> |
632 |
Examples:<br /> |
633 |
\$BBC_EXT_LOOKUP ="";<br /> |
634 |
\$BBC_EXT_LOOKUP ="IP2EXT";<br /> |
635 |
\$BBC_EXT_LOOKUP ="GEOIP";<br /> |
636 |
\$BBC_EXT_LOOKUP ="GEOIP-mod";", |
637 |
|
638 |
"config_BBC_CSS_FILE" => |
639 |
"BBClone CSS File Name<br /> |
640 |
Please note; Within this css file you can change the way BBClone looks.<br /> |
641 |
(for example change colors or what text size/fonts are used)<br /> |
642 |
Examples:<br /> |
643 |
\$BBC_CSS_FILE ="bbclone.css";<br /> |
644 |
\$BBC_CSS_FILE ="other.css";", |
645 |
|
646 |
"config_BBC_HITS" => |
647 |
"Include BBClone hits within the Stats<br /> |
648 |
Examples:<br /> |
649 |
\$BBC_HITS =1;<br /> |
650 |
\$BBC_HITS ="";", |
651 |
|
652 |
"config_BBC_USE_ORIGINAL_URI" => |
653 |
"Enable this option when the "Top Visited Pages" URI's are not working due |
654 |
filtering of the URI. This can happen if you use BBClone with some Content |
655 |
Management Systems (CMS) which are using very long (complex) URI naming.<br /> |
656 |
IMPORTED NOTE: This option changes how URI's are recorded, |
657 |
so you may need to reset the stats.<br /> |
658 |
Examples:<br /> |
659 |
\$BBC_USE_ORIGINAL_URI = 1; => No filtering, use original URI<br /> |
660 |
\$BBC_USE_ORIGINAL_URI = ""; => Filter URI (default)", |
661 |
|
662 |
"config_BBC_MAX_PAGENAME" => |
663 |
"The max. number of characters for the page name.<br /> |
664 |
Longer page names will be stript down at the front, leading with "..."<br /> |
665 |
IMPORTED NOTE: This option changes how page names are recorded, |
666 |
so you may need to reset the stats.<br /> |
667 |
Examples:<br /> |
668 |
\$BBC_MAX_PAGENAME = 60; => 60 characters (default)" |
669 |
|
670 |
); |
671 |
?> |