Find PHP Nanomus in others languages

whats is
Nanomus

A small CMS without database Create your own website type portfolio, with Nanomus is a fast and secure flatfile web solution without MySQL database and without cookie for bests performances.

How to replace the default template

Create your own CSS file, upload it in templates folder.
You can also edit or create your own template PHP File ( kernel/template.php )
Edit the index.php, and edit the line 23, replace the define 'STYLE' by the new CSS template

How to install the Wysiwyg FCKeditor

Download the original FCKeditor and upload it on the root ( must be FCkeditor folder )
Open the index.php file, and edit the line 24, replace the define 'WYSIWYG' by fckeditor

How to rename the datas folder

For security reason, you can rename the datas folder by your software FTP ( filezilla ).
Open the index.php file, and edit the line 26, replace the define 'DATAS' by newfolder/
This new folder must be writable !

How to replace the prefix file

For security reason, you can rename the prefix file.
Open the index.php file, and edit the line 27, replace the define 'PREFIX_DATAS' by newprefix
Warning, all the older files are losed !! you can make it only for a new project.

How to replace the UTF-8 Charset

Open the index.php file, and edit the line 28, replace the define '_CHARSET' by newcharset
For example : iso-8859-1 but UTF-8 is better :)

How to replace the 1.0 Strict Doctype

Really, you want replace it :) ok !
Open the index.php file, and edit the line 29, replace the define '_DOCTYPE' by newdoctype
But it's not the better idea :)

How to rename the Nanomus index.php file

Yes it's possible !
Rename the index.php file ( for example nanomus.php ) and
open the index.php file, and edit the line 25, replace the define 'INDEX' by nanomus

How to edit the CHMODs files

Open the index.php file, and edit the line 33, replace the define 'Chmods_datas' by the new chmods
Example 0644, 0755, 0777


How to modify the session time

Open the index.php file, and edit the line 34, replace the define 'EXPIRE_SESSIONS' by the time
By default 30 minuts

How to block somes IPs

Open the index.php file, and edit the line 48, add IPs here.
Example array('10.0.01', '10.0.02', '10.0.0.3');


How to limit access to Nanomus by IP(s)

Open the index.php file, and edit the line 49, add IPs here.
Example array('10.0.01', '10.0.02', '10.0.0.3');
Only this IP(s) have an access to nanomus

How to edit the header for the blacklist IPs

Open the index.php file, and edit the line 42,  replace the define 'KARKAR' by the new destination
Example: http://www.google.fr
By default: index.php

About PHP Nanomus
Mini CMS fast and secure

want to know more informations

Others projects
Others web applications

want to know others projects

Powered by PHP Nanomus Login