Skip to content

CI implementation of multi language and multi-WOW-server FlameCMS (the website is the testing and personal coding platform)

License

Notifications You must be signed in to change notification settings

FlameNET/FlameCms-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATTENTION | WARNING

ON THE INIT OF THE Repo

IT WONT WORK YET

THANKS FOR YOUR PACIENCE

ADOMASALCORE3
website removed due freenom not checking the domains as it should

------------------------

BE Aware of the following:

------------------------

Only for security sake.

if someone succeeds to delete or change the security file (the file with encription keys and security keys paths) the system will automaticly delete the files. and database of the cms. please make regular backups cause you may have to start all over again if you don't

------------------------

logo FlameNET

Coverity Scan Build Status Bountysource Stories in Ready

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.5.0
  • Apache HTTP server

Install

You can install the CMS super easily as you access it.

* 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

About

CI implementation of multi language and multi-WOW-server FlameCMS (the website is the testing and personal coding platform)

Resources

License

Stars

Watchers

Forks

Packages

No packages published