Cheetah
Functions | Variables
config.php File Reference

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_'
 

Function Documentation

◆ isXsltEnabled()

isXsltEnabled ( )

Definition at line 103 of file config.php.

Variable Documentation

◆ $aPathInfo

$aPathInfo = pathinfo(__FILE__)

Definition at line 12 of file config.php.

◆ $dir

$dir = array()

Definition at line 10 of file config.php.

◆ $gConf [1/30]

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.

◆ $gConf [2/30]

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 [3/30]

forum tweaks

Definition at line 24 of file config.php.

◆ $gConf [4/30]

$gConf[ 'db'][ 'db'] = DATABASE_NAME

Definition at line 96 of file config.php.

◆ $gConf [5/30]

$gConf[ 'db'][ 'host'] = DATABASE_HOST

database configuration

Definition at line 95 of file config.php.

◆ $gConf [6/30]

$gConf[ 'db'][ 'port'] = DATABASE_PORT

Definition at line 99 of file config.php.

◆ $gConf [7/30]

$gConf[ 'db'][ 'prefix'] = 'ch_'

Definition at line 101 of file config.php.

◆ $gConf [8/30]

$gConf[ 'db'][ 'pwd'] = DATABASE_PASS

Definition at line 98 of file config.php.

◆ $gConf [9/30]

$gConf[ 'db'][ 'sock'] = DATABASE_SOCK

Definition at line 100 of file config.php.

◆ $gConf [10/30]

$gConf[ 'db'][ 'user'] = DATABASE_USER

Definition at line 97 of file config.php.

◆ $gConf [11/30]

$gConf[ 'dir'][ 'attachments'] = $path . 'data/attachments/'

Definition at line 43 of file config.php.

◆ $gConf [12/30]

$gConf[ 'dir'][ 'base'] = $path

Definition at line 37 of file config.php.

◆ $gConf [13/30]

$gConf[ 'dir'][ 'cache'] = $path . 'cachejs/'

Definition at line 38 of file config.php.

◆ $gConf [14/30]

$gConf[ 'dir'][ 'classes'] = $path . 'classes/'

Definition at line 32 of file config.php.

◆ $gConf [15/30]

$gConf[ 'dir'][ 'config'] = $path . 'conf/params.conf'

Definition at line 39 of file config.php.

◆ $gConf [16/30]

$gConf[ 'dir'][ 'editor'] = CH_DIRECTORY_PATH_PLUGINS . 'tiny_mce/'

Definition at line 41 of file config.php.

◆ $gConf [17/30]

$gConf[ 'dir'][ 'error_log'] = $path . 'log/orca.error.log'

directories configuration

Definition at line 31 of file config.php.

◆ $gConf [18/30]

$gConf[ 'dir'][ 'inc'] = $path . 'inc/'

Definition at line 34 of file config.php.

◆ $gConf [19/30]

$gConf[ 'dir'][ 'js'] = $path . 'js/'

Definition at line 33 of file config.php.

◆ $gConf [20/30]

$gConf[ 'dir'][ 'langs'] = $path . 'integrations/base/langs/'

Definition at line 42 of file config.php.

◆ $gConf [21/30]

$gConf[ 'dir'][ 'layouts'] = $path . 'layout/'

Definition at line 40 of file config.php.

◆ $gConf [22/30]

$gConf[ 'dir'][ 'xml'] = $path . 'integrations/' . CH_ORCA_INTEGRATION . '/'

Definition at line 36 of file config.php.

◆ $gConf [23/30]

$gConf[ 'dir'][ 'xmlcache'] = $path . 'xml/'

Definition at line 35 of file config.php.

◆ $gConf [24/30]

$gConf[ 'fulltext_search'] = getParam('useLikeOperator') ? false : true

Definition at line 26 of file config.php.

◆ $gConf [25/30]

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 [26/30]

$gConf[ 'skin'] = 'uni'

skin configuration

Definition at line 48 of file config.php.

◆ $gConf [27/30]

$gConf[ 'url'][ 'attachments'] = $site['url'] . 'data/attachments/'

Definition at line 75 of file config.php.

◆ $gConf [28/30]

$gConf[ 'url'][ 'editor'] = $site['plugins'] . 'tiny_mce/'

Definition at line 74 of file config.php.

◆ $gConf [29/30]

$gConf[ 'url'][ 'js'] = $gConf['url']['base'] . 'js/'

Definition at line 73 of file config.php.

◆ $gConf [30/30]

$gConf[ 'url'][ 'layouts'] = $gConf['url']['base'] . 'layout/'

Definition at line 72 of file config.php.

◆ $path

$path = CH_DIRECTORY_PATH_ROOT . 'modules/cheetah/forum/'

Definition at line 15 of file config.php.

◆ $skin

$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

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.