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.188.236.18
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 /
sniperthailand.com /
[ HOME SHELL ]
Name
Size
Permission
Action
Structure
[ DIR ]
drwxr-xr-x
admin
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
assets2
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
lasery
[ DIR ]
drwxr-xr-x
model
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
.htaccess
1.2
KB
-rw-r--r--
0language.php
1.91
KB
-rwxr-xr-x
1Head.php
20.57
KB
-rwxr-xr-x
2HeadMenu.php
14.78
KB
-rwxr-xr-x
2banner.php
4.68
KB
-rwxr-xr-x
3Footer.php
10.82
KB
-rwxr-xr-x
4End.php
5.74
KB
-rwxr-xr-x
about.php
12.83
KB
-rw-r--r--
contact.php
6.64
KB
-rwxr-xr-x
detail.php
11.99
KB
-rwxr-xr-x
download.php
9.8
KB
-rwxr-xr-x
index.php
173
B
-rwxr-xr-x
news-details.php
5.92
KB
-rwxr-xr-x
news.php
5.83
KB
-rwxr-xr-x
product.php
16.06
KB
-rwxr-xr-x
product_category.php
8.7
KB
-rwxr-xr-x
product_category3.php
14.71
KB
-rwxr-xr-x
product_category4.php
5.26
KB
-rwxr-xr-x
product_contact.php
1.87
KB
-rwxr-xr-x
product_detail.php
24.13
KB
-rwxr-xr-x
product_detail_More_products.p...
7.61
KB
-rwxr-xr-x
product_left_cat.php
7.23
KB
-rwxr-xr-x
search.php
4.3
KB
-rwxr-xr-x
service.php
3.8
KB
-rwxr-xr-x
topic-product.php
1.82
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : product_category4.php
<?PHP include '1Head.php'; include '2HeadMenu.php'; if (isset($_GET['c3'])) { $category3 = trim($_GET['c3']); $SQL_category3 = " AND product.ProductCategory3_ID = $category3"; $SQL_Category_Head3 = " SELECT product_category3.ProductCategory3_ID , product_category3.ProductCategory3_Name , product_category3.ProductCategory2_ID, product_category3.ProductCategory3_Sort , product_category3.StatusProductCategory3_ID , product_category2.ProductCategory2_Name, product_category3.ProductCategory3_Detail FROM product_category3 INNER JOIN product_category2 ON product_category3.ProductCategory2_ID = product_category2.ProductCategory2_ID WHERE product_category3.ProductCategory3_ID = $category3 ORDER BY product_category3.ProductCategory3_Sort "; $objQuery_Category_Head3 = $objConnect->query($SQL_Category_Head3); while ($objResult_Category_Head3 = mysqli_fetch_array($objQuery_Category_Head3)) { $Head3_ProductCategory2Name = $objResult_Category_Head3["ProductCategory2_Name"]; $Head3_ProductCategory2ID = $objResult_Category_Head3["ProductCategory2_ID"]; $Head3_ProductCategory3ID = $objResult_Category_Head3["ProductCategory3_ID"]; $Head3_ProductCategory3Name = $objResult_Category_Head3["ProductCategory3_Name"]; $Head3_ProductCategory3Detail = $objResult_Category_Head3["ProductCategory3_Detail"]; if ($Head3_ProductCategory3Detail == "<p>-</p>") { $Head3_ProductCategory3Detail = ""; } $Head3_ProductCategory2Name = urldecode($Head3_ProductCategory2Name); $Head3_ProductCategory3Detail = urldecode($Head3_ProductCategory3Detail); } } else { $category3 = $CHKCate3_ID; $Head3_ProductCategory3ID = $CHKCate3_ID; $Head3_ProductCategory3Name = $CHKCate3_Name; $Head3_ProductCategory2Name = $CHKCate2_Name; } ?> <section class="bg-index4" id="wrapper"> <?PHP include 'topic-product.php'; ?> <div class="container bg-index3"> <nav data-depth="2" class="breadcrumb hidden-sm-down"> <ol itemscope itemtype="http://schema.org/BreadcrumbList"> <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a itemprop="item" href="product.php"> <span itemprop="name"><?= $text14; ?></span> </a> </li> <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a itemprop="item" href="product.php"> <span itemprop="name"><?= $text13; ?></span> </a> </li> <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a itemprop="item" href="product_category.php?c2=<?= $Head3_ProductCategory2ID; ?>"> <span itemprop="name"><?= $Head3_ProductCategory2Name; ?></span> </a> </li> <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a itemprop="item" href="product_category3.php?c3=<?= $Head3_ProductCategory3ID ?>"> <span itemprop="name"><?= $Head3_ProductCategory3Name; ?></span> </a> </li> </ol> </nav> <div class="row"> <?PHP include 'product_left_cat.php'; ?> <div id="content-wrapper" class="left-column right-column col-md-9"> <div class="block-category card card-block hidden-sm-down"> <h1 class="h1"><?= $Head3_ProductCategory3Name; ?></h1> <div id="category-description" class="text-muted"> <?= $Head3_ProductCategory3Detail; ?> </div> </div> <?PHP $SQL_Category4_CHK = " SELECT product_category4.ProductCategory4_ID , product_category4.ProductCategory4_Name , product_category4.ProductCategory4_Img , product_category4.StatusProductCategory4_ID , product_category4.ProductCategory3_ID FROM product_category4 WHERE product_category4.StatusProductCategory4_ID = 1 AND product_category4.ProductCategory3_ID = $category3 ORDER BY product_category4.ProductCategory4_Name DESC "; $objQuery_Category4CHK = $objConnect->query($SQL_Category4_CHK); while ($objResult_Category4CHK = mysqli_fetch_array($objQuery_Category4CHK)) { $ProductCategory4Name_CHK = $objResult_Category4CHK["ProductCategory4_Name"]; $ProductCategory4IMG_CHK = $objResult_Category4CHK["ProductCategory4_Img"]; $ProductCategory4ID_CHK = $objResult_Category4CHK["ProductCategory4_ID"]; ?> <div class="col-xl-4 col-lg-4 col-md-12"> <div class="card width100 ptb2"> <a href="product_category3.php?c4=<?= $ProductCategory4ID_CHK; ?>"> <img src="model/upload/img/IMG_Category/<?= $ProductCategory4IMG_CHK; ?>" class="card-img-top height-index1 div-center" alt="<?= $ProductCategory4Name_CHK; ?>"> </a> <div class="card-body"> <a href="product_category3.php?c4=<?= $ProductCategory4ID_CHK; ?>"> <p class="card-text text-center" style="display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;"><?= $ProductCategory4Name_CHK; ?></p> </a> </div> </div> </div> <?PHP } ?> </div> <div class="clearfix"></div> </div> </div> </section> <?PHP include '3Footer.php'; include '4End.php'; ?>
Close