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 = "admin";
$System_BackDoor_Password = "adminsiedu";
## Database Definition #################################################
$System_DataBase_HostName = "localhost";
$System_DataBase_UserName = "root";
$System_DataBase_Password = "root";
$System_DataBase_Name = "mfu_db";
## Database Table ######################################################
$System_TableName_Staff = "evaluateicm_system_student";
$System_TableName_UserOnMenu = "crm_System_UserOnMenu";
$System_TableName_StaffOnPermission = "crm_system_staffonpermission";
$System_TableName_Department = "crm_system_department";
$System_TableName_Menu = "crm_system_menu";
$System_TableName_Menusitemap = "crm_system_menusitemap";
$System_TableName_Country = "crm_system_country";
$System_TableName_MainpageConfig = "crm_system_mainpageconfig";
## File Path ###########################################################
// A relative path with home page ----------
$System_Path_Upload = "upload";
$System_FullPath = "http://tah/crm2009";
$System_FullPath_Upload = "http://tah/crm2009/upload";
$System_FullPath_IconLibrary = "http://tah/crm2009/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";
#Member Management
$myModule_Member="crm_mod_member";
$myModule_Member_ChkCount = "crm_mod_member_countcheck";
# Album Table
$myModule_Album = "crm_mod_album";
$myModule_Album_Group = "crm_mod_album_group";
$myModule_Album_Photo = "crm_mod_album_photo";
$myModule_Album_PhotoBoard = "crm_mod_album_photoboard";
$myModule_Album_ChkCountAlbum = "crm_mod_album_countcheck";
$myModule_Album_ChkCountPhoto = "crm_mod_album_photo_countcheck";
// Album full path
$Album_FullPath_ThumbnailPicture = $System_FullPath_Upload."/album/thumbnail";
// Album relative path with this files.
$Album_Path_ThumbnailPicture = $System_RelativePath_Upload."/album/thumbnail";
// Profile's Comment Table
$myModule_Comment = "crm_mod_comment";
// Favorite
$myModule_FavoriteList = "crm_mod_favoritelist";
#Search all site
$myModule_SearchAllSite="crm_mod_searchall";
$myModule_Blog_Comment = "crm_mod_blog_comment";
#Count News
$myModule_Table = "crm_mod_news";
$myModule_Table_ChkCount = "crm_mod_news_countcheck";
## Configuration Variable ###########################################################
$System_SendMailEnable = false;
$System_PrefixMailSubject = "crm";
$System_AdministratorMail = "tah@net-com.co.th";
$System_AdministratorName = "System";
$UserOnlineTimeout = 1200; // length of session, 20 minutes is the standard
#Blog
$myModule_Blog = "crm_mod_blog";
$myModule_Blog_Photo = "crm_mod_blog_photo";
$myModule_Blog_Comment = "crm_mod_blog_comment";
$myModule_Blog_ChkCount = "crm_mod_blog_countcheck";
$myModule_Blog_Setting = "crm_mod_blog_setting";
$myModule_Blog_Group = "crm_mod_blog_group";
// Blog full path
$Blog_RelativePath_HTMLFiles = $System_RelativePath_Upload."/blog/htmlfile";
$Blog_RelativePath_ThumbnailPicture = $System_RelativePath_Upload."/blog/thumbnail";
//Blog JajaWord JS3
define ("_PATH_FRONT", $System_RelativePath_Upload."/blog/".$MembercrmSession_User_ID);
define ("_PATH_", $System_RelativePath_Upload."/blog/".$MembercrmSession_User_ID);
# พาธย่อย ที่ใช้แบ่งสัดส่วนย่อยๆ ของการเก็บข้อมูล
define ("_SUB_PATH_TITLE_", "img_title"); # ใช้เก็บไฟล์ภาพที่ เป็น title ของรายการนั้นๆ บาง Module อาจไม่มี
define ("_SUB_PATH_FILE_ATTACH_", "file_attach"); # ใช้เก็บไฟล์ต่างๆ ที่แนบมากับรายการนั้นๆ ผ่าน Object Multiupload
define ("_SUB_PATH_HTML_", "html_library"); # ใช้เก็บไฟล์ 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"); # ไฟล์ที่อนุญาตให้แนบมากับการตอบได้
//Religion
$i=0;
$System_ReligionValue[$i] = "พุทธ";
$System_ReligionName[$System_ReligionValue[$i]] = "พุทธ";
$i++;
$System_ReligionValue[$i] = "คริสต์";
$System_ReligionName[$System_ReligionValue[$i]] = "คริสต์";
$i++;
$System_ReligionValue[$i] = "อิสลาม";
$System_ReligionName[$System_ReligionValue[$i]] = "อิสลาม";
$i++;
$System_ReligionValue[$i] = "อื่นๆ";
$System_ReligionName[$System_ReligionValue[$i]] = "อื่นๆ";
//Education
$i=0;
$System_EducationValue[$i] = "ประถมศึกษา";
$System_EducationName[$System_EducationValue[$i]] = "ประถมศึกษา";
$i++;
$System_EducationValue[$i] = "มัธยมศึกษา";
$System_EducationName[$System_EducationValue[$i]] = "มัธยมศึกษา";
$i++;
$System_EducationValue[$i] = "ป.ว.ช.";
$System_EducationName[$System_EducationValue[$i]] = "ป.ว.ช.";
$i++;
$System_EducationValue[$i] = "ป.ว.ส. ";
$System_EducationName[$System_EducationValue[$i]] = "ป.ว.ส.";
$i++;
$System_EducationValue[$i] = "อนุปริญญา";
$System_EducationName[$System_EducationValue[$i]] = "อนุปริญญา";
$i++;
$System_EducationValue[$i] = "ปริญญาตรี";
$System_EducationName[$System_EducationValue[$i]] = "ปริญญาตรี";
$i++;
$System_EducationValue[$i] = "ปริญญาโท";
$System_EducationName[$System_EducationValue[$i]] = "ปริญญาโท";
$i++;
$System_EducationValue[$i] = "ปริญญาเอก";
$System_EducationName[$System_EducationValue[$i]] = "ปริญญาเอก";
$i++;
$System_EducationValue[$i] = "อื่นๆ";
$System_EducationName[$System_EducationValue[$i]] = "อื่นๆ";
// Ethnicity
$i=0;
$System_EthnicityValue[$i] = "Asian";
$System_EthnicityName[$System_EthnicityValue[$i]] = "Asian";
$i++;
$System_EthnicityValue[$i] = "Black";
$System_EthnicityName[$System_EthnicityValue[$i]] = "Black / African descent";
$i++;
$System_EthnicityValue[$i] = "Indian";
$System_EthnicityName[$System_EthnicityValue[$i]] = "East Indian";
$i++;
$System_EthnicityValue[$i] = "Latin";
$System_EthnicityName[$System_EthnicityValue[$i]] = "Latino / Hispanic";
$i++;
$System_EthnicityValue[$i] = "MidEast";
$System_EthnicityName[$System_EthnicityValue[$i]] = "Middle Eastern";
$i++;
$System_EthnicityValue[$i] = "American";
$System_EthnicityName[$System_EthnicityValue[$i]] = "Native American";
$i++;
$System_EthnicityValue[$i] = "Islan";
$System_EthnicityName[$System_EthnicityValue[$i]] = "Pacific Islander";
$i++;
$System_EthnicityValue[$i] = "White";
$System_EthnicityName[$System_EthnicityValue[$i]] = "White / Caucasian";
$i++;
$System_EthnicityValue[$i] = "Other";
$System_EthnicityName[$System_EthnicityValue[$i]] = "Other";
//Occupation
$i=0;
$System_OccupationValue[$i] = "ราชการ";
$System_OccupationName[$System_OccupationValue[$i]] = "ราชการ";
$i++;
$System_OccupationValue[$i] = "บริษัทเอกชน";
$System_OccupationName[$System_OccupationValue[$i]] = "บริษัทเอกชน";
$i++;
$System_OccupationValue[$i] = "นักเรียน/นักศึกษา";
$System_OccupationName[$System_OccupationValue[$i]] = "นักเรียน/นักศึกษา";
$i++;
$System_OccupationValue[$i] = "อื่นๆ";
$System_OccupationName[$System_OccupationValue[$i]] = "อื่นๆ";
$sc = array('A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z');
$System_WebboardBlockWord = "รายได้,part time,อาชีพเสริม,บาท ต่อ เดือน,บาท/เดือน,บาท/ เดือน,บาท / เดือน,ธุรกิจส่วนตัว,ลดความอ้วน,ลดน้ำหนัก";
?>
Hacked By AnonymousFox1.0, Coded By AnonymousFox