Cheetah
|
Go to the source code of this file.
Functions | |
isXsltEnabled () | |
Variables | |
global | $gConf |
$dir = array() | |
$aPathInfo = pathinfo(__FILE__) | |
$path = CH_DIRECTORY_PATH_ROOT . 'modules/cheetah/forum/' | |
$gConf ['date_format'] = getLocaleFormat(CH_WSB_LOCALE_DATE, CH_WSB_LOCALE_DB) | |
$gConf ['fulltext_search'] = getParam('useLikeOperator') ? false : true | |
$gConf ['dir']['error_log'] = $path . 'log/orca.error.log' | |
$gConf ['dir']['classes'] = $path . 'classes/' | |
$gConf ['dir']['js'] = $path . 'js/' | |
$gConf ['dir']['inc'] = $path . 'inc/' | |
$gConf ['dir']['xmlcache'] = $path . 'xml/' | |
$gConf ['dir']['xml'] = $path . 'integrations/' . CH_ORCA_INTEGRATION . '/' | |
$gConf ['dir']['base'] = $path | |
$gConf ['dir']['cache'] = $path . 'cachejs/' | |
$gConf ['dir']['config'] = $path . 'conf/params.conf' | |
$gConf ['dir']['layouts'] = $path . 'layout/' | |
$gConf ['dir']['editor'] = CH_DIRECTORY_PATH_PLUGINS . 'tiny_mce/' | |
$gConf ['dir']['langs'] = $path . 'integrations/base/langs/' | |
$gConf ['dir']['attachments'] = $path . 'data/attachments/' | |
$gConf ['skin'] = 'uni' | |
$skin = isset($_GET['skin']) && $_GET['skin'] ? $_GET['skin'] : (isset($_COOKIE['skin']) ? $_COOKIE['skin'] : (function_exists('db_value') ? db_value("SELECT `VALUE` FROM `sys_options` WHERE `Name` = 'template' LIMIT 1") : '')) | |
if($skin &&preg_match("/^\w+$/", $skin) &&file_exists($path . 'layout/' . $skin) | $gConf )['lang'] = isset($_GET['lang']) && $_GET['lang'] ? $_GET['lang'] : (isset($_COOKIE['lang']) ? $_COOKIE['lang'] : '') |
if(! $gConf | $gConf ['lang']||!preg_match("/^[a-z]{2}$/", $gConf['lang'])||!file_exists($path . 'layout/base_' . $gConf['lang']))['url']['base'] = $site['url'] . 'forum/' |
$gConf ['url']['layouts'] = $gConf['url']['base'] . 'layout/' | |
$gConf ['url']['js'] = $gConf['url']['base'] . 'js/' | |
$gConf ['url']['editor'] = $site['plugins'] . 'tiny_mce/' | |
$gConf ['url']['attachments'] = $site['url'] . 'data/attachments/' | |
if ( $gConf[ 'lang'] &&file_exists( $path . 'layout/' . $gConf[ 'skin'] . '_' . $gConf[ 'lang'])) | |
$gConf ['db']['host'] = DATABASE_HOST | |
$gConf ['db']['db'] = DATABASE_NAME | |
$gConf ['db']['user'] = DATABASE_USER | |
$gConf ['db']['pwd'] = DATABASE_PASS | |
$gConf ['db']['port'] = DATABASE_PORT | |
$gConf ['db']['sock'] = DATABASE_SOCK | |
$gConf ['db']['prefix'] = 'ch_' | |
isXsltEnabled | ( | ) |
Definition at line 103 of file config.php.
$aPathInfo = pathinfo(__FILE__) |
Definition at line 12 of file config.php.
$dir = array() |
Definition at line 10 of file config.php.
global $gConf |
This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/
Definition at line 8 of file config.php.
if ( $skin &&preg_match("/^\w+$/", $skin) &&file_exists( $path . 'layout/' . $skin) $gConf) [ 'lang'] = isset($_GET['lang']) && $_GET['lang'] ? $_GET['lang'] : (isset($_COOKIE['lang']) ? $_COOKIE['lang'] : '') |
language configuration
Definition at line 57 of file config.php.
$gConf[ 'date_format'] = getLocaleFormat(CH_WSB_LOCALE_DATE, CH_WSB_LOCALE_DB) |
forum tweaks
Definition at line 24 of file config.php.
$gConf[ 'db'][ 'db'] = DATABASE_NAME |
Definition at line 96 of file config.php.
$gConf[ 'db'][ 'host'] = DATABASE_HOST |
database configuration
Definition at line 95 of file config.php.
$gConf[ 'db'][ 'port'] = DATABASE_PORT |
Definition at line 99 of file config.php.
$gConf[ 'db'][ 'prefix'] = 'ch_' |
Definition at line 101 of file config.php.
$gConf[ 'db'][ 'pwd'] = DATABASE_PASS |
Definition at line 98 of file config.php.
$gConf[ 'db'][ 'sock'] = DATABASE_SOCK |
Definition at line 100 of file config.php.
$gConf[ 'db'][ 'user'] = DATABASE_USER |
Definition at line 97 of file config.php.
$gConf[ 'dir'][ 'attachments'] = $path . 'data/attachments/' |
Definition at line 43 of file config.php.
$gConf[ 'dir'][ 'base'] = $path |
Definition at line 37 of file config.php.
$gConf[ 'dir'][ 'cache'] = $path . 'cachejs/' |
Definition at line 38 of file config.php.
$gConf[ 'dir'][ 'classes'] = $path . 'classes/' |
Definition at line 32 of file config.php.
$gConf[ 'dir'][ 'config'] = $path . 'conf/params.conf' |
Definition at line 39 of file config.php.
$gConf[ 'dir'][ 'editor'] = CH_DIRECTORY_PATH_PLUGINS . 'tiny_mce/' |
Definition at line 41 of file config.php.
$gConf[ 'dir'][ 'error_log'] = $path . 'log/orca.error.log' |
directories configuration
Definition at line 31 of file config.php.
$gConf[ 'dir'][ 'inc'] = $path . 'inc/' |
Definition at line 34 of file config.php.
$gConf[ 'dir'][ 'js'] = $path . 'js/' |
Definition at line 33 of file config.php.
$gConf[ 'dir'][ 'langs'] = $path . 'integrations/base/langs/' |
Definition at line 42 of file config.php.
$gConf[ 'dir'][ 'layouts'] = $path . 'layout/' |
Definition at line 40 of file config.php.
$gConf[ 'dir'][ 'xml'] = $path . 'integrations/' . CH_ORCA_INTEGRATION . '/' |
Definition at line 36 of file config.php.
$gConf[ 'dir'][ 'xmlcache'] = $path . 'xml/' |
Definition at line 35 of file config.php.
Definition at line 26 of file config.php.
if (! $gConf $gConf[ 'lang']||!preg_match("/^[a-z]{2}$/", $gConf[ 'lang'])||!file_exists( $path . 'layout/base_' . $gConf[ 'lang']))[ 'url'][ 'base'] = $site['url'] . 'forum/' |
urls configuration
Definition at line 71 of file config.php.
$gConf[ 'skin'] = 'uni' |
skin configuration
Definition at line 48 of file config.php.
$gConf[ 'url'][ 'attachments'] = $site['url'] . 'data/attachments/' |
Definition at line 75 of file config.php.
$gConf[ 'url'][ 'editor'] = $site['plugins'] . 'tiny_mce/' |
Definition at line 74 of file config.php.
$gConf[ 'url'][ 'js'] = $gConf['url']['base'] . 'js/' |
Definition at line 73 of file config.php.
$gConf[ 'url'][ 'layouts'] = $gConf['url']['base'] . 'layout/' |
Definition at line 72 of file config.php.
$path = CH_DIRECTORY_PATH_ROOT . 'modules/cheetah/forum/' |
Definition at line 15 of file config.php.
$skin = isset($_GET['skin']) && $_GET['skin'] ? $_GET['skin'] : (isset($_COOKIE['skin']) ? $_COOKIE['skin'] : (function_exists('db_value') ? db_value("SELECT `VALUE` FROM `sys_options` WHERE `Name` = 'template' LIMIT 1") : '')) |
Definition at line 49 of file config.php.
if($gConf['lang'] &&file_exists($path . 'layout/' . $gConf['skin'] . '_' . $gConf['lang'])) |
langs pathes configuration include custom template patches
Definition at line 80 of file config.php.