Cheetah
|
Go to the source code of this file.
Variables | |
if(!defined("VERSION")) define("VERSION" if(!defined("DB_HOST")) define("DB_HOST" if(!defined("DB_PORT")) define("DB_PORT" if(!defined("DB_SOCKET")) define("DB_SOCKET" if(!defined("DB_NAME")) define("DB_NAME" if(!defined("DB_USER")) define("DB_USER" if(!defined("DB_PASSWORD")) define("DB_PASSWORD" if(!defined("DB_PREFIX")) define("DB_PREFIX" if(!defined("GLOBAL_MODULE")) define("GLOBAL_MODULE" | global |
$sDBModule = strtoupper(substr($sModule, 0, 1)) . substr($sModule, 1) | |
$sAdminLogin = "#globals_admin_login#" | |
$sAdminPassword = "#globals_admin_password#" | |
$sRootPath = "#globals_root_path#" | |
$sRootURL = "#globals_root_url#" | |
$sRayHomeDir = "#globals_ray_home_dir#" | |
$sHomeUrl = $sRootURL . $sRayHomeDir | |
$sHomePath = $sRootPath . $sRayHomeDir | |
$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 = "DefaultSmiles" | |
$sNoImageUrl = $sDataUrl . "no_photo.jpg" | |
$sScriptHomeDir = "#globals_script_home_dir#" | |
$sScriptHomeUrl = $sRootURL . $sScriptHomeDir | |
$sImagesPath = $sScriptHomeUrl . "#globals_script_image_dir#" | |
$sProfileUrl = $sScriptHomeUrl . "#globals_script_profile_page#" | |
$sAdminLogin = "#globals_admin_login#" |
Login and password for admin.
Definition at line 32 of file header.inc.php.
$sAdminPassword = "#globals_admin_password#" |
Definition at line 33 of file header.inc.php.
$sDataDir = "data/" |
Definition at line 62 of file header.inc.php.
$sDataPath = $sGlobalPath . $sDataDir |
Definition at line 64 of file header.inc.php.
$sDataUrl = $sGlobalUrl . $sDataDir |
Definition at line 63 of file header.inc.php.
if (!defined("MODULE_DB_PREFIX")) define("MODULE_DB_PREFIX" DB_PREFIX $sDBModule = strtoupper(substr($sModule, 0, 1)) . substr($sModule, 1) |
Definition at line 26 of file header.inc.php.
$sDefSmileset = "DefaultSmiles" |
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 74 of file header.inc.php.
$sFfmpegPath = getFfmpegPath() |
Definition at line 58 of file header.inc.php.
$sGlobalDir = "global/" |
Definition at line 53 of file header.inc.php.
$sGlobalPath = $sModulesPath . $sGlobalDir |
Definition at line 55 of file header.inc.php.
$sGlobalUrl = $sModulesUrl . $sGlobalDir |
Definition at line 54 of file header.inc.php.
$sHomePath = $sRootPath . $sRayHomeDir |
Definition at line 44 of file header.inc.php.
$sHomeUrl = $sRootURL . $sRayHomeDir |
Definition at line 43 of file header.inc.php.
$sImagesPath = $sScriptHomeUrl . "#globals_script_image_dir#" |
Path to images direcrory
Definition at line 88 of file header.inc.php.
$sIncPath = $sGlobalPath . "inc/" |
Definition at line 60 of file header.inc.php.
$sModulesDir = "modules/" |
Pathes to the system directories and necessary files.
Definition at line 49 of file header.inc.php.
$sModulesPath = $sHomePath . $sModulesDir |
Definition at line 51 of file header.inc.php.
$sModulesUrl = $sHomeUrl . $sModulesDir |
Definition at line 50 of file header.inc.php.
$sNoImageUrl = $sDataUrl . "no_photo.jpg" |
Definition at line 76 of file header.inc.php.
$sProfileUrl = $sScriptHomeUrl . "#globals_script_profile_page#" |
URL of the profile view page
Definition at line 93 of file header.inc.php.
$sRayHomeDir = "#globals_ray_home_dir#" |
Definition at line 41 of file header.inc.php.
$sRootPath = "#globals_root_path#" |
General Settings URL and absolute path for the Ray location directory.
Definition at line 39 of file header.inc.php.
$sRootURL = "#globals_root_url#" |
Definition at line 40 of file header.inc.php.
$sScriptHomeDir = "#globals_script_home_dir#" |
Integration parameters. URL of the site in which Ray is integrated.
Definition at line 82 of file header.inc.php.
$sScriptHomeUrl = $sRootURL . $sScriptHomeDir |
Definition at line 83 of file header.inc.php.
$sSmilesetsDir = "smilesets/" |
Definition at line 66 of file header.inc.php.
$sSmilesetsPath = $sDataPath . $sSmilesetsDir |
Definition at line 68 of file header.inc.php.
$sSmilesetsUrl = $sDataUrl . $sSmilesetsDir |
Definition at line 67 of file header.inc.php.
if (!defined("VERSION")) define("VERSION" if (!defined("DB_HOST")) define("DB_HOST" if (!defined("DB_PORT")) define("DB_PORT" if (!defined("DB_SOCKET")) define("DB_SOCKET" if (!defined("DB_NAME")) define("DB_NAME" if (!defined("DB_USER")) define("DB_USER" if (!defined("DB_PASSWORD")) define("DB_PASSWORD" if (!defined("DB_PREFIX")) define("DB_PREFIX" if (!defined("GLOBAL_MODULE")) define("GLOBAL_MODULE" global |
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. Data Base Settings
Definition at line 25 of file header.inc.php.