Hacked By AnonymousFox
<?
## Assign Database Table ###################################
$myModule_Table1 = "moe_mod_calendar";
$myModule_Table1Group = "moe_mod_calendar_group";
$myModule_TableTag = "moe_mod_news_tag";
$myModule_Table1_FileUpload = "moe_mod_calendar_fileupload";
//$myModule_Table_File="tsnns_mod_calendar_file";
## 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_UploadFiles = $System_FullPath_Upload."/".$SystemModuleKey."/uploadfiles";
// 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_UploadFiles = $System_RelativePath_Upload."/".$SystemModuleKey."/uploadfiles";
// Module Variable
$System_StartYearContent = 2006;
?>
Hacked By AnonymousFox1.0, Coded By AnonymousFox