1 | <?php |
---|
2 | /* |
---|
3 | Plugin Name: Whois online |
---|
4 | ** History ** |
---|
5 | 2010-05-16 2.1.a |
---|
6 | New: Piwigo 2.1 support |
---|
7 | Fix: Flags could be based on Languages if api calls are forbidden by a provider. |
---|
8 | |
---|
9 | 2010-04-24 2.0.n |
---|
10 | Fix: Flags are coming back |
---|
11 | |
---|
12 | 2010-04-24 2.0.m |
---|
13 | Fix: IE8 User agent could be too long |
---|
14 | Fix: Failure on localisation (a French internet provider blocks external get_files) |
---|
15 | Fix: Loss of previous collected data |
---|
16 | 2010-04-18 2.0.l |
---|
17 | "Undefined index: Code" is removed |
---|
18 | 2010-04-11 2.0.k |
---|
19 | MySQL 4.1 support |
---|
20 | Alternate reading solutions: file_get_contents / fsockopen / curl |
---|
21 | Replace of deprecated functions as of PHP 5.3.0 |
---|
22 | 2009-07-28 2.0.j |
---|
23 | Minor changes in Config management |
---|
24 | Additionnal flags (Ireland, Armenia, Estonia, Kazakhstan, Belarus, Andorra, |
---|
25 | Turkey, Albania, Bosnia and Herzegovina, Azerbaijan, Iceland, European Union, |
---|
26 | Israel, Morocco, New Caledonia and some other revised) |
---|
27 | Search Engine trapping |
---|
28 | 2009-05-20 2.0.i |
---|
29 | Bug resolution. |
---|
30 | Icons removed due to tablesorter constraints. |
---|
31 | Active link style on active filter. |
---|
32 | Additionnal flags (Luxemburg, Austria, Malta, and some other revised) |
---|
33 | 2009-05-19 2.0.h |
---|
34 | Additional links to profile and permissions corrective path with filtering. |
---|
35 | Minor optimizations. |
---|
36 | Additionnal flags (Egypt, Indonesia, Malaysia) |
---|
37 | 2009-05-17 2.0.g |
---|
38 | htmlspecialchars for Countries (Some City have quoted names) |
---|
39 | Keep Previous config. |
---|
40 | Additional links to profile and permissions |
---|
41 | Additionnal flags |
---|
42 | 2009-05-12 2.0.e and 2.0.f |
---|
43 | IPV4 Localisation |
---|
44 | Monitoring Permanence/Temporary user lists |
---|
45 | Reporting of User accesses |
---|
46 | Most connected |
---|
47 | And more... |
---|
48 | 2009-04-14 2.0.d |
---|
49 | Icon on History can be removed |
---|
50 | Appropriate titles for both links |
---|
51 | 2009-04-14 2.0.c |
---|
52 | Default display on admin pages even if not displayed on other pages |
---|
53 | Bug on History Search page |
---|
54 | Appropriate titles for both links on each first access (later "Random picture") |
---|
55 | 2009-04-13 2.0.b |
---|
56 | Corrective of &review and &others |
---|
57 | Automatic upgrade |
---|
58 | */ |
---|
59 | ?> |
---|