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, ENT_QUOTES); ?>
System Error Message:
config_error_message, ENT_QUOTES); ?>
Site Name:
Show UnAuthorized Links:
Allow User Registration:
Use New Account Activation:
Require Unique Email:
Debug Site:
WYSIWYG Editor:
List Length:
Favourites Site Icon:
endTab(); $tabs->startTab("Locale","Locale-page"); ?>
Language:
Time 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:
Email Icon:
Icons:
Table of Contents on multi-page items:
Back Button:
Content Item Navigation:
endTab(); $tabs->startTab("Database","db-page"); ?>
Hostname:
MySQL Username:
MySQL Password:
MySQL Database:
MySQL Database Prefix:
endTab(); $tabs->startTab("Server","server-page"); ?>
Absolute Path:
config_path; ?>
Live Site:
config_live_site; ?>
Secret Word:
config_secret; ?>
GZIP Page Compression:
Login Session Lifetime:
seconds
Error Reporting:
Register Globals Emulation:
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
endTab(); $tabs->startTab("Metadata","metadata-page"); ?>
Global Site Meta Description:
config_metadesc, ENT_QUOTES); ?>
Global Site Meta Keywords:
config_metakeys, ENT_QUOTES); ?>
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(); ?>