Search

System Settings

Tue Jul 28 19:14:00 2009 Posted by

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:



  1. SMARTY_DEBUG
    Whether the smarty debugging mechanism is active or not. Default : 0 (OFF)

  2. PAGE_CACHING
    Whether Page caching is active or not. Default : 0 (OFF)

  3. SMARTY_FORCE_COMPILE
    Force Smarty to compile template files all the time. . Default : 0 (OFF)

  4. FTP_SERVER_URL
    The FTP server used by Qool.

  5. FTP_SERVER_PORT
    The FTP server port

  6. FTP_SERVER_USERNAME
    The FTP server user

  7. FTP_SERVER_PASSWORD
    The FTP server password

  8. QOOL_DEF_FTP
    If supported this helps Qool use ftp functions to handle file attributes. Default : 0 (OFF)

  9. Qool
    If Qool is installed in a sub folder for example:
    www.example.com/test , then this should be set to “test”

  10. QOOL_ALLOWED_TRAIL_ENTRIES
    The number of entries the audit trail log accepts before it's contents is archived.

  11. QOOL_ALLOWED_LOGIN_ENTRIES
    The number of entries the logins log accepts before it's contents is archived.

  12. QOOL_DEBUG_STATUS
    Whether Qool runs on debug mode or not. Default : 0 (OFF)

  13. USER_EMAIL_VALIDATE
    Whether users need to activate their account by email.

  14. ALLOW_INCOMINGS
    Whether the system accepts content to be published by email. Default : 0 (OFF)

  15. INCOMINGS_HOST
    If the system accepts email posting, this field should be set to the mail server host. Eg: mail.example.com

  16. INCOMINGS_PORT
    The mail server port

  17. INCOMINGS_USER
    The mail server user

  18. INCOMINGS_PASS
    The mail server password

  19. KEEP_SESSIONS_ALIVE_TIME
    The time a user can be inactive before the system logs him out.

____________