All Projects → Yekta-Core → FusionCMS

Yekta-Core / FusionCMS

Licence: other
A CMS for World of Warcraft private servers

Programming Languages

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

Projects that are alternatives of or similar to FusionCMS

WoWHead-PHP-Extractors
Compare your database with WoWHead and find missing data
Stars: ✭ 14 (-22.22%)
Mutual labels:  trinitycore, azerothcore, world-of-warcraft
why-I-hate-wow-private-servers
Reasons why most of WoW private servers sucks
Stars: ✭ 55 (+205.56%)
Mutual labels:  trinitycore, azerothcore, world-of-warcraft
Rarity
Collectibles and statistics tracking addon for World of Warcraft: Shadowlands
Stars: ✭ 27 (+50%)
Mutual labels:  blizzard, world-of-warcraft, worldofwarcraft
WoWSimpleRegistration
Simple Registration page for TrinityCore/AzerothCore/AshamaneCore/CMangos
Stars: ✭ 121 (+572.22%)
Mutual labels:  trinitycore, azerothcore, worldofwarcraft
perpus-ci3
Sistem Informasi Perpustakaan Berbasis Website
Stars: ✭ 18 (+0%)
Mutual labels:  codeigniter, codeigniter3
CodeIgniter-phpstorm-plugin
PhpStorm plugin for CodeIgniter development
Stars: ✭ 18 (+0%)
Mutual labels:  codeigniter, codeigniter3
hearthstone-card-images
(Archived, see below) Hearthstone card image repository
Stars: ✭ 63 (+250%)
Mutual labels:  blizzard, world-of-warcraft
online-games-store
Simple e-commerce proejct built with Codeigniter 3
Stars: ✭ 49 (+172.22%)
Mutual labels:  codeigniter, codeigniter3
GoInstaller
GoInstaller is installer for CodeIgniter with user interface (UI).
Stars: ✭ 31 (+72.22%)
Mutual labels:  codeigniter, codeigniter3
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 (+72.22%)
Mutual labels:  blizzard, world-of-warcraft
CodeIgniter-HMVC
CodeIgniter 3.1.10 with Modular Extensions - HMVC and Whoops Error Handling Framework 2.5.0
Stars: ✭ 30 (+66.67%)
Mutual labels:  codeigniter, codeigniter3
ForgeIgniter-CI-3.x
Friendly open source CMS forged on Codeigniter 3
Stars: ✭ 26 (+44.44%)
Mutual labels:  codeigniter, codeigniter3
Ecommerce-CodeIgniter
An ecommerce CMS, very simple to use. Best for online shopping sites
Stars: ✭ 18 (+0%)
Mutual labels:  codeigniter, codeigniter3
Bancha
Bancha is an open-source CMS made by Nicholas Valbusa written in PHP5.3.
Stars: ✭ 76 (+322.22%)
Mutual labels:  codeigniter, cms-framework
codeigniter-tettei-apps
『CodeIgniter徹底入門』のサンプルアプリケーション(CodeIgniter v3.1版)
Stars: ✭ 26 (+44.44%)
Mutual labels:  codeigniter, codeigniter3
tutorial-codeigniter
Tutorial Codeigniter untuk pemula
Stars: ✭ 108 (+500%)
Mutual labels:  codeigniter, codeigniter3
codeigniter3-filename-checker
CodeIgniter3 Filename Checker
Stars: ✭ 21 (+16.67%)
Mutual labels:  codeigniter, codeigniter3
codeigniter-monolog-plus
codeigniter monolog plus
Stars: ✭ 13 (-27.78%)
Mutual labels:  codeigniter, codeigniter3
tc-client-launcher
World of Warcraft client launcher with autologin feature for TrinityCore based servers
Stars: ✭ 20 (+11.11%)
Mutual labels:  trinitycore, world-of-warcraft
BlizzCMS
BlizzCMS website World of Warcraft Multi Expansion
Stars: ✭ 36 (+100%)
Mutual labels:  trinitycore, azerothcore

Welcome to Fusion CMS

FusionCMS is officially discontinued, so we decided to open source our work here.

Requirements

PHP Version >= 5.6

Php Extensions : php_mysqli, php_curl, php_openssl, php_soap, php_gd, php_mbstring, php_json, php_mcrypt

Apache Modules : mod_rewrite, mod_headers, mod_expires, mod_deflate

Install

An installation walkthrough is available here

Reporting issues

Issues can be reported via the Github issue tracker.

Please take the time to review existing issues before submitting your own to prevent duplicates.

Tutorials

Facebook news API

If you intend to sync your facebook posts with the news system, For more details see Facebook for Developers.

Get the app ID and the app secret.

To Get the access code of facebook for your page do this:

  1. Go to http://www.facebook.com/developers/
  2. Allow access.
  3. Go to the application it says.
  4. Click on create new app.
  5. Fill in App Name, App Namespace and if you need the hosting or not (you dont need that actually :P)
  6. After that you go to a page with the App Id and the App Secret.

Get the Feed (NEWS) https://graph.facebook.com/PAGE_ID/feed?access_token=ACCESS_TOKEN

Get the access token https://graph.facebook.com/oauth/access_token?grant_type=client_credentials&client_id=CLIENT_ID&client_secret=CLIENT_SECRET

How to find icon names

If you intend to use custom queries in the store, you might want to find a nice icon.

First find an item that has the icon you want to use, then add &xml to the end of the URL. For instance: http://www.wowhead.com/item=40343&xml Then look for the line that says:

<icon displayId="54560">INV_Sword_104</icon>

"inv_sword_104" is the icon name, it has to be in lowercase!

Notice

In case you use custom staff ranks, you will need to manually enter those after the installation, either via the database or through the admin panel.

Thanks again for supporting our work, we wish you a pleasant website experience while using our system!

Best regards,

The FusionCMS Team

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].