Skip to content

Ravie/mangos_aowow

Repository files navigation

========== AoWoW README ==========

AoWoW is CMaNGOS database web interface written in PHP.
AoWoW supports World of Warcraft 3.3.5a version.

---------- 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 ----------

 - You can find resources and database with deDE, frFR and ruRU locales:
	- dropbox.com/sh/43mgzfthln4zqc2/AADjm-hQQmUlOoGMMw5rD0LWa
	- yadi.sk/d/c52rJ9jZK9uPN
	- drive.google.com/folderview?id=0B6BtWKlDsQyiQ3BHazhOellNV0E&usp=sharing
 - 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:
    * comments.sql (comments tables) -- tools/sql.
    * instances.sql (some instances data) -- tools/sql.
    * faction.sql (data from wowwiki.com) -- tools/sql.
    * news.sql (news tables) -- tools/sql.
    * indexes.sql (DB indexes) -- tools/sql.

---------- 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.