# dbc_browser **Repository Path**: dazhong0769/dbc_browser ## Basic Information - **Project Name**: dbc_browser - **Description**: quick and dirty web DBC browser for WoW spell data - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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