Skip to content

BACKUPLIB/dbc_browser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

quick and dirty web DBC browser for WoW spell data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 70.9%
  • PHP 19.5%
  • Objective-C 5.4%
  • C 2.8%
  • Perl 0.8%
  • HTML 0.3%
  • Other 0.3%