MarkusNemesis/vanillawowdb
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
========== AoWoW README ========== AoWoW is MaNGOS database web interface written in PHP. This version of AoWoW supports World of Warcraft 1.12.1 version. Adapted initially by Shadowcrank of the Elysium vanilla WoW community. ---------- Information ---------- - Database Interface: DBSimple <http://dklab.ru/lib/DbSimple/> - Template Engine: Smarty <http://www.smarty.net/> ---------- Requirements ---------- - PHP, version 4.2.0 or higher. 5.X.X is welcome. - MySQL, version 4.X.X or higher. 5.X.X is welcome. ---------- How To Install ---------- - Download AoWoW: $ git clone git@github.com:MarkusNemesis/vanillawowdb aowow - Configure AoWoW by editing configs/config.php.in file. - Rename configs/config.php.in to configs/config.php. - Execute the following sql files into your database: * vanillawowdb.sql (Contains AoWoW and world tables) * indexes.sql (DB indexes, in case they were not already created) * RealmD.sql (import into realmd schema for accounts login/commenting) ---------- Attention! ---------- - This website requires full access to the cache folder: $ chmod -R 777 ./cache/ - Everything created here is done under GPL. You can modify files or take program code or create project branches under GPL.