Cheetah
Variables
header.inc.php File Reference

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__)
 

Variable Documentation

◆ $aPathInfo

$aPathInfo = pathinfo(__FILE__)

Definition at line 56 of file header.inc.php.

◆ $gConf [1/24]

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 [2/24]

$gConf[ 'anonymous'] = '#anonymous#'

Definition at line 29 of file header.inc.php.

◆ $gConf [3/24]

$gConf[ 'date_format'] = '%b %d, %Y %H:%i'

forum tweaks

Definition at line 17 of file header.inc.php.

◆ $gConf [4/24]

$gConf[ 'def_title'] = 'Forum'

Definition at line 11 of file header.inc.php.

◆ $gConf [5/24]

$gConf[ 'edit_timeout'] = 3600

Definition at line 21 of file header.inc.php.

◆ $gConf [6/24]

$gConf[ 'email'][ 'sender'] = ''

Definition at line 23 of file header.inc.php.

◆ $gConf [7/24]

$gConf[ 'fulltext_search'] = false

Definition at line 34 of file header.inc.php.

◆ $gConf [8/24]

$gConf[ 'live_tracker_desc_len'] = 512

Definition at line 20 of file header.inc.php.

◆ $gConf [9/24]

$gConf[ 'max_posts'] = 50

Definition at line 32 of file header.inc.php.

◆ $gConf [10/24]

$gConf[ 'min_point'] = -4

Definition at line 27 of file header.inc.php.

◆ $gConf [11/24]

$gConf[ 'online'] = 72000

Definition at line 36 of file header.inc.php.

◆ $gConf [12/24]

$gConf[ 'rewrite'][ 'cat'] = 'group/%s.htm'

Definition at line 47 of file header.inc.php.

◆ $gConf [13/24]

$gConf[ 'rewrite'][ 'forum'] = 'forum/%s-%d.htm'

Definition at line 48 of file header.inc.php.

◆ $gConf [14/24]

$gConf[ 'rewrite'][ 'rss_all'] = 'rss/all.htm'

Definition at line 54 of file header.inc.php.

◆ $gConf [15/24]

$gConf[ 'rewrite'][ 'rss_forum'] = 'rss/forum/%s.htm'

Definition at line 51 of file header.inc.php.

◆ $gConf [16/24]

$gConf[ 'rewrite'][ 'rss_topic'] = 'rss/topic/%s.htm'

Definition at line 52 of file header.inc.php.

◆ $gConf [17/24]

$gConf[ 'rewrite'][ 'rss_user'] = 'rss/user/%s.htm'

Definition at line 53 of file header.inc.php.

◆ $gConf [18/24]

$gConf[ 'rewrite'][ 'topic'] = 'topic/%s.htm'

Definition at line 49 of file header.inc.php.

◆ $gConf [19/24]

$gConf[ 'rewrite'][ 'user'] = 'user/%s.htm'

Definition at line 50 of file header.inc.php.

◆ $gConf [20/24]

$gConf[ 'robot'] = '#robot#'

Definition at line 31 of file header.inc.php.

◆ $gConf [21/24]

$gConf[ 'topics_desc_len'] = 128

Definition at line 19 of file header.inc.php.

◆ $gConf [22/24]

$gConf[ 'topics_per_page'] = 10

Definition at line 18 of file header.inc.php.

◆ $gConf [23/24]

$gConf[ 'user'][ 'admin'] = 'admin'

Definition at line 25 of file header.inc.php.

◆ $gConf [24/24]

$gConf[ 'ver'] = 'Orca-v.2.0.2'

Definition at line 10 of file header.inc.php.

◆ $path

$path = ''

Definition at line 12 of file header.inc.php.

◆ $xsl_mode

$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.

◆ else

if (preg_match("/^\w+$/", $xsl_mode) else)
Initial value:
{
$gConf['xsl_mode'] = 'auto'

Definition at line 42 of file header.inc.php.

$gConf
global $gConf
Definition: header.inc.php:8