No description
Find a file
Sarjuuk 1ced59c113 - decoupled filter from type-classes, this is required for items.php to be
groupable
- force profile.lastupdated to new Date; trial and aerror on
  raid-progress; remove 'profile=summary' from generated pages (is generated by
  jscript)
- fixed some misc errors
2014-03-19 23:13:55 +01:00
cache initial commit 2012-12-19 00:53:36 +01:00
config moved config to databse (except databse credentials of course) 2014-03-19 00:15:58 +01:00
datasets fixups required for successfull setup 2014-03-15 01:05:52 +01:00
includes - decoupled filter from type-classes, this is required for items.php to be 2014-03-19 23:13:55 +01:00
localization fixed key-conflict in locales 2014-03-19 19:13:54 +01:00
pages - decoupled filter from type-classes, this is required for items.php to be 2014-03-19 23:13:55 +01:00
power moving template around 2014-03-16 01:29:29 +01:00
setup moved config to databse (except databse credentials of course) 2014-03-19 00:15:58 +01:00
static - decoupled filter from type-classes, this is required for items.php to be 2014-03-19 23:13:55 +01:00
template - decoupled filter from type-classes, this is required for items.php to be 2014-03-19 23:13:55 +01:00
.gitignore moved config to databse (except databse credentials of course) 2014-03-19 00:15:58 +01:00
.htaccess - work agains items + some random fixes .. use own item-table 2013-09-22 18:20:47 +02:00
data.php moved config to databse (except databse credentials of course) 2014-03-19 00:15:58 +01:00
index.php moved config to databse (except databse credentials of course) 2014-03-19 00:15:58 +01:00
README initial commit 2012-12-19 00:53:36 +01:00
search.php - decoupled filter from type-classes, this is required for items.php to be 2014-03-19 23:13:55 +01:00

TrinityCore database World of Warcraft 3.3.5 (build 12340)

I myself take no credit for the clientside scripting, design and layout that these php-scripts cater to!
This project is not meant to be used for commercial puposes of any kind!


BASIC PREMISE:


1) The current implementation is a mess, at least in part being droped and picked up again by a dozen people over several years, without coordination.
- heap of functions
- files cross-including each other
- global variables in most functions, some even being written
- naming conventions...
- localization through Smarty AND per variable
- incomprehensible russian comments and page-texts

solution:
Me, being the next in line to pick this project up and create an even bigger mess! (hopefully not)


2) The idea of a _real_ live-database will not work:
- page build times for up to 30sec masked by caching are inacceptable
- some listviews require rediculous joins to get their required data

solution:
The database has to be designed specific to the needs of aowow. Possibly create tables with custom data to JOIN-ammend on world-tables (read: sub-sub-classes of items)
There should be a script to regenerate the tables depending on what data changes.
Idealy a setup-script would be present, or at least a sql-dump .. or at the very least a manual, where to get the data from.


3) Misc:
- remove template choices .. honestly who would use something else than the current Javascripts
- expand functionality: ItemComparison, filters, profiler, ect are completely missing
- some sort of documentation .. well ... at least to keep this in mind


THANKS:
mix: for providing the php-script to parse .blp and .dbc into usable images and tables; also the zones-pages his work
LordJZ: the wrapper-class for DBSimple; the basic idea for the user-class
kliver: basic implementation of screenshot uploads

SPECIAL THANKS:
Wowhead: For providing this beautifull website!
    Please do not reagard this project as blatant rip-off, rather as "We do really like your presentation, but sadly you're no longer supplying the data we need".