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 | : 13.59.93.176
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 : news-details.php
<?PHP include '1Head.php'; include '2HeadMenu.php'; ?> <section id="wrapper"> <?PHP include 'topic-product.php'; ?> <?PHP if ((isset($_GET['ID'])) or (isset($_GET['CID'])) or (isset($_GET['LID']))) { $ID = trim($_GET['ID']); $CID = trim($_GET['CID']); $LID = trim($_GET['LID']); } else { $ID = 0; $CID = 0; $LID = 0; } $CategoryContent_ID = $CID; $CategoryContentLanguage_ID = $LID; $ContentID = $ID; include 'Structure/Structure_Content.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"]; $strSQL_Visitors = " UPDATE content SET Content_Visitors = Content_Visitors + 1 WHERE Content_ID = '" . $ContentID . "' "; $objConnect->query($strSQL_Visitors); $New_ContentDate = date("d-m-Y", strtotime($ContentDate)); 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 desc "; $objQuery_Content_Img = $objConnect->query($SQL_Content_Img); if($CategoryContent_ID == 51){ // knowledge $Link_span = 'Knowledge'; $Link_Href = 'news.php?page=knowledge'; }else if($CategoryContent_ID == 47){ //news / Installation $Link_span = 'Installation'; $Link_Href = 'news.php'; } ?> <div class="container"> <nav data-depth="3" 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="index.php"> <span itemprop="name">Home</span> </a> <meta itemprop="position" content="1"> </li> <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a itemprop="item" href="<?=$Link_Href;?>"> <span itemprop="name"><?=$Link_span;?></span> </a> <meta itemprop="position" content="2"> </li> <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <span itemprop="name"><?= $ContentContent1; ?></span> <meta itemprop="position" content="3"> </li> </ol> </nav> <div class="row"> <div id="content-wrapper"> <section id="main"> <div class="col-xs-12"> <header class="page-header"> <h1> <?= $ContentContent1; ?> </h1> </header> </div> <section id="content" class="page-content page-cms page-cms-46 page-cms-cat-2"> <?= $ContentContent3; ?> <hr> <div class="row"> <?PHP while ($objResult_Content_Img = mysqli_fetch_array($objQuery_Content_Img)) { $CIMG_ContentImgName = $objResult_Content_Img["ContentImg_Name"]; $CIMG_ContentImgID = $objResult_Content_Img["ContentImg_ID"]; ?> <div class="col-12 col-md-3"> <!-- <img src="model/upload/img/IMG_Home/<?= $CIMG_ContentImgName; ?>" alt="<?= $ContentContent1; ?>" style="width: 100%;height: 200px;object-fit: cover;"> --> <div class="single_product"> <div class="images-container"> <div class="product-cover product-cover-index1"> <img class="js-qv-product-cover object-contain img-index3" src="model/upload/img/IMG_Home/<?= $CIMG_ContentImgName; ?>" alt="<?= $ContentContent1; ?>" title="<?= $ContentContent1; ?>" itemprop="image" > <div class="layer hidden-sm-down" data-toggle="modal" data-target="#product-modal<?=$CIMG_ContentImgID;?>"> <i class="material-icons zoom-in"></i> </div> </div> </div> </div> </div> <div class="modal fade js-product-images-modal" id="product-modal<?=$CIMG_ContentImgID;?>"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title"><?= $ContentContent1; ?></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <img class="js-modal-product-cover product-cover-modal " width="100%" src="model/upload/img/IMG_Home/<?= $CIMG_ContentImgName; ?>" alt="><?= $ContentContent1; ?>" title="><?= $ContentContent1; ?>" itemprop="image"> </div> </div> </div> </div> <?PHP } ?> </div> </section> <footer class="page-footer"> <!-- Footer content --> </footer> </section> </div> </div> </div> <?PHP } ?> </section> <?PHP include '3Footer.php'; include '4End.php'; ?>
Close