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 newcharsetFor 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 chmodsExample 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 timeBy 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 destinationExample: http://www.google.fr
By default: index.php

