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
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.
You can install the CMS super easily as you access it.
http://www.iis.net/downloads/microsoft/url-rewrite
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;
}
To develop the "CMS" we recommend to activate the option DEVELOPMENT_ENVIRONMENT
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.
Fixes are submitted as pull requests via Github.
License: GPL 2.0
Read file COPYING
Read file THANKS
Wiki: NOT YET DETERMINED
Documentation: NOT YET DETERMINED
Forums: NOT YET DETERMINED