The system uses some settings that are not stored in the database. These settings are used in a lot of system functions and are set once. Thus they are stored in a writable .php file. These are:
SMARTY_DEBUG
Whether the smarty debugging mechanism is active or not. Default : 0 (OFF)PAGE_CACHING
Whether Page caching is active or not. Default : 0 (OFF)SMARTY_FORCE_COMPILE
Force Smarty to compile template files all the time. . Default : 0 (OFF)FTP_SERVER_URL
The FTP server used by Qool.FTP_SERVER_PORT
The FTP server portFTP_SERVER_USERNAME
The FTP server userFTP_SERVER_PASSWORD
The FTP server passwordQOOL_DEF_FTP
If supported this helps Qool use ftp functions to handle file attributes. Default : 0 (OFF)Qool
If Qool is installed in a sub folder for example: www.example.com/test , then this should be set to “test”QOOL_ALLOWED_TRAIL_ENTRIES
The number of entries the audit trail log accepts before it's contents is archived.QOOL_ALLOWED_LOGIN_ENTRIES
The number of entries the logins log accepts before it's contents is archived.QOOL_DEBUG_STATUS
Whether Qool runs on debug mode or not. Default : 0 (OFF)USER_EMAIL_VALIDATE
Whether users need to activate their account by email.ALLOW_INCOMINGS
Whether the system accepts content to be published by email. Default : 0 (OFF)INCOMINGS_HOST
If the system accepts email posting, this field should be set to the mail server host. Eg: mail.example.comINCOMINGS_PORT
The mail server portINCOMINGS_USER
The mail server userINCOMINGS_PASS
The mail server passwordKEEP_SESSIONS_ALIVE_TIME
The time a user can be inactive before the system logs him out.
