Cheetah
Variables
constants.inc.php File Reference

Go to the source code of this file.

Variables

if(!defined("TEMP_FILE_NAME")) define("TEMP_FILE_NAME" _temp
 
if(!defined("MP3_EXTENSION")) define("MP3_EXTENSION" mp3
 
if(!defined("SCREENSHOT_EXT")) define("SCREENSHOT_EXT" jpg
 
if(!defined("STATUS_APPROVED")) define("STATUS_APPROVED" approved
 
if(!defined("STATUS_DISAPPROVED")) define("STATUS_DISAPPROVED" disapproved
 
if(!defined("STATUS_PENDING")) define("STATUS_PENDING" pending
 
if(!defined("STATUS_PROCESSING")) define("STATUS_PROCESSING" processing
 
if(!defined("STATUS_FAILED")) define("STATUS_FAILED" failed
 
 $aInfo
 
 $aModules
 

Variable Documentation

◆ $aInfo

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

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

◆ $aModules

$aModules
Initial value:
= array(
'player' => array(
'caption' => 'Music Player',
'parameters' => array('id', 'user', 'password'),
'js' => array(),
'inline' => true,
'vResizable' => false,
'hResizable' => false,
'reloadable' => true,
'layout' => array('top' => 0, 'left' => 0, 'width' => "100%", 'height' => 350),
'minSize' => array('width' => 340, 'height' => 350),
'div' => array()
),
'recorder' => array(
'caption' => 'Music Recorder',
'parameters' => array('user', 'password', 'extra'),
'js' => array(),
'inline' => true,
'vResizable' => false,
'hResizable' => false,
'reloadable' => false,
'layout' => array('top' => 0, 'left' => 0, 'width' => "100%", 'height' => 300),
'minSize' => array('width' => 340, 'height' => 300),
'div' => array()
)
)

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

◆ _temp

if (!defined("TEMP_FILE_NAME")) define("TEMP_FILE_NAME" _temp

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

◆ approved

if (!defined("STATUS_APPROVED")) define("STATUS_APPROVED" approved

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

◆ disapproved

if (!defined("STATUS_DISAPPROVED")) define("STATUS_DISAPPROVED" disapproved

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

◆ failed

if (!defined("STATUS_FAILED")) define("STATUS_FAILED" failed

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

◆ jpg

if (!defined("SCREENSHOT_EXT")) define("SCREENSHOT_EXT" jpg

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

◆ mp3

if (!defined("MP3_EXTENSION")) define("MP3_EXTENSION" mp3

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

◆ pending

if (!defined("STATUS_PENDING")) define("STATUS_PENDING" pending

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

◆ processing

if (!defined("STATUS_PROCESSING")) define("STATUS_PROCESSING" processing

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