1 | ------------------------------------------- |
---|
2 | Eve Development Network Killboard v2.0.10 |
---|
3 | ------------------------------------------- |
---|
4 | |
---|
5 | |
---|
6 | VERSION HISTORY |
---|
7 | v2.0.10 (svn r488) |
---|
8 | Date function works in php4 |
---|
9 | ------------------------------------------- |
---|
10 | v2.0.9 (svn r486) |
---|
11 | Year end date handling fixed. |
---|
12 | missing rank mod images returned. |
---|
13 | Dominion parser and db |
---|
14 | ------------------------------------------- |
---|
15 | v2.0.8 (svn r479) |
---|
16 | Board updated with Dominion installation DB and IGB pages changed. |
---|
17 | PHP4 compatibility improved |
---|
18 | Rank mod no longer gives EWAR award for missile use. |
---|
19 | ------------------------------------------- |
---|
20 | v2.0.7 (svn r476) |
---|
21 | PHP4 compatibility improved |
---|
22 | Install speed increased |
---|
23 | EFT fittings show subsystems |
---|
24 | session handling improved |
---|
25 | corrected ship class filtering |
---|
26 | pilot's corp reset correctly |
---|
27 | eve-dev references changed to eve-id |
---|
28 | ------------------------------------------- |
---|
29 | v2.0.6 (svn r459) |
---|
30 | Security fixes |
---|
31 | Updated parser |
---|
32 | Improved handling of large cache directories |
---|
33 | cache clearing script included |
---|
34 | ------------------------------------------- |
---|
35 | v2.0.3 (svn 445) |
---|
36 | - various bufixes |
---|
37 | - PHP4 support |
---|
38 | ------------------------------------------- |
---|
39 | v2.0.1 (svn 435) |
---|
40 | - first release of EDK v2 |
---|
41 | ------------------------------------------- |
---|
42 | v2.0.0 RC1 (svn 370) |
---|
43 | - Incorporates changes and additional mods from Alvar's EDK Full Package v150.13Apoc.33.2622.0 |
---|
44 | - Database structure changed |
---|
45 | - SQL queries optimised for speed and error protection. |
---|
46 | - feed syndication optimised |
---|
47 | - front page includes optional clock and optional kill/loss display |
---|
48 | - mysqli support added |
---|
49 | - transaction protection of kills added where supported |
---|
50 | - summary tables and contracts show total destroyed value instead of ship value |
---|
51 | - html errors reduced |
---|
52 | - related kill calculation improved |
---|
53 | - query caching errors reduced |
---|
54 | - minor bugfixes |
---|
55 | - Smarty 2.6.25 added |
---|
56 | - apoc fitting mod added and modified |
---|
57 | - code optimisations |
---|
58 | - comments added (doxygen format) |
---|
59 | - conflicting mods are now identified |
---|
60 | |
---|
61 | // Alvar Package VERSION HISTORY |
---|
62 | ------------------------------------------- |
---|
63 | v150.10Apoc.29.2622.0 - Initial Release |
---|
64 | - This was the basic build as above but only for the QR information. |
---|
65 | - Included updated Smarty to 2.6.2.2 |
---|
66 | |
---|
67 | v150.11Apoc.30.2622.0 - Updates for Apocrypha |
---|
68 | - Updated the API to 3.0 |
---|
69 | - Added the Corp Logo mod |
---|
70 | - Added the Apoc dB dump 1.1 from FriedRoadKill |
---|
71 | |
---|
72 | v150.11Apoc.30.2622.1 - Updates for Missing files |
---|
73 | - Added missing files for core mod: rank mod |
---|
74 | - Added the missing parser files for the latest version |
---|
75 | - class.registry.php included to fix borking api |
---|
76 | |
---|
77 | v150.12Apoc.32.2622.0 - Updates for |
---|
78 | - Update to API to 3.2 |
---|
79 | - Added the Apoc dB dump 1.2 from FriedRoadKill |
---|
80 | - Updated the Version nomenclature. |
---|
81 | |
---|
82 | v150.13Apoc.33.2622.0 - Updates for |
---|
83 | - Update API to 3.3 |
---|
84 | - Updated the Apoc dB dump 1.3 from FRK |
---|
85 | - Added the Apoc Fitting screen 1.3 by btcentral |
---|
86 | - Removed the "Non Installed Mods" folder |
---|
87 | - Removed the "Alvar" style |
---|
88 | |
---|
89 | |
---|
90 | |
---|
91 | // VERSION NOMENCLATURE |
---|
92 | ------------------------------------------- |
---|
93 | [Base Ver].[dB Ver].[API Ver].[Smarty Ver].[Change Release TB] |
---|
94 | v150.12Apoc.32.2622.0 is |
---|
95 | - Base 1.5.0 |
---|
96 | - Database 1.2 for Apocrypha |
---|
97 | - API module is to 3.2 |
---|
98 | - Smarty 2.6.2.2 |
---|
99 | - Change release for undetailed fixes (missing class files etc) |
---|
100 | |
---|
101 | |
---|
102 | |
---|
103 | // BUILT FROM 1.4 CORE v368 |
---|
104 | ------------------------------------------- |
---|
105 | |
---|
106 | |
---|
107 | // MODS INCLUDED IN THIS PACKAGE |
---|
108 | ------------------------------------------- |
---|
109 | API v3.3 ....................... Capt Thunk |
---|
110 | Corp Logo Generator ............ Capt Thunk |
---|
111 | Mail Editor 0.9.1 ........... FriedRoadKill |
---|
112 | Extended Fitting Mod .......... Unknown ATM |
---|
113 | Apoc Fitting Mod................. btcentral |
---|
114 | |
---|
115 | |
---|
116 | // SUPPORT |
---|
117 | ------------------------------------------- |
---|
118 | Web: http://eve-id.net/forum/ |
---|
119 | |
---|
120 | Check out the EVE-Development Network for |
---|
121 | general support, bugfixes and new versions |
---|
122 | at http://www.eve-id.net |
---|
123 | |
---|
124 | Developers wanted! |
---|
125 | If you'd like to contribute to further version |
---|
126 | of this killboard, sign up for the EVE-Dev forums! |
---|
127 | |
---|
128 | // REQUIREMENTS |
---|
129 | ------------------------------------------- |
---|
130 | - Webserver (apache) |
---|
131 | - PHP 4.0.9+ |
---|
132 | - Mysql 4.10.+ |
---|
133 | - GD 2 or higher |
---|
134 | |
---|
135 | |
---|
136 | // SETUP |
---|
137 | ------------------------------------------- |
---|
138 | - Upload the whole package to a webhost** |
---|
139 | - Point your webbrowser to /install inside the |
---|
140 | EDK-Directory |
---|
141 | - Follow the instructions |
---|
142 | - Don't forget to delete the install folder after |
---|
143 | installation or restrict the access to it! |
---|
144 | - Have fun ;) |
---|
145 | |
---|
146 | o/ EVE Development Network |
---|
147 | |
---|
148 | |
---|
149 | ** Alvar recommends the use of FileZilla (free) to |
---|
150 | upload the files, as it has a built in easy to use |
---|
151 | error log, that allows you to upload files if they |
---|
152 | time out or error on the upload due to server |
---|
153 | settings. |
---|
154 | |
---|