13 require_once(
$aPathInfo[
'dirname'] .
'/../../../../../inc/header.inc.php');
15 $path = CH_DIRECTORY_PATH_ROOT .
'modules/cheetah/forum/';
20 require_once(CH_DIRECTORY_PATH_INC .
'db.inc.php');
21 require_once(CH_DIRECTORY_PATH_INC .
'design.inc.php');
22 require_once(CH_DIRECTORY_PATH_INC .
'profiles.inc.php');
41 $gConf[
'dir'][
'editor'] = CH_DIRECTORY_PATH_PLUGINS .
'tiny_mce/';
49 $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") :
''));
57 $gConf[
'lang'] = isset(
$_GET[
'lang']) &&
$_GET[
'lang'] ?
$_GET[
'lang'] : (isset($_COOKIE[
'lang']) ? $_COOKIE[
'lang'] :
'');
58 if (!
$gConf[
'lang'] || !preg_match(
"/^[a-z]{2}$/",
61 if (function_exists(
'db_value')) {
62 $gConf[
'lang'] =
db_value(
"SELECT `VALUE` FROM `sys_options` WHERE `Name` = ? LIMIT 1", [
'lang_default']);
75 $gConf[
'url'][
'attachments'] =
$site[
'url'] .
'data/attachments/';
90 require_once(
$gConf[
'dir'][
'layouts'] .
$gConf[
'skin'] .
'/params.php');
95 $gConf[
'db'][
'host'] = DATABASE_HOST;
97 $gConf[
'db'][
'user'] = DATABASE_USER;
99 $gConf[
'db'][
'port'] = DATABASE_PORT;
105 if (((
int)phpversion()) >= 5) {
107 if (class_exists(
'DOMDocument') && class_exists(
'XsltProcessor')) {
112 if (function_exists(
'domxml_xslt_stylesheet_file')) {
114 } elseif (function_exists(
'xslt_create')) {
122 if (
'auto' ==
$gConf[
'xsl_mode']) {