One Hat Cyber Team
Your IP :
216.73.216.62
Server IP :
122.155.17.190
Server :
Linux cat17190.thaihostserver.com 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64
Server Software :
Apache/2
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
neunkho
/
public_html
/
hpp
/
View File Name :
index.php
<?php if (isset($_GET["page"])) { $pagenow = $_GET["page"]; } else { $pagenow = ""; } if (isset($_GET["printapp"])) { $printapp = $_GET["printapp"]; } else { $printapp = ""; } if ($pagenow == "login") { include "module/Systems_Authenticate/Login_user.php"; } elseif ($pagenow == "logout") { include "module/Systems_Authenticate/Logout_user.php"; } elseif ($pagenow == "dashboard") { $ShowPageTitle = "แผงควบคุม"; include "module/Systems_Home/Dashboard_Page.php"; } elseif ($pagenow == "configSystems") { $ShowPageTitle = "ข้อมูลระบบ"; include "module/Systems_Setting/Setting_systems_Page.php"; } elseif ($pagenow == "memberSystems") { $ShowPageTitle = "ข้อมูลผู้ใช้งานระบบ"; include "module/Systems_Setting/Member_systems_Page.php"; } elseif ($pagenow == "institutionSystems") { $ShowPageTitle = "ข้อมูลพื้นฐาน"; include "module/Systems_Setting/Setting_Institution_Page.php"; } elseif ($pagenow == "nametitleSystems") { $ShowPageTitle = "ข้อมูลคำนำหน้าชื่อ"; include "module/Systems_Setting/Title_systems_Page.php"; } elseif ($pagenow == "statusSystems") { $ShowPageTitle = "ข้อมูลสถานะ"; include "module/Systems_Setting/Status_Businessman_systems_Page.php"; } elseif ($pagenow == "dataBusinessmanSystems") { $ShowPageTitle = "ข้อมูลผู้ประกอบการ"; include "module/Systems_Businessman/Data_Businessman_systems_Page.php"; } elseif ($pagenow == "dataShowBusinessmanSystems") { $ShowPageTitle = "แสดงข้อมูลผู้ประกอบการ"; include "module/Systems_Businessman/ShowData_Businessman_systems_Page.php"; } elseif ($pagenow == "NewDataBus") { $ShowPageTitle = "เพิ่มข้อมูลผู้ประกอบการ"; include "module/Systems_Businessman/AddDataNew.php"; } elseif ($pagenow == "dataLincense") { $ShowPageTitle = "ข้อมูลใบอนุญาต"; include "module/Systems_Application/Data_ApplicationLicense_systems_Page.php"; } elseif ($pagenow == "InsertDataLincense") { $ShowPageTitle = "เพิ่มแบบคำขอรับใบอนุญาต"; include "module/Systems_Application/AddData_ApplicationLicense_systems_Page.php"; } elseif ($pagenow == "AppicationPrint") { $ShowPageTitle = "พิมพ์แบบคำขอรับ"; if ($printapp == "1") { include "module/Systems_Print_Document/Print_Appication_Systems_Page_T1.php"; } elseif ($printapp == "2") { include "module/Systems_Print_Document/Print_Appication_Systems_Page_T2.php"; } elseif ($printapp == "3") { include "module/Systems_Print_Document/Print_Appication_Systems_Page_T3.php"; } elseif ($printapp == "4") { include "module/Systems_Print_Document/Print_Appication_Systems_Page_T4.php"; } elseif ($printapp == "5") { include "module/Systems_Print_Document/Print_Appication_Systems_Page_T5.php"; } elseif ($printapp == "6") { include "module/Systems_Print_Document/Print_Appication_Systems_Page_T6.php"; } elseif ($printapp == "11") { include "module/Systems_Print_Document/Print_License_Systems_Page_T11.php"; } elseif ($printapp == "14") { include "module/Systems_Print_Document/Print_License_Systems_Page_T14.php"; } elseif ($printapp == "15") { include "module/Systems_Print_Document/Print_License_Systems_Page_T15.php"; } elseif ($printapp == "16") { include "module/Systems_Print_Document/Print_License_Systems_Page_T16.php"; } elseif ($printapp == "17") { include "module/Systems_Print_Document/Print_Appication_Systems_Page_T17.php"; } else { } }elseif ($pagenow == "DocOtherPrint") { $ShowPageTitle = "พิมพ์เอกสาร"; include "module/Systems_Print_Document/Print_Other_Systems_Page_T1.php"; } elseif ($pagenow == "AppicationShow") { $ShowPageTitle = "แสดงข้อมูลแบบคำขอรับใบอนุญาต"; include "module/Systems_Application/ShowData_ApplicationLicense_systems_Page.php"; } elseif ($pagenow == "UpdateAppicationShow") { $ShowPageTitle = "แก้ไขแบบคำขอรับใบอนุญาต"; include "module/Systems_Application/EditData_ApplicationLicense_systems_Page.php"; } elseif ($pagenow == "dataCertificate") { $ShowPageTitle = "ข้อมูลหนังสือรับรองการแจ้ง"; include "module/Systems_Application/Data_ApplicationCertificate_systems_Page.php"; } elseif ($pagenow == "dataPetition") { $ShowPageTitle = "ข้อมูลหนังสือรับรองอื่น"; include "module/Systems_Application/Data_ApplicationPetition_systems_Page.php"; } elseif ($pagenow == "LicensePrint") { $ShowPageTitle = "พิมพ์ใบอนุญาต"; if ($printapp == "1") { include "module/Systems_Print_Document/Print_License_Systems_Page_T1.php"; } elseif ($printapp == "2") { include "module/Systems_Print_Document/Print_License_Systems_Page_T2.php"; } elseif ($printapp == "3") { include "module/Systems_Print_Document/Print_License_Systems_Page_T3.php"; } elseif ($printapp == "4") { include "module/Systems_Print_Document/Print_License_Systems_Page_T4.php"; } elseif ($printapp == "5") { include "module/Systems_Print_Document/Print_License_Systems_Page_T5.php"; } elseif ($printapp == "6") { include "module/Systems_Print_Document/Print_License_Systems_Page_T6.php"; } elseif ($printapp == "7") { include "module/Systems_Print_Document/Print_License_Systems_Page_T7.php"; } elseif ($printapp == "8") { include "module/Systems_Print_Document/Print_License_Systems_Page_T8.php"; } elseif ($printapp == "16") { include "module/Systems_Print_Document/Print_License_Systems_Page_T16.php"; } elseif ($printapp == "17") { include "module/Systems_Print_Document/Print_License_Systems_Page_T17.php"; } else { } } elseif ($pagenow == "AppicationOtherShow") { $ShowPageTitle = "แสดงข้อมูล"; include "module/Systems_Application/ShowData_OtherDocument_systems_Page.php"; } elseif ($pagenow == "ReceiptPrint") { $ShowPageTitle = "พิมพ์ใบเสร็จรับเงิน"; if ($printapp == "4") { include "module/Systems_Print_Document/Print_Appication_Systems_Page_T4.php"; } elseif ($printapp == "5") { include "module/Systems_Print_Document/Print_Appication_Systems_Page_T5.php"; } } elseif ($pagenow == "reportall") { $ShowPageTitle = "รายงาน"; include "module/Systems_Report/AllReport_Systems_Page.php"; } elseif ($pagenow == "reportallday") { $ShowPageTitle = "รายงานประจำวัน"; include "module/Systems_Report/AllReportDay_Systems_Page.php"; } elseif ($pagenow == "reportallmonth") { $ShowPageTitle = "รายงานประจำเดือน"; include "module/Systems_Report/AllReportMonth_Systems_Page.php"; } elseif ($pagenow == "reportallyear") { $ShowPageTitle = "รายงานประจำปี"; include "module/Systems_Report/AllReportYear_Systems_Page.php"; } elseif ($pagenow == "reportallorder") { $ShowPageTitle = "รายงาน"; include "module/Systems_Report/AllReportOrder_Systems_Page.php"; } elseif ($pagenow == "reportexport") { $ShowPageTitle = "รายงาน"; include "module/Systems_Report/ExportPDFReport_Systems_Pgae.php"; } //Font elseif ($pagenow == "dashboardUser") { $ShowPageTitle = "แผงควบคุม"; include "module/Systems_Mg_Businessman/Dashboard.php"; } elseif ($pagenow == "profileUser") { $ShowPageTitle = "ข้อมูลส่วนตัว"; include "module/Systems_Mg_Businessman/Profile.php"; } elseif ($pagenow == "DataShowMan") { $ShowPageTitle = "ข้อมูลผู้ประกอบการ"; include "module/Systems_Mg_Businessman/ShowDataBusinessman.php"; } elseif ($pagenow == "ShowDataApp") { $ShowPageTitle = "ข้อมูลใบอนุญาต"; include "module/Systems_Mg_Businessman/ShowDataApp.php"; } elseif ($pagenow == "DataApp") { $ShowPageTitle = "ข้อมูลใบอนุญาต"; include "module/Systems_Mg_Businessman/DataAppAll.php"; } elseif ($pagenow == "AddDataApp") { $ShowPageTitle = "เพิ่มข้อมูลใบอนุญาต"; include "module/Systems_Mg_Businessman/AddDataApp.php"; } elseif ($pagenow == "EditDataApp") { $ShowPageTitle = "แก้ไขข้อมูลใบอนุญาต"; include "module/Systems_Mg_Businessman/EditDataApp.php"; } elseif ($pagenow == "DataAppCa") { $ShowPageTitle = "ข้อมูลหนังสือรับรอง"; include "module/Systems_Mg_Businessman/DataAppCertificate.php"; } //help elseif ($pagenow == "help") { $ShowPageTitle = "ช่วยเหลือ"; include "module/Systems_Help/Help_Systems_Page.php"; } elseif ($pagenow == "profile") { $ShowPageTitle = "ข้อมูลส่วนตัว"; include "module/Systems_Member/Profile_Member_Page.php"; } elseif ($pagenow == "") { $ShowPageTitle = "แผงควบคุม"; include "module/Systems_Home/Dashboard_Page.php"; } elseif ($pagenow == "error404") { include "404.html"; } else { include "404.html"; } ?>