All Projects → WoW-CMS → BlizzCMS

WoW-CMS / BlizzCMS

Licence: MIT License
BlizzCMS is an Open Source CMS for World of Warcraft emulators. Developed from Codeigniter 3, with a lot of love and effort. Not for profit.

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to BlizzCMS

Rarity
Collectibles and statistics tracking addon for World of Warcraft: Shadowlands
Stars: ✭ 27 (-18.18%)
Mutual labels:  world-of-warcraft, worldofwarcraft
FusionCMS
A CMS for World of Warcraft private servers
Stars: ✭ 18 (-45.45%)
Mutual labels:  world-of-warcraft, worldofwarcraft
wowspreadsheet
World of Warcraft character tracking spreadsheet for Google Docs
Stars: ✭ 37 (+12.12%)
Mutual labels:  worldofwarcraft
Total-RP-3
The best roleplaying add-on for World of Warcraft.
Stars: ✭ 25 (-24.24%)
Mutual labels:  world-of-warcraft
LittleWigs
Boss warnings for 5-man dungeons & scenarios.
Stars: ✭ 53 (+60.61%)
Mutual labels:  world-of-warcraft
BadRotations CN
这个插件是在尽量不动badrotations的情况下进行汉化,支持9.x,有兴趣star一下吧
Stars: ✭ 13 (-60.61%)
Mutual labels:  world-of-warcraft
ElvUI-5.4.8
ElvUI for World of Warcraft - Mists of Pandaria (5.4.8)
Stars: ✭ 20 (-39.39%)
Mutual labels:  world-of-warcraft
wowned
Authentication bypass for outdated WoW emulation authentication servers
Stars: ✭ 32 (-3.03%)
Mutual labels:  world-of-warcraft
prat-3-0
Prat-3.0 is a chat enhancement addon for world of warcraft
Stars: ✭ 21 (-36.36%)
Mutual labels:  world-of-warcraft
vscode-wow-api
WoW extension for VSCode
Stars: ✭ 40 (+21.21%)
Mutual labels:  world-of-warcraft
SpartanUI
SpartanUI
Stars: ✭ 28 (-15.15%)
Mutual labels:  world-of-warcraft
Grid
World of Warcraft addon — Compact and highly configurable party/raid unit frames. Continued as Plexus by Doadin: https://github.com/doadin/Plexus
Stars: ✭ 13 (-60.61%)
Mutual labels:  world-of-warcraft
myslot
Myslot for World of Warcraft
Stars: ✭ 26 (-21.21%)
Mutual labels:  world-of-warcraft
WoWHead-PHP-Extractors
Compare your database with WoWHead and find missing data
Stars: ✭ 14 (-57.58%)
Mutual labels:  world-of-warcraft
hearthstone-card-images
(Archived, see below) Hearthstone card image repository
Stars: ✭ 63 (+90.91%)
Mutual labels:  world-of-warcraft
RaidBrowser
Bringing LFR to Wrath of the Lich King
Stars: ✭ 19 (-42.42%)
Mutual labels:  world-of-warcraft
ls Toasts
Development repository of ls: Toasts
Stars: ✭ 20 (-39.39%)
Mutual labels:  world-of-warcraft
why-I-hate-wow-private-servers
Reasons why most of WoW private servers sucks
Stars: ✭ 55 (+66.67%)
Mutual labels:  world-of-warcraft
discord-wow-armory-bot
⚔️🗡️ World of Warcraft bot for Discord which checks a characters item level, notable achievements and pve/pvp progression and posts it in the chat.
Stars: ✭ 31 (-6.06%)
Mutual labels:  world-of-warcraft
Capping
Battleground timers and other PvP features.
Stars: ✭ 18 (-45.45%)
Mutual labels:  world-of-warcraft

BlizzCMS Plus

Project Status Project Version PHP Composer Master Discord

blizzcms_plus

BlizzCMS plus, is the improved version of BlizzCMS v1 (which is an abandoned project). It is currently developed by the WOW-CMS community, and by independent contributors who make improvements to the code on a voluntary basis. It is currently Open Source, so everyone can study and improve the code, and it would be interesting that if you make improvements to it, you can share them with the community through a pull request.

Useful Links

Modules

  • admin
  • bugtracker
  • changelogs
  • donate
  • download
  • forum
  • home
  • mod
  • news
  • online
  • page
  • pvp
  • store
  • update
  • user
  • vote

Although some of them are still under constant development and maintenance/improvements. This ensures that we are always trying to improve the code that is currently developed or that can be incorporated.

Requirements

PHP

  • 7.1 or newer is recommended (Version 8.x is currently not supported.)

Apache Modules

PHP Extensions

Some configurations

In linux (Apache Modules)

You can use the following command to enable the apache extensions mentioned above.

a2enmod headers
a2enmod rewrite
a2enmod expires

Edit Sites Available

/etc/apache2/sites-available/000-default.conf

For the mod_rewrite to work correctly and generate friendly URLs, it is necessary to have permissions on the directory where the CMS is located, commonly, located in /var/www/html.

<Directory "/var/www/html">
    AllowOverride All
</Directory>

Restarting the service

/etc/init.d/apache2 restart

Docker Alternative

git clone https://github.com/WoW-CMS/BlizzCMS.git
cd BlizzCMS
docker-compose build
docker-compose up -d

Active Developers

Inactive Developers

  • @vipo - Back-End Developer

Copyright

Copyright © 2017+ WoW-CMS.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].