Cheetah
Variables
header.inc.php File Reference

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#"
 

Variable Documentation

◆ $sAdminLogin

$sAdminLogin = "#globals_admin_login#"

Login and password for admin.

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

◆ $sAdminPassword

$sAdminPassword = "#globals_admin_password#"

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

◆ $sDataDir

$sDataDir = "data/"

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

◆ $sDataPath

$sDataPath = $sGlobalPath . $sDataDir

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

◆ $sDataUrl

$sDataUrl = $sGlobalUrl . $sDataDir

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

◆ $sDBModule

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

$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

$sFfmpegPath = getFfmpegPath()

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

◆ $sGlobalDir

$sGlobalDir = "global/"

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

◆ $sGlobalPath

$sGlobalPath = $sModulesPath . $sGlobalDir

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

◆ $sGlobalUrl

$sGlobalUrl = $sModulesUrl . $sGlobalDir

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

◆ $sHomePath

$sHomePath = $sRootPath . $sRayHomeDir

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

◆ $sHomeUrl

$sHomeUrl = $sRootURL . $sRayHomeDir

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

◆ $sImagesPath

$sImagesPath = $sScriptHomeUrl . "#globals_script_image_dir#"

Path to images direcrory

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

◆ $sIncPath

$sIncPath = $sGlobalPath . "inc/"

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

◆ $sModulesDir

$sModulesDir = "modules/"

Pathes to the system directories and necessary files.

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

◆ $sModulesPath

$sModulesPath = $sHomePath . $sModulesDir

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

◆ $sModulesUrl

$sModulesUrl = $sHomeUrl . $sModulesDir

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

◆ $sNoImageUrl

$sNoImageUrl = $sDataUrl . "no_photo.jpg"

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

◆ $sProfileUrl

$sProfileUrl = $sScriptHomeUrl . "#globals_script_profile_page#"

URL of the profile view page

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

◆ $sRayHomeDir

$sRayHomeDir = "#globals_ray_home_dir#"

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

◆ $sRootPath

$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

$sRootURL = "#globals_root_url#"

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

◆ $sScriptHomeDir

$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

$sScriptHomeUrl = $sRootURL . $sScriptHomeDir

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

◆ $sSmilesetsDir

$sSmilesetsDir = "smilesets/"

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

◆ $sSmilesetsPath

$sSmilesetsPath = $sDataPath . $sSmilesetsDir

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

◆ $sSmilesetsUrl

$sSmilesetsUrl = $sDataUrl . $sSmilesetsDir

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

◆ global

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.