Cheetah
Variables
constants.inc.php File Reference

Go to the source code of this file.

Variables

if(!defined("USER_STATUS_NEW")) define("USER_STATUS_NEW" new
 
if(!defined("USER_STATUS_OLD")) define("USER_STATUS_OLD" old
 
if(!defined("USER_STATUS_KICK")) define("USER_STATUS_KICK" kick
 
if(!defined("USER_STATUS_IDLE")) define("USER_STATUS_IDLE" idle
 
if(!defined("USER_STATUS_TYPE")) define("USER_STATUS_TYPE" type
 
if(!defined("USER_STATUS_ONLINE")) define("USER_STATUS_ONLINE" online
 
if(!defined("USER_STATUS_BUSY")) define("USER_STATUS_BUSY" busy
 
if(!defined("USER_STATUS_AWAY")) define("USER_STATUS_AWAY" away
 
if(!defined("ROOM_STATUS_NORMAL")) define("ROOM_STATUS_NORMAL" normal
 
if(!defined("ROOM_STATUS_DELETE")) define("ROOM_STATUS_DELETE" delete
 
if(!defined("CHAT_TYPE_MODER")) define("CHAT_TYPE_MODER" moder
 
if(!defined("CHAT_TYPE_FULL")) define("CHAT_TYPE_FULL" full
 
if(!defined("CHAT_TYPE_ADMIN")) define("CHAT_TYPE_ADMIN" admin
 
 $aInfo
 
 $aModules
 

Variable Documentation

◆ $aInfo

$aInfo
Initial value:
= array(
'mode' => "as3",
'title' => "A/V Chat",
'version' => "7.2.0000",
'code' => "chat_7.2.0000",
'author' => "Cheetah",
'authorUrl' => "https://www.cheetahwsb.com"
)

Definition at line 28 of file constants.inc.php.

◆ $aModules

$aModules
Initial value:
= array(
'admin' => array(
'caption' => 'Ray Chat Admin',
'parameters' => array('nick', 'password'),
'js' => array(),
'inline' => false,
'vResizable' => true,
'hResizable' => true,
'reloadable' => true,
'layout' => array('top' => 0, 'left' => 0, 'width' => 800, 'height' => 600),
'minSize' => array('width' => 700, 'height' => 600),
'div' => array()
),
'user' => array(
'caption' => 'Ray Chat',
'parameters' => array('id', 'password'),
'js' => array(),
'inline' => true,
'vResizable' => false,
'hResizable' => false,
'reloadable' => true,
'layout' => array('top' => 0, 'left' => 0, 'width' => "100%", 'height' => 600),
'minSize' => array('width' => 700, 'height' => 600),
'div' => array(),
)
)

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

◆ admin

if (!defined("CHAT_TYPE_ADMIN")) define("CHAT_TYPE_ADMIN" admin

Definition at line 26 of file constants.inc.php.

◆ away

if (!defined("USER_STATUS_AWAY")) define("USER_STATUS_AWAY" away

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

◆ busy

if (!defined("USER_STATUS_BUSY")) define("USER_STATUS_BUSY" busy

Definition at line 16 of file constants.inc.php.

◆ delete

if (!defined("ROOM_STATUS_DELETE")) define("ROOM_STATUS_DELETE" delete

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

◆ full

if (!defined("CHAT_TYPE_FULL")) define("CHAT_TYPE_FULL" full

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

◆ idle

if (!defined("USER_STATUS_IDLE")) define("USER_STATUS_IDLE" idle

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

◆ kick

if (!defined("USER_STATUS_KICK")) define("USER_STATUS_KICK" kick

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

◆ moder

if (!defined("CHAT_TYPE_MODER")) define("CHAT_TYPE_MODER" moder

Definition at line 24 of file constants.inc.php.

◆ new

if (!defined("USER_STATUS_NEW")) define("USER_STATUS_NEW" new

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 9 of file constants.inc.php.

◆ normal

if (!defined("ROOM_STATUS_NORMAL")) define("ROOM_STATUS_NORMAL" normal

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

◆ old

if (!defined("USER_STATUS_OLD")) define("USER_STATUS_OLD" old

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

◆ online

if (!defined("USER_STATUS_ONLINE")) define("USER_STATUS_ONLINE" online

Definition at line 15 of file constants.inc.php.

◆ type

if (!defined("USER_STATUS_TYPE")) define("USER_STATUS_TYPE" type

Definition at line 13 of file constants.inc.php.