Cheetah
|
Go to the source code of this file.
Variables | |
global | $gConf |
$gConf ['ver'] = 'Orca-v.2.0.2' | |
$gConf ['def_title'] = 'Forum' | |
$path = '' | |
$gConf ['date_format'] = '%b %d, %Y %H:%i' | |
$gConf ['topics_per_page'] = 10 | |
$gConf ['topics_desc_len'] = 128 | |
$gConf ['live_tracker_desc_len'] = 512 | |
$gConf ['edit_timeout'] = 3600 | |
$gConf ['email']['sender'] = '' | |
$gConf ['user']['admin'] = 'admin' | |
$gConf ['min_point'] = -4 | |
$gConf ['anonymous'] = '#anonymous#' | |
$gConf ['robot'] = '#robot#' | |
$gConf ['max_posts'] = 50 | |
$gConf ['fulltext_search'] = false | |
$gConf ['online'] = 72000 | |
$xsl_mode = isset($_GET['xsl_mode']) && $_GET['xsl_mode'] ? $_GET['xsl_mode'] : (isset($_COOKIE['xsl_mode']) ? $_COOKIE['xsl_mode'] : '') | |
if(preg_match("/^\w+$/", $xsl_mode) | else ) |
$gConf ['rewrite']['cat'] = 'group/%s.htm' | |
$gConf ['rewrite']['forum'] = 'forum/%s-%d.htm' | |
$gConf ['rewrite']['topic'] = 'topic/%s.htm' | |
$gConf ['rewrite']['user'] = 'user/%s.htm' | |
$gConf ['rewrite']['rss_forum'] = 'rss/forum/%s.htm' | |
$gConf ['rewrite']['rss_topic'] = 'rss/topic/%s.htm' | |
$gConf ['rewrite']['rss_user'] = 'rss/user/%s.htm' | |
$gConf ['rewrite']['rss_all'] = 'rss/all.htm' | |
$aPathInfo = pathinfo(__FILE__) | |
$aPathInfo = pathinfo(__FILE__) |
Definition at line 56 of file header.inc.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 header.inc.php.
$gConf[ 'anonymous'] = '#anonymous#' |
Definition at line 29 of file header.inc.php.
$gConf[ 'date_format'] = '%b %d, %Y %H:%i' |
forum tweaks
Definition at line 17 of file header.inc.php.
$gConf[ 'def_title'] = 'Forum' |
Definition at line 11 of file header.inc.php.
$gConf[ 'edit_timeout'] = 3600 |
Definition at line 21 of file header.inc.php.
$gConf[ 'email'][ 'sender'] = '' |
Definition at line 23 of file header.inc.php.
$gConf[ 'fulltext_search'] = false |
Definition at line 34 of file header.inc.php.
$gConf[ 'live_tracker_desc_len'] = 512 |
Definition at line 20 of file header.inc.php.
$gConf[ 'max_posts'] = 50 |
Definition at line 32 of file header.inc.php.
$gConf[ 'min_point'] = -4 |
Definition at line 27 of file header.inc.php.
$gConf[ 'online'] = 72000 |
Definition at line 36 of file header.inc.php.
$gConf[ 'rewrite'][ 'cat'] = 'group/%s.htm' |
Definition at line 47 of file header.inc.php.
$gConf[ 'rewrite'][ 'forum'] = 'forum/%s-%d.htm' |
Definition at line 48 of file header.inc.php.
$gConf[ 'rewrite'][ 'rss_all'] = 'rss/all.htm' |
Definition at line 54 of file header.inc.php.
$gConf[ 'rewrite'][ 'rss_forum'] = 'rss/forum/%s.htm' |
Definition at line 51 of file header.inc.php.
$gConf[ 'rewrite'][ 'rss_topic'] = 'rss/topic/%s.htm' |
Definition at line 52 of file header.inc.php.
$gConf[ 'rewrite'][ 'rss_user'] = 'rss/user/%s.htm' |
Definition at line 53 of file header.inc.php.
$gConf[ 'rewrite'][ 'topic'] = 'topic/%s.htm' |
Definition at line 49 of file header.inc.php.
$gConf[ 'rewrite'][ 'user'] = 'user/%s.htm' |
Definition at line 50 of file header.inc.php.
$gConf[ 'robot'] = '#robot#' |
Definition at line 31 of file header.inc.php.
$gConf[ 'topics_desc_len'] = 128 |
Definition at line 19 of file header.inc.php.
$gConf[ 'topics_per_page'] = 10 |
Definition at line 18 of file header.inc.php.
Definition at line 25 of file header.inc.php.
$gConf[ 'ver'] = 'Orca-v.2.0.2' |
Definition at line 10 of file header.inc.php.
$path = '' |
Definition at line 12 of file header.inc.php.
$xsl_mode = isset($_GET['xsl_mode']) && $_GET['xsl_mode'] ? $_GET['xsl_mode'] : (isset($_COOKIE['xsl_mode']) ? $_COOKIE['xsl_mode'] : '') |
Definition at line 38 of file header.inc.php.
if (preg_match("/^\w+$/", $xsl_mode) else) |
Definition at line 42 of file header.inc.php.