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