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

Variable Documentation

◆ $db [1/6]

if (!defined("DB_NAME")) define("DB_NAME" $db[ 'db']

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

◆ $db [2/6]

if (!defined("DB_HOST")) define("DB_HOST" $db[ 'host']

Data Base Settings

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

◆ $db [3/6]

if (!defined("DB_PASSWORD")) define("DB_PASSWORD" $db[ 'passwd']

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

◆ $db [4/6]

if (!defined("DB_PORT")) define("DB_PORT" $db[ 'port']

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

◆ $db [5/6]

if (!defined("DB_SOCKET")) define("DB_SOCKET" $db[ 'sock']

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

◆ $db [6/6]

if (!defined("DB_USER")) define("DB_USER" $db[ 'user']

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

◆ $sDataDir

$sDataDir = "data/"

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

◆ $sDataPath

$sDataPath = $sGlobalPath . $sDataDir

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

◆ $sDataUrl

$sDataUrl = $sGlobalUrl . $sDataDir

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

◆ $sDefSmileset

$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

$sFfmpegPath = getFfmpegPath()

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

◆ $sFileErrorPath

$sFileErrorPath = $sHomePath . "file_error.html"

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

◆ $sFlashPlayerVersion

$sFlashPlayerVersion = "9.0.0"

Flash plugin version

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

◆ $sGlobalDir

$sGlobalDir = "global/"

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

◆ $sGlobalPath

$sGlobalPath = $sModulesPath . $sGlobalDir

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

◆ $sGlobalUrl

$sGlobalUrl = $sModulesUrl . $sGlobalDir

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

◆ $sHomePath

$sHomePath = $sRootPath . $sRayHomeDir

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

◆ $sHomeUrl

$sHomeUrl = $sRootURL . $sRayHomeDir

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

◆ $sImagesPath

$sImagesPath = $sScriptHomeUrl . "media/images/sharingImages/"

Path to images direcrory

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

◆ $sIncPath

$sIncPath = $sGlobalPath . "inc/"

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

◆ $sManImageUrl

$sManImageUrl = $sDataUrl . "man.gif"

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

◆ $sModulesDir

$sModulesDir = "modules/"

Pathes to the system directories and necessary files.

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

◆ $sModulesPath

global $sModulesPath = $sHomePath . $sModulesDir

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

◆ $sModulesUrl

$sModulesUrl = $sHomeUrl . $sModulesDir

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

◆ $sNoImageUrl

$sNoImageUrl = $sDataUrl . "no_photo.jpg"

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

◆ $sProfileUrl

$sProfileUrl = $sScriptHomeUrl . "profile.php"

URL of the profile view page

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

◆ $sRayHomeDir

$sRayHomeDir = "flash/"

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

◆ $sRayXmlUrl

$sRayXmlUrl = $sHomeUrl . "XML.php"

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

◆ $sRootPath

$sRootPath = $dir['root']

General Settings URL and absolute path for the Ray location directory.

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

◆ $sRootURL

$sRootURL = $site['url']

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

◆ $sScriptHomeDir

$sScriptHomeDir = ""

Integration parameters. URL of the site in which Ray is integrated.

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

◆ $sScriptHomeUrl

$sScriptHomeUrl = $sRootURL . $sScriptHomeDir

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

◆ $sSmilesetsDir

$sSmilesetsDir = "smilesets/"

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

◆ $sSmilesetsPath

$sSmilesetsPath = $sDataPath . $sSmilesetsDir

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

◆ $sSmilesetsUrl

$sSmilesetsUrl = $sDataUrl . $sSmilesetsDir

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

◆ $sWomanImageUrl

$sWomanImageUrl = $sDataUrl . "woman.gif"

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

◆ global

if (!defined("GLOBAL_MODULE")) define("GLOBAL_MODULE" global

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

◆ if

if
Initial value:
{
$aLicenseData['expire_date'] = date("F d, Y", $iExpiresDate)

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.

◆ Ray

if (!defined("DB_PREFIX")) define("DB_PREFIX" Ray

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

$aLicenseData
if($aLicenseData['site_url']=='') if($aLicenseData['server_ip']=='') $aLicenseData['issue_date']
Definition: license.php:94
$iExpiresDate
$iExpiresDate
Definition: license.php:87