Giter Site home page Giter Site logo

jonnyzcy / aowow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from azerothcore/aowow

0.0 0.0 0.0 157.3 MB

Database viewer AoWoW adapted for AzerothCore

Home Page: https://wowgaming.altervista.org/aowow/

JavaScript 45.37% PHP 51.82% CSS 2.58% Hack 0.23%

aowow's Introduction

logo

Introduction

AoWoW is a Database tool for World of Warcraft v3.3.5 (build 12340) It is based upon the other famous Database tool for WoW, featuring the red smiling rocket. While the first releases can be found as early as 2008, today it is impossible to say who created this project. This is a complete rewrite of the serverside php code and update to the clientside javascripts from 2008 to something 2013ish.

I myself take no credit for the clientside scripting, design and layout that these php-scripts cater to. Also, this project is not meant to be used for commercial puposes of any kind!

Requirements

  • Webserver running PHP ≥ 8.0 including extensions:
    • SimpleXML
    • GD
    • Mysqli
    • mbString
  • MySQL ≥ 5.6
  • Tools require cmake: Please refer to the individual repositories for detailed information

audio processing may require lame or vorbis-tools (which may require libvorbis (which may require libogg))

On Linux (debian-based) you can install the requirements with the following command:

sudo apt install php-gd php-xml php-mbstring

Highly Recommended

  • setting the following configuration values on your AzerothCore server will greatly increase the accuracy of spawn points

    Calculate.Creature.Zone.Area.Data = 1
    Calculate.Gameoject.Zone.Area.Data = 1

Install

1. Acquire the required repositories

git clone https://github.com/azerothcore/aowow.git aowow
git clone https://github.com/Sarjuuk/MPQExtractor.git MPQExtractor

2. Prepare the database

Ensure that the account you are going to use has full access on the database AoWoW is going to occupy and ideally only read access on the world database you are going to reference.
Import setup/db_structure.sql into the AoWoW database mysql -p {your-db-here} < setup/db_structure.sql

Import to your AzerothCore database the table spell_learn_spell, import it from www-aowow/setup/spell_learn_spell.sql.

3. Server created files

See to it, that the web server is able to write the following directories and their children. If they are missing, the setup will create them with appropriate permissions

  • cache/
  • config/
  • static/download/
  • static/widgets/
  • static/js/
  • static/uploads/
  • static/images/wow/
  • datasets/

4. Extract the client archives (MPQs)

Extract the following directories from the client archives into setup/mpqdata/, while maintaining patch order (base mpq -> patch-mpq: 1 -> 9 -> A -> Z). The required paths are scattered across the archives. Overwrite older files if asked to.
.. for every locale you are going to use:

<localeCode>/DBFilesClient/
<localeCode>/Interface/WorldMap/
<localeCode>/Interface/FrameXML/GlobalStrings.lua

.. once is enough (still apply the localeCode though):

<localeCode>/Interface/TalentFrame/
<localeCode>/Interface/Glues/Credits/
<localeCode>/Interface/Icons/
<localeCode>/Interface/Spellbook/
<localeCode>/Interface/PaperDoll/
<localeCode>/Interface/GLUES/CHARACTERCREATE/
<localeCode>/Interface/Pictures
<localeCode>/Interface/PvPRankBadges
<localeCode>/Interface/FlavorImages
<localeCode>/Interface/Calendar/Holidays/
<localeCode>/Sound/

.. optionaly (not used in AoWoW):

<localeCode>/Interface/GLUES/LOADINGSCREENS/

PAY ATTENTION: you have to create a directory in setup/mpqdata/ like enus (LOWERCASE) containing the data listed above.
For example, you can just copy Interface and DBFilesClient directory into setup/mpqdata/enus/ and move Sound into setup/mpqdata/enus.

You can use MPQExtractor to extract the data, once you installed it succesfully you can use this bash script to make extract the data in the right order.

5. Reencode the audio files

WAV-files need to be reencoded as ogg/vorbis and some MP3s may identify themselves as application/octet-stream instead of audio/mpeg.

Note: it will take a long time.

6. Run the initial setup from the CLI

php aowow --setup.

This should guide you through with minimal input required from your end, but will take some time though, especially compiling the zone-images. Use it to familiarize yourself with the other functions this setup has. Yes, I'm dead serious: Go read the code! It will help you understand how to configure AoWoW and keep it in sync with your world database.
When you've created your admin account you are done.

Troubleshooting

Q: The Page appears white, without any styles.
A: The static content is not being displayed. You are either using SSL and AoWoW is unable to detect it or STATIC_HOST is not defined poperly. Either way this can be fixed via config php aowow --siteconfig Probably you need to modify [13] and [18]. For example, if your project is in htdocs/aowow/ (or /var/www/html/aowow), hence you visit it with http://localhost/aowow/, you should put:

  • [10] localhost/aowow
  • [15] localhost/aowow/static

Q: Fatal error: Can't inherit abstract function <functionName> (previously declared abstract in <className>) in <path>
A: You are using cache optimization modules for php, that are in confict with each other. (Zend OPcache, XCache, ..) Disable all but one.

Q: Some generated images appear distorted or have alpha-channel issues.
A: Image compression is beyond my understanding, so i am unable to fix these issues within the blpReader. BUT you can convert the affected blp file into a png file in the same directory, using the provided BLPConverter. AoWoW will priorize png files over blp files.

Q: How can i get the modelviewer to work?
A: You can't anymore. Wowhead switched from Flash to WebGL (as they should) and moved or deleted the old files in the process.

Q: I'm getting random javascript errors!
A: Some server configurations or external services (like Cloudflare) come with modules, that automaticly minify js and css files. Sometimes they break in the process. Disable the module in this case.

Q: Some search results within the profiler act rather strange. How does it work?
A: Whenever you try to view a new character, AoWoW needs to fetch it first. Since the data is structured for the needs of TrinityCore and not for easy viewing, AoWoW needs to save and restructure it locally. To this end, every char request is placed in a queue. While the queue is not empty, a single instance of prQueue is run in the background as not to overwhelm the characters database with requests. This also means, some more exotic search queries can't be run agains the characters database and have to use the incomplete/outdated cached profiles of AoWoW.

Q: Screenshot upload fails, because the file size is too large and/or the subdirectories are visible from the web!
A: That's a web server configuration issue. If you are using Apache you may need to enable the use of .htaccess. Other servers require individual configuration.

Q: An Item, Quest or NPC i added or edited can't be searched. Why?
A: A search is only conducted against the currently used locale. You may have only edited the name field in the base table instead of adding multiple strings into the appropriate *_locale tables. In this case searches in a non-english locale are run against an empty name field.

Q: Failed to connect to database.
A: check your file config in aowow/config/config.php, if everything is correct, check if your password has "#" character contained in the password and replace it with the encoded (URL) character correspondent "%23", do the same for special characters if you still get this error.
If you do not resolve, try to don't use "#" in your password.

Q: I cannot see the Quick Facts, Console error "Markup.js" not found
A: unfortunately sometimes the setup can fail into copy tools/filegen/templates/Markup.js.in into static/js/Markup.js for permissions reason, as this also other js files can miss, check the permissions issue or copy them manually.

Thanks

  • @mix: for providing the php-script to parse .blp and .dbc into usable images and tables
  • @LordJZ: the wrapper-class for DBSimple; the basic idea for the user-class
  • @kliver: basic implementation of screenshot uploads
  • @Sarjuuk: maintainer of the project

Special Thanks

Said website with the red smiling rocket, for providing this beautifull website! Please do not regard this project as blatant rip-off, rather as "We do really liked your presentation, but since time and content progresses, you are sadly no longer supplying the data we need".

uses badges

aowow's People

Contributors

afrom avatar carbenium avatar endalaust avatar helias avatar hellokitty avatar heyitsbench avatar jackpoz avatar kitzunu avatar magnifikator avatar metalaka avatar noisiver avatar opiums9 avatar sarjuuk avatar toshik avatar treeston avatar wodim avatar zackbcom avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.