Global Configuration
configuration.php is :
Writeable
' : '
Unwriteable
' ?>
Make unwriteable after saving
Override write protection while saving
startPane("configPane"); $tabs->startTab("Site","site-page"); ?>
Site Offline:
Offline Message:
config_offline_message; ?>
System Error Message:
config_error_message; ?>
Site Name:
Show Unauthorised Links:
Allow User Registration:
Use New Account Activation:
Require Unique E-mail:
Front-end Login:
Front-end User Params:
Debug Site:
Default WYSIWYG Editor:
List Length:
Favourites Site Icon:
endTab(); $tabs->startTab("Locale","Locale-page"); ?>
Language:
Time Offset:
Server Offset:
Country Locale:
endTab(); $tabs->startTab("Content","content-page"); ?>
* These Parameters control Output elements*
Linked Titles:
Read More Link:
Item Rating/Voting:
Author Names:
Created Date and Time:
Modified Date and Time:
Hits:
PDF Icon:
"; echo mosToolTip('Option not available as /media directory not writable'); echo ""; } else { ?>
Print Icon:
E-mail Icon:
Icons:
Table of Contents on multi-page items:
Back Button:
Content Item Navigation:
Itemid Compatibility Mode:
endTab(); $tabs->startTab("Database","db-page"); ?>
Hostname:
MySQL Username:
MySQL Database:
MySQL Database Prefix:
endTab(); $tabs->startTab("Server","server-page"); ?>
Absolute Path:
config_absolute_path; ?>
Live Site:
config_live_site; ?>
Secret Word:
config_secret; ?>
GZIP Page Compression:
Site Session Lifetime:
seconds site/front-end users. The higher the value the greater the security risk!'); ?>
Admin Session Lifetime:
seconds admin/back-end users. The higher the value the greater the security risk!'); ?>
Remember Expired Admin page:
Session Authentication Method:
If you have a number of users using AOL or behind Proxy banks, you might consider using the Level 2 setting' ); ?>
Error Reporting:
Help Server:
config_fileperms!='') { $mode = 1; $flags = octdec($row->config_fileperms); } // if ?>
File Creation:
File Permissions
/>
Dont CHMOD new files (use server defaults)
/>
CHMOD new files
> to:
>
>
User:
/>
read
/>
write
/>
execute
Group:
/>
read
/>
write
/>
execute
Apply to existing files all existing files of the site.
'. '
INAPPROPRIATE USAGE OF THIS OPTION MAY RENDER THE SITE INOPERATIVE!
' );?>
World:
/>
read
/>
write
/>
execute
config_dirperms!='') { $mode = 1; $flags = octdec($row->config_dirperms); } // if ?>
Directory Creation:
Directory Permissions
/>
Dont CHMOD new directories (use server defaults)
/>
CHMOD new directories
> to:
>
>
User:
/>
read
/>
write
/>
search
Group:
/>
read
/>
write
/>
search
Apply to existing directories all existing directories of the site.
'. '
INAPPROPRIATE USAGE OF THIS OPTION MAY RENDER THE SITE INOPERATIVE!
' );?>
World:
/>
read
/>
write
/>
search
Register Globals Emulation:
Register Globals Emulation
/>
OFF - more secure and the preferred setting
/>
ON - better compatibility but less secure
endTab(); $tabs->startTab("Metadata","metadata-page"); ?>
Global Site Meta Description:
config_MetaDesc; ?>
Global Site Meta Keywords:
config_MetaKeys; ?>
Show Title Meta Tag:
Show Author Meta Tag:
endTab(); $tabs->startTab("Mail","mail-page"); ?>
Mailer:
Mail From:
From Name:
Sendmail Path:
SMTP Auth:
SMTP User:
SMTP Pass:
SMTP Host:
endTab(); $tabs->startTab("Cache","cache-page"); ?>
config_cachepath)) { ?>
Caching:
Cache Folder:
config_cachepath)) { echo mosToolTip('Current cache is directory is
Writeable
'); } else { echo mosWarning('The cache directory is UNWRITEABLE - please set this directory to CHMOD755 before turning on the cache'); } ?>
Cache Time:
seconds
endTab(); $tabs->startTab("Statistics","stats-page"); ?>
Statistics:
Log Content Hits by Date:
Log Search Strings:
endTab(); $tabs->startTab("SEO","seo-page"); ?>
Search Engine Optimization
Search Engine Friendly URLs:
Dynamic Page Titles:
endTab(); $tabs->endPane(); // show security setting check josSecurityCheck(); ?>