Hacked By AnonymousFox
<?
## Assign Database Table ###################################
//$myModule_TableGroup = "moe_mod_news_config";
$myModule_Table = "moe_mod_news";
$myModule_TableGroup = "moe_mod_news_group";
$myModule_TableTag = "moe_mod_news_tag";
$myModule_Table_FileUploadOnNews = "moe_mod_news_fileuploadonnews";
$myModule_Table_News_Answers = "moe_mod_news_answer";
$myModule_Table_Gallery = "moe_mod_news_gallery";
$myModule_Table_Video = "moe_mod_news_video";
$myModule_Table_Request = "moe_mod_news_request";
## Configuration Path ######################################
$myModule_FullPath_ThumbnailPicture = $System_FullPath_Upload."/".$SystemModuleKey."/thumbnail";
$myModule_FullPath_HTMLFiles = $System_FullPath_Upload."/".$SystemModuleKey."/htmlfiles";
$myModule_FullPath_ImageLibrary = $System_FullPath_Upload."/".$SystemModuleKey."/library";
$myModule_FullPath_FileUpload = $System_FullPath_Upload."/".$SystemModuleKey."/FileUpload";
// A relative path with this files.
$myModule_Path_ThumbnailPicture = $System_RelativePath_Upload."/".$SystemModuleKey."/thumbnail";
$myModule_Path_HTMLFiles = $System_RelativePath_Upload."/".$SystemModuleKey."/htmlfiles";
$myModule_Path_ImageLibrary = $System_RelativePath_Upload."/".$SystemModuleKey."/library";
$myModule_Path_FileUpload = $System_RelativePath_Upload."/".$SystemModuleKey."/FileUpload";
## Video & Gallery
$myModule_Path_Video =$System_RelativePath_Upload."/".$SystemModuleKey."/Video";
$myModule_Path_GalleryThumbnail =$System_RelativePath_Upload."/".$SystemModuleKey."/gallerythumbnail";
$myModule_Path_Gallery = $System_RelativePath_Upload."/".$SystemModuleKey."/gallery";
$myModule_Path_FileUpload =$System_RelativePath_Upload."/".$SystemModuleKey."/FileUpload";
## Search All Site
$myModule_Path_Search = $System_FullPath."/".$Lang."/news/detail.php?NewsID=".$MaxID."&Key=".$SystemModuleKey;
# กำหนดจำนวนแสดงรายการต่อ 1 หน้า
define ("_LIST_PAGE_HOME_", 3);
define ("_LIST_PAGE_HOME2_",3);
define ("_LIST_PAGE_HOME3_",2);
define ("_LIST_PAGE_HOME7_", 5);
?>
Hacked By AnonymousFox1.0, Coded By AnonymousFox