Coder Social home page Coder Social logo

hamedgn / flamecms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from flamenet/flamecms

0.0 1.0 0.0 58.51 MB

FlameCMS is a free template with working PHP OOP code. Easy 2 Setup & Friendly to use! With a Forum for World of Warcraft Private Servers. It's a Content Management System for all your needs with incredible support!(3.3.5a, 6.x.x )

Home Page: http://flamenet.github.io/FlameCMS

License: GNU General Public License v2.0

ApacheConf 0.01% PHP 5.09% Makefile 0.01% HTML 46.47% Ruby 0.01% JavaScript 32.09% CSS 16.09% CoffeeScript 0.04% Shell 0.07% ActionScript 0.12%

flamecms's Introduction

logo FlameNET

Coverity Scan Build Status Bountysource

Introduction

FlameCMS is a MMORPG Framework based in PHP & HTML.

It is a newly made from scratch Content Management System so that the members can register and manage their accounts and so that they Administrator can administer his Site with ease. It is based on the code of the previous project with extensive changes over time to optimize, improve and cleanup the codebase at the same time as improving the CMS mechanics and functionality.

It is completely open source; community involvement is highly encouraged.

If you wish to contribute ideas or code please visit our site linked below or make pull requests to our Github repository.

For further information on the FlameCMS project, please visit our project website at FlameCMS.

Requirements

  • Platform: Linux, Windows (Have not tested on MAC)
  • Processor with SSE2 support
  • PHP ≥ 5.5.1
  • MySQL ≥ 5.1.0
  • Apache HTTP server

Install

You can install the CMS super easily as you access it. Remember to delete the "install" folder after installing everything successfully. ###if you are having trouble with the admin account, try the install_test (3.3.5a only) it creates the admin account too.

* IIS 8.0:

http://www.iis.net/downloads/microsoft/url-rewrite

* NGINX:

http://winginx.com/en/htaccess

example

# nginx configuration
error_page 404 http://localhost/404;
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /$1.php break;
}
}
location /blog {
rewrite ^/blog/(.+)/(.+)$ /article.php?id=$1&title=$2;
}

Developers CMS

To develop the "CMS" we recommend to activate the option DEVELOPMENT_ENVIRONMENT

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.

In addition, thoroughly read through the issue tracker guide to ensure your report contains the required information. Incorrect or poorly formed reports are wasteful and are subject to deletion.

Submitting fixes

Fixes are submitted as pull requests via Github.

Copyright

License: GPL 2.0

Read file COPYING

Authors & Contributors

Read file THANKS

Links

Site

Wiki: NOT YET DETERMINED

Documentation: NOT YET DETERMINED

Forums: NOT YET DETERMINED

flamecms's People

Contributors

failzord avatar oneluiz avatar ripchaos avatar t-1on avatar thelodin avatar

Watchers

 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.