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.220.147.154
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 : 2Nav_BarTop.php
<nav class="navbar navbar-default navbar-fixed-top" role="navigation" id="navbar" style="position: inherit;margin-bottom: 0px;"> <!-- navbar-header --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".sidebar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="Home.php"> <img src="../model/upload/img/logo/siamwebsite_64x64_W.png" alt="Logo_siamwebsite" /> </a> <div class="navbar-brand" style="color: white;">Web-based Application rampagesost</div> </div> <!-- end navbar-header --> <!-- navbar-top-links --> <ul class="nav navbar-top-links navbar-right"> <!-- main dropdown --> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#"> <span class="top-label label label-success">1</span> <i class="fa fa-tasks fa-3x"></i> </a> <!-- dropdown tasks --> <ul class="dropdown-menu dropdown-tasks"> <?PHP $DateNow = date('Y-m-d'); $NumberDay = 365; $NumberDay_Percent = 0; $date1 = new DateTime($DateNow); // YY-m-d $date2 = new DateTime("2020-07-14"); $diff = $date2->diff($date1)->format("%a"); "<br/>"; $NumberDay_Percen = ($diff/$NumberDay)*100; $english_format_number = number_format($NumberDay_Percen, 2, '.', ''); ?> <li> <a href="#"> <div> <p> <strong>Date of Expired Website </strong> <span class="pull-right text-muted"><?=$english_format_number;?>% </span> </p> <div class="progress progress-striped active"> <div class="progress-bar progress-bar-primary" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: <?= $english_format_number;?>%"> <span class="sr-only">100% Complete (danger)</span> </div> </div> </div> </a> </li> </ul> <!-- end dropdown-tasks --> </li> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#"> <i class="fa fa-user fa-3x"></i> </a> <!-- dropdown user--> <ul class="dropdown-menu dropdown-user"> <li><a href="Home.php"><i class="fa fa-user fa-fw"></i> Profile</a> </li> <li><a href="Setting.php"><i class="fa fa-gear fa-fw"></i> Setting </a> </li> <li class="divider"></li> <li><a href="Help.php"><i class="fa fa-podcast" aria-hidden="true"></i> Help</a> <li><a href="../model/controller/SignOut.php"><i class="fa fa-sign-out fa-fw"></i> Sign Out </a> </li> </ul> <!-- end dropdown-user --> </li> <!-- end main dropdown --> </ul> <!-- end navbar-top-links --> </nav>
Close