https://github.com/wolfiestyle/dbc_browser
quick and dirty web DBC browser for WoW spell data
https://github.com/wolfiestyle/dbc_browser
Last synced: 4 months ago
JSON representation
quick and dirty web DBC browser for WoW spell data
- Host: GitHub
- URL: https://github.com/wolfiestyle/dbc_browser
- Owner: wolfiestyle
- Created: 2010-10-17T20:14:18.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-07-08T20:00:59.000Z (almost 15 years ago)
- Last Synced: 2023-03-11T09:43:05.127Z (over 3 years ago)
- Language: C
- Homepage:
- Size: 10.1 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
dbc_browser is a WoW DBC reader written in php.
All data is read from SQL tables. A dump of some dbc files is needed
(provided) and a MaNGOS world database, that can be obtained from:
http://svn2.assembla.com/svn/ytdbase/
Install instructions:
- copy/symlink the src directory into your web root
- create a new database and run the dump file 'sql/dbc_335.sql'
- install the world database (if you don't have one)
- edit the 'config.php' file to match your database settings
To avoid tracking changes done to the config file, use the following:
$ git update-index --assume-unchanged src/config.php