Skip to content

al3xc1985/w1x-dbwebpage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VanillaWoWDB2

========== 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 Lights Hope (Formerly Elysium) vanilla WoW community.

---------- Information ----------

---------- Requirements ----------

  • PHP, version 4.2.0 or higher. 7.X.X is welcome.
    • php-SimpleXML
    • php-GD
    • php-Mysqli
    • php-mbString
  • MySQL, version 4.X.X or higher. 5.X.X is welcome.

---------- How To Install (Ubuntu Linux 17.10) ----------

  • Download AoWoW: $ git clone https://github.com/MarkusNemesis/VanillaWoWDB2.git aowow
  • Configure AoWoW by editing configs/config.php.in file.
  • Rename configs/config.php.in to configs/config.php.
  • Fetch the world.db file from the following repository: https://github.com/brotalnia/database
  • Execute the world.db sql into your aowow database.
  • Execute the following sql files into your aowow database (from tools/sql/aowow/):
    • aowow.sql
    • aowow_zones.sql
    • faction.sql
    • news.sql (feel free to modify this one first to reflect your changes)
    • indexes.sql (DB indexes, in case they were not already created)
  • Execute the following into your realmd database (from tools/sql/realmd/)
    • 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.

About

Version 2 of Vanillawowdb.com codebase

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 44.7%
  • JavaScript 35.2%
  • Smarty 6.9%
  • PLpgSQL 5.0%
  • CSS 4.4%
  • SQLPL 3.8%