1 |
joku |
213 |
/* This file is part of BBClone (A PHP based Web Counter on Steroids) |
2 |
|
|
* |
3 |
|
|
* SVN FILE $Id$ |
4 |
|
|
* |
5 |
joku |
394 |
* Copyright (C) 2001-2021, the BBClone Team (see doc/authors.txt for details) |
6 |
joku |
213 |
* |
7 |
|
|
* This program is free software: you can redistribute it and/or modify |
8 |
|
|
* it under the terms of the GNU General Public License as published by |
9 |
|
|
* the Free Software Foundation, either version 3 of the License, or |
10 |
|
|
* (at your option) any later version. |
11 |
|
|
* |
12 |
|
|
* This program is distributed in the hope that it will be useful, |
13 |
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
14 |
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
15 |
|
|
* GNU General Public License for more details. |
16 |
|
|
* |
17 |
|
|
* See doc/copying.txt for details |
18 |
|
|
*/ |
19 |
|
|
|
20 |
thijs |
398 |
0.8.0 |
21 |
|
|
* Update: Fixes for php 8.X from Thijs |
22 |
|
|
|
23 |
joku |
393 |
0.7.0 |
24 |
joku |
387 |
* Update: Fixes for php 7.X from Steve |
25 |
|
|
|
26 |
matthys |
359 |
0.6.4 |
27 |
|
|
----- |
28 |
|
|
* Update: Now detects Windows 10 correctly. |
29 |
matthys |
360 |
* Update: Languages where possible. |
30 |
|
|
* Update: Added new domains as there where some new additions. |
31 |
matthys |
359 |
* Update: New detections for Browsers, OS and Robots. With thanks to all forum users who submitted updates. |
32 |
|
|
|
33 |
joku |
311 |
0.6.3 |
34 |
|
|
----- |
35 |
matthys |
314 |
* NEW: You can now sellect if you want to use stripped-down or the original uri with the option $BBC_USE_ORIGINAL_URI |
36 |
joku |
311 |
* NEW: The max. characters for the page name is now more flexable with the option $BBC_MAX_PAGENAME |
37 |
|
|
* Update: Added new domains as there where some new additions. |
38 |
|
|
* Update: New detections for Browsers, OS and Robots. With thanks to all forum users who submitted updates. |
39 |
|
|
|
40 |
joku |
213 |
0.6.2 |
41 |
|
|
----- |
42 |
matthys |
359 |
* NEW: GeoIP PHP/Perl Module plugin added. |
43 |
|
|
* Update: Corrected Top Origin for Global Stats. |
44 |
|
|
* Update: Improved Top Hosts for Global Stats. |
45 |
|
|
* Update: Languages where possible (now including template for new languages). |
46 |
joku |
213 |
* Update: Added new domains as there where some new additions. |
47 |
|
|
* Update: New detections for Browsers, OS and Robots. With thanks to all forum users who submitted updates. |
48 |
|
|
|
49 |
|
|
0.6.1 |
50 |
|
|
----- |
51 |
matthys |
359 |
* Change: Language code changed to utf-8. |
52 |
|
|
* Update: GeoIP detection for IPv6 and IPv4. |
53 |
joku |
213 |
* Update: Added new domains as there where some new additions. |
54 |
|
|
* Update: New detections for Browsers, OS and Robots. With thanks to all forum users who submitted updates. |
55 |
|
|
|
56 |
|
|
0.6.0 |
57 |
|
|
----- |
58 |
|
|
* NEW: Moved extension/country look-up into plug-in mechanism. |
59 |
|
|
* NEW: Over-right feature for version detections (use text:<version>). |
60 |
|
|
* NEW: Now load-time can be displayed (configurable) on the bottom of each page. |
61 |
|
|
* NEW: Moved layout to CSS, meaning some configuration parts (like font sizes etc.) are now moved into CCS. |
62 |
|
|
* Change: Selected statistics page is now highlighted in navigation menu. |
63 |
|
|
* Change: The "who is" option, now configurable and from detailed view for IP numbers only. |
64 |
|
|
* Update: Upgrade from GPL version 2 to version 3 for better protection. |
65 |
|
|
* Update: Time-format is now translated and not system specific (especially within time-stats). |
66 |
|
|
* Update: Title bar is now more flexible, by default a fixed language specific text. |
67 |
|
|
* Update: New detections for Browsers, OS and Robots. With thanks to all forum users who submitted updates. |
68 |
joku |
387 |
* Update: Added new domains as there where some new additions (.asia .cat .pro .tel etc). |