Cheetah
flash
modules
global
inc
header.inc.php
Go to the documentation of this file.
1
<?
php
2
8
require_once(CH_DIRECTORY_PATH_INC .
"utils.inc.php"
);
9
13
if
(!defined(
"VERSION"
)) define(
"VERSION"
,
"1.0.0"
);
14
18
if
(!defined(
"DB_HOST"
)) define(
"DB_HOST"
,
$db
[
'host'
]);
19
if
(!defined(
"DB_PORT"
)) define(
"DB_PORT"
,
$db
[
'port'
]);
20
if
(!defined(
"DB_SOCKET"
)) define(
"DB_SOCKET"
,
$db
[
'sock'
]);
21
if
(!defined(
"DB_NAME"
)) define(
"DB_NAME"
,
$db
[
'db'
]);
22
if
(!defined(
"DB_USER"
)) define(
"DB_USER"
,
$db
[
'user'
]);
23
if
(!defined(
"DB_PASSWORD"
)) define(
"DB_PASSWORD"
,
$db
[
'passwd'
]);
24
if
(!defined(
"DB_PREFIX"
)) define(
"DB_PREFIX"
,
"Ray"
);
25
if
(!defined(
"GLOBAL_MODULE"
)) define(
"GLOBAL_MODULE"
,
"global"
);
26
if
(!defined(
"MODULE_DB_PREFIX"
)) define(
"MODULE_DB_PREFIX"
, DB_PREFIX . ucfirst(
empty
(
$sModule
) ?
''
:
$sModule
));
27
31
$sFlashPlayerVersion
=
"9.0.0"
;
32
37
$sRootPath
=
$dir
[
'root'
];
38
$sRootURL
=
$site
[
'url'
];
39
$sRayHomeDir
=
"flash/"
;
40
41
$sHomeUrl
=
$sRootURL
.
$sRayHomeDir
;
42
$sHomePath
=
$sRootPath
.
$sRayHomeDir
;
43
44
$sRayXmlUrl
=
$sHomeUrl
.
"XML.php"
;
45
46
$sFileErrorPath
=
$sHomePath
.
"file_error.html"
;
47
51
$sModulesDir
=
"modules/"
;
52
$sModulesUrl
=
$sHomeUrl
.
$sModulesDir
;
53
$sModulesPath
=
$sHomePath
.
$sModulesDir
;
54
55
$sGlobalDir
=
"global/"
;
56
$sGlobalUrl
=
$sModulesUrl
.
$sGlobalDir
;
57
$sGlobalPath
=
$sModulesPath
.
$sGlobalDir
;
58
59
//$sFfmpegPath = $sGlobalPath . "app/ffmpeg.exe";
60
$sFfmpegPath
=
getFfmpegPath
();
61
if
(is_integer(strpos(
$sFfmpegPath
,
" "
)))
62
$sFfmpegPath
=
'"'
.
$sFfmpegPath
.
'"'
;
63
64
$sIncPath
=
$sGlobalPath
.
"inc/"
;
65
66
$sDataDir
=
"data/"
;
67
$sDataUrl
=
$sGlobalUrl
.
$sDataDir
;
68
$sDataPath
=
$sGlobalPath
.
$sDataDir
;
69
70
$sSmilesetsDir
=
"smilesets/"
;
71
$sSmilesetsUrl
=
$sDataUrl
.
$sSmilesetsDir
;
72
$sSmilesetsPath
=
$sDataPath
.
$sSmilesetsDir
;
73
78
$sDefSmileset
=
"default"
;
79
80
$sNoImageUrl
=
$sDataUrl
.
"no_photo.jpg"
;
81
$sWomanImageUrl
=
$sDataUrl
.
"woman.gif"
;
82
$sManImageUrl
=
$sDataUrl
.
"man.gif"
;
83
88
$sScriptHomeDir
=
""
;
89
$sScriptHomeUrl
=
$sRootURL
.
$sScriptHomeDir
;
90
94
$sImagesPath
=
$sScriptHomeUrl
.
"media/images/sharingImages/"
;
95
99
$sProfileUrl
=
$sScriptHomeUrl
.
"profile.php"
;
$sGlobalUrl
$sGlobalUrl
Definition:
header.inc.php:56
$sHomePath
$sHomePath
Definition:
header.inc.php:42
$sRootPath
$sRootPath
Definition:
header.inc.php:37
$sRootURL
$sRootURL
Definition:
header.inc.php:38
$sIncPath
$sIncPath
Definition:
header.inc.php:64
$db
if(!defined("DB_HOST")) define("DB_HOST" $db['host']
Definition:
header.inc.php:18
$sFlashPlayerVersion
$sFlashPlayerVersion
Definition:
header.inc.php:31
$sModulesUrl
$sModulesUrl
Definition:
header.inc.php:52
$sDataDir
$sDataDir
Definition:
header.inc.php:66
$sHomeUrl
$sHomeUrl
Definition:
header.inc.php:41
php
$sModule
if(!file_exists($sRayHeaderPath)) $sModule
Definition:
index.php:14
$sWomanImageUrl
$sWomanImageUrl
Definition:
header.inc.php:81
$sModulesPath
$sModulesPath
Definition:
header.inc.php:53
$sDataPath
$sDataPath
Definition:
header.inc.php:68
$sModulesDir
$sModulesDir
Definition:
header.inc.php:51
$sDataUrl
$sDataUrl
Definition:
header.inc.php:67
$sRayXmlUrl
$sRayXmlUrl
Definition:
header.inc.php:44
$sGlobalDir
$sGlobalDir
Definition:
header.inc.php:55
$site
$site['ver']
Definition:
version.inc.php:8
getFfmpegPath
getFfmpegPath()
Definition:
utils.inc.php:1988
$sManImageUrl
$sManImageUrl
Definition:
header.inc.php:82
$sFileErrorPath
$sFileErrorPath
Definition:
header.inc.php:46
$sSmilesetsUrl
$sSmilesetsUrl
Definition:
header.inc.php:71
$sDefSmileset
$sDefSmileset
Definition:
header.inc.php:78
$sRayHomeDir
$sRayHomeDir
Definition:
header.inc.php:39
$sSmilesetsDir
$sSmilesetsDir
Definition:
header.inc.php:70
$sScriptHomeDir
$sScriptHomeDir
Definition:
header.inc.php:88
$sNoImageUrl
$sNoImageUrl
Definition:
header.inc.php:80
$sFfmpegPath
$sFfmpegPath
Definition:
header.inc.php:60
$sScriptHomeUrl
$sScriptHomeUrl
Definition:
header.inc.php:89
$sImagesPath
$sImagesPath
Definition:
header.inc.php:94
$sGlobalPath
$sGlobalPath
Definition:
header.inc.php:57
$sProfileUrl
$sProfileUrl
Definition:
header.inc.php:99
empty
Attr AllowedRel this is empty
Definition:
Attr.AllowedRel.txt:7
$dir
$dir
Definition:
config.php:10
$sSmilesetsPath
$sSmilesetsPath
Definition:
header.inc.php:72
Generated by
1.8.20