Cheetah
|
Go to the source code of this file.
Variables | |
if (!defined("VERSION")) define("VERSION" | |
if(!defined("DB_HOST")) define("DB_HOST" | $db ['host'] |
if(!defined("DB_PORT")) define("DB_PORT" | $db ['port'] |
if(!defined("DB_SOCKET")) define("DB_SOCKET" | $db ['sock'] |
if(!defined("DB_NAME")) define("DB_NAME" | $db ['db'] |
if(!defined("DB_USER")) define("DB_USER" | $db ['user'] |
if(!defined("DB_PASSWORD")) define("DB_PASSWORD" | $db ['passwd'] |
if(!defined("DB_PREFIX")) define("DB_PREFIX" | Ray |
if(!defined("GLOBAL_MODULE")) define("GLOBAL_MODULE" | global |
$sFlashPlayerVersion = "9.0.0" | |
$sRootPath = $dir['root'] | |
$sRootURL = $site['url'] | |
$sRayHomeDir = "flash/" | |
$sHomeUrl = $sRootURL . $sRayHomeDir | |
$sHomePath = $sRootPath . $sRayHomeDir | |
$sRayXmlUrl = $sHomeUrl . "XML.php" | |
$sFileErrorPath = $sHomePath . "file_error.html" | |
$sModulesDir = "modules/" | |
$sModulesUrl = $sHomeUrl . $sModulesDir | |
$sModulesPath = $sHomePath . $sModulesDir | |
$sGlobalDir = "global/" | |
$sGlobalUrl = $sModulesUrl . $sGlobalDir | |
$sGlobalPath = $sModulesPath . $sGlobalDir | |
$sFfmpegPath = getFfmpegPath() | |
$sIncPath = $sGlobalPath . "inc/" | |
$sDataDir = "data/" | |
$sDataUrl = $sGlobalUrl . $sDataDir | |
$sDataPath = $sGlobalPath . $sDataDir | |
$sSmilesetsDir = "smilesets/" | |
$sSmilesetsUrl = $sDataUrl . $sSmilesetsDir | |
$sSmilesetsPath = $sDataPath . $sSmilesetsDir | |
$sDefSmileset = "default" | |
$sNoImageUrl = $sDataUrl . "no_photo.jpg" | |
$sWomanImageUrl = $sDataUrl . "woman.gif" | |
$sManImageUrl = $sDataUrl . "man.gif" | |
$sScriptHomeDir = "" | |
$sScriptHomeUrl = $sRootURL . $sScriptHomeDir | |
$sImagesPath = $sScriptHomeUrl . "media/images/sharingImages/" | |
$sProfileUrl = $sScriptHomeUrl . "profile.php" | |
if (!defined("DB_NAME")) define("DB_NAME" $db[ 'db'] |
Definition at line 21 of file header.inc.php.
if (!defined("DB_HOST")) define("DB_HOST" $db[ 'host'] |
Data Base Settings
Definition at line 18 of file header.inc.php.
if (!defined("DB_PASSWORD")) define("DB_PASSWORD" $db[ 'passwd'] |
Definition at line 23 of file header.inc.php.
if (!defined("DB_PORT")) define("DB_PORT" $db[ 'port'] |
Definition at line 19 of file header.inc.php.
if (!defined("DB_SOCKET")) define("DB_SOCKET" $db[ 'sock'] |
Definition at line 20 of file header.inc.php.
if (!defined("DB_USER")) define("DB_USER" $db[ 'user'] |
Definition at line 22 of file header.inc.php.
$sDataDir = "data/" |
Definition at line 66 of file header.inc.php.
$sDataPath = $sGlobalPath . $sDataDir |
Definition at line 68 of file header.inc.php.
$sDataUrl = $sGlobalUrl . $sDataDir |
Definition at line 67 of file header.inc.php.
$sDefSmileset = "default" |
Default smileset name. It has to be equel to the name of some directory in the "smilesets" directory. The default path to smilesets directory is [path_to_ray]/data/smilesets
Definition at line 78 of file header.inc.php.
$sFfmpegPath = getFfmpegPath() |
Definition at line 60 of file header.inc.php.
$sFileErrorPath = $sHomePath . "file_error.html" |
Definition at line 46 of file header.inc.php.
$sFlashPlayerVersion = "9.0.0" |
Flash plugin version
Definition at line 31 of file header.inc.php.
$sGlobalDir = "global/" |
Definition at line 55 of file header.inc.php.
$sGlobalPath = $sModulesPath . $sGlobalDir |
Definition at line 57 of file header.inc.php.
$sGlobalUrl = $sModulesUrl . $sGlobalDir |
Definition at line 56 of file header.inc.php.
$sHomePath = $sRootPath . $sRayHomeDir |
Definition at line 42 of file header.inc.php.
$sHomeUrl = $sRootURL . $sRayHomeDir |
Definition at line 41 of file header.inc.php.
$sImagesPath = $sScriptHomeUrl . "media/images/sharingImages/" |
Path to images direcrory
Definition at line 94 of file header.inc.php.
$sIncPath = $sGlobalPath . "inc/" |
Definition at line 64 of file header.inc.php.
$sManImageUrl = $sDataUrl . "man.gif" |
Definition at line 82 of file header.inc.php.
$sModulesDir = "modules/" |
Pathes to the system directories and necessary files.
Definition at line 51 of file header.inc.php.
global $sModulesPath = $sHomePath . $sModulesDir |
Definition at line 53 of file header.inc.php.
$sModulesUrl = $sHomeUrl . $sModulesDir |
Definition at line 52 of file header.inc.php.
$sNoImageUrl = $sDataUrl . "no_photo.jpg" |
Definition at line 80 of file header.inc.php.
$sProfileUrl = $sScriptHomeUrl . "profile.php" |
URL of the profile view page
Definition at line 99 of file header.inc.php.
$sRayHomeDir = "flash/" |
Definition at line 39 of file header.inc.php.
$sRayXmlUrl = $sHomeUrl . "XML.php" |
Definition at line 44 of file header.inc.php.
$sRootPath = $dir['root'] |
General Settings URL and absolute path for the Ray location directory.
Definition at line 37 of file header.inc.php.
$sRootURL = $site['url'] |
Definition at line 38 of file header.inc.php.
$sScriptHomeDir = "" |
Integration parameters. URL of the site in which Ray is integrated.
Definition at line 88 of file header.inc.php.
$sScriptHomeUrl = $sRootURL . $sScriptHomeDir |
Definition at line 89 of file header.inc.php.
$sSmilesetsDir = "smilesets/" |
Definition at line 70 of file header.inc.php.
$sSmilesetsPath = $sDataPath . $sSmilesetsDir |
Definition at line 72 of file header.inc.php.
$sSmilesetsUrl = $sDataUrl . $sSmilesetsDir |
Definition at line 71 of file header.inc.php.
$sWomanImageUrl = $sDataUrl . "woman.gif" |
Definition at line 81 of file header.inc.php.
if (!defined("GLOBAL_MODULE")) define("GLOBAL_MODULE" global |
Definition at line 25 of file header.inc.php.
if |
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/ Current version information.
Definition at line 13 of file header.inc.php.
if (!defined("DB_PREFIX")) define("DB_PREFIX" Ray |
Definition at line 24 of file header.inc.php.