Procedural File: _advanced.php
Source Location: /blogs/conf/_advanced.php
This file includes advanced settings for the evoCore framework.
Please NOTE: You should not comment variables out to prevent URL overrides.
| Version: | $Id: _advanced.php,v 1.170.2.9.2.5 2007/11/27 01:59:14 blueyed Exp $ |
| Filesource: | Source Code for this file |
Location of the admin skins folder.
Note: This folder NEEDS to by accessible by both PHP AND through HTTP.
Default value: 'skins_adm/'Check antispam blacklist for private messages.
Do you want to check the antispam blocklist when a message form is submitted?
Default value: 1Location of the configuration files.
Note: This folder NEEDS to by accessible by PHP only.
Default value: 'conf/'Location of the cron folder.
Note: Depebding on how you will set up cron execution, this folder may or may not NEED to be accessible by PHP through HTTP.
Default value: 'cron/'Foreign key options.
Set this to true if your MySQL supports Foreign keys. Recommended for professional use and DEVELOPMENT only. As of today, upgrading is not guaranteed when foreign keys are enabled.
Typically requires InnoDB to be set in $db_config['table_options'].
This is used during table CREATION only.
Default value: falseInformation Tags:
| Todo: | provide an advanced install menu allowing to install/remove the foreign keys on an already installed db. |
Set this to 1 to disable using PHP's http://www.php.net/register_shutdown_function, but not everywhere.
This is NOT recommened, because it affects things that should be done after delivering the page.
Currently, it disables using register_shutdown_function() for double checking referers (basic_antispam_plugin::AppendHitLog()), but not for Session::dbsave().
It's probably only useful for debugging to disable this feature.
Default value: 0Set the blog number to be used when not otherwise specified.
2 is the default setting, since it is the first user blog created by b2evo.
- is also a popular choice, since it is a special blog aggregating all the others.
Information Tags:
| Todo: | move to $Settings |
Location of the HTml SeRVices folder.
Note: This folder NEEDS to by accessible through HTTP.
Default value: 'htsrv/'Location of the include folder.
Note: This folder NEEDS to by accessible by PHP only.
Default value: 'inc/'Location of the locales folder.
Note: This folder NEEDS to by accessible by PHP AND MAY NEED to be accessible through HTTP. Exact requirements depend on future uses like localized icons.
Default value: 'locales/'Location of the root media folder.
Note: This folder MAY or MAY NOT NEED to be accessible by PHP AND/OR through HTTP. Exact requirements depend on $public_access_to_media .
Default value: 'media/'Minimum interval (in seconds) between consecutive comments from same IP.
Default value: 30Location of the plugins.
Note: This folder NEEDS to by accessible by PHP AND MAY NEED to be accessible through HTTP. Exact requirements depend on installed plugins.
Default value: 'plugins/'Comments: Set this to 1 to require e-mail and name, or 0 to allow comments without e-mail/name.
Default value: 1Location of the RSC folder.
Note: This folder NEEDS to by accessible through HTTP.
Default value: 'rsc/'