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 /
mobilejs /
[ HOME SHELL ]
Name
Size
Permission
Action
common.js
17.91
KB
-rw-r--r--
pramukhlib.js
20.06
KB
-rw-r--r--
wimpy.js
24
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : common.js
//Start Useful for paging function function RedirectFindPaging(pgno) { document.frmpaging.page.value=pgno; document.frmpaging.submit(); } function RedirectFindfestival(pgno,urlid) { document.frmfestival.fstid.value=pgno; document.frmfestival.fstpage.value=urlid; document.frmfestival.submit(); } function Redirecttopstorypageid(pgno,urlid) { document.frmtopstories.storyid.value=pgno; document.frmtopstories.storypage.value=urlid; document.frmtopstories.submit(); } function RedirectFindTakeaTest(pgno) { document.frmtakeatest.levelid.value=pgno; document.frmtakeatest.submit(); } function Redirectphotoalbum(pgno,urlid) { document.frmphotoalbum.albumid.value=pgno; document.frmphotoalbum.albumurl.value=urlid; document.frmphotoalbum.submit(); } function Redirectdetailevents(pgno,urlid) { document.frmeventpage.eventid.value=pgno; document.frmeventpage.eventpage.value=urlid; document.frmeventpage.submit(); } function Redirectvideoalbum(pgno,urlid) { document.frmvideoalbum.videoid.value=pgno; document.frmvideoalbum.videourl.value=urlid; document.frmvideoalbum.submit(); } function RedirectPastPollDetail(pgno,urlid) { document.frmpdetail.pollid.value=pgno; document.frmpdetail.pollpage.value=urlid; document.frmpdetail.submit(); } function RedirectPastMantra(pgno,urlid) { document.frmpastmantra.mantraid.value=pgno; document.frmpastmantra.mantrapage.value=urlid; document.frmpastmantra.submit(); } function RedirectFindimportantplace(pgno,urlid) { document.frmimportantplace.impid.value=pgno; document.frmimportantplace.imppage.value=urlid; document.frmimportantplace.submit(); } function RedirectFindactivities(pgno,urlid) { document.frmactivities.actid.value=pgno; document.frmactivities.actpage.value=urlid; document.frmactivities.submit(); } function RedirectFindservices(pgno,urlid) { document.frmservices.srcid.value=pgno; document.frmservices.srcpage.value=urlid; document.frmservices.submit(); } function RedirectFinddiscover(pgno,urlid)//This function used to redirect discover contetn page Nitesh { document.frmdiscover.disid.value=pgno; document.frmdiscover.dispage.value=urlid; document.frmdiscover.submit(); } function RedirectTagFestival(pgno,urlid) { document.frmtagfestival.fstid.value=pgno; document.frmtagfestival.fsttagline.value=urlid; document.frmtagfestival.submit(); } function RedirectTagPlace(pgno,urlid) { document.frmtagplace.impid.value=pgno; document.frmtagplace.imptagline.value=urlid; document.frmtagplace.submit(); } function RedirectFindprivious(pgno,urlid)//previous vedmantra module by vaishali { document.frmprivious.prid.value=pgno; document.frmprivious.imppage.value=urlid; document.frmprivious.submit(); } function RedirectFindtodaymantra(pgno,urlid)//previous vedmantra module by vaishali { document.frmtodaymantra.impid.value=pgno; document.frmtodaymantra.imppage.value=urlid; document.frmtodaymantra.submit(); } //End Useful for paging function function checkInt(evt) //this function use for only add number value { evt = (evt) ? evt : window.event var charCode = (evt.which) ? evt.which : evt.keyCode if (charCode > 31 && (charCode < 44 || charCode > 57 )) { status = "This Field Accepts Numbers Only." return false; } status = "" return true } function clearText(theField)//this function use in login popup page { if(theField.value=="EmailAddress") { theField.value = ""; } else if(theField.value=="Password") { theField.value = ""; } else if(theField.value=="Mobile Number") { theField.value = ""; } else if(theField.value=="Friends email/address") { theField.value=""; } else if(theField.value=="Your message") { theField.value=""; } } function addText(theField) { if (theField.value == '') theField.value = theField .defaultValue; } var xmlHttp; function srvTime(){ try { //FF, Opera, Safari, Chrome xmlHttp = new XMLHttpRequest(); } catch (err1) { //IE try { xmlHttp = new ActiveXObject('Msxml2.XMLHTTP'); } catch (err2) { try { xmlHttp = new ActiveXObject('Microsoft.XMLHTTP'); } catch (eerr3) { //AJAX not supported, use CPU time. alert("AJAX not supported"); } } } xmlHttp.open('HEAD',window.location.href.toString(),false); xmlHttp.setRequestHeader("Content-Type", "text/html"); xmlHttp.send(''); return xmlHttp.getResponseHeader("Date"); } function cdtd(a,b,srtime) //use for timer Nitesh { var dateval=a.split("-"); for(var i=1; i<=b; ++i) { var m=i-1; var lastdate=dateval[m]; var xmas = new Date(lastdate); var st = srvTime(); var now = new Date(st); var timeDiff =xmas.getTime() - now.getTime(); if (timeDiff <= 0) { clearTimeout(timer); location.reload(); //document.write("Christmas is here!"); // Run any code needed for countdown completion here } var seconds = Math.floor(timeDiff / 1000); var minutes = Math.floor(seconds / 60); var hours = Math.floor(minutes / 60) ; var days = Math.floor(hours / 24); hours %= 24; minutes %= 60; seconds %= 60; var dname="daysBox"+i; var hname="hoursBox"+i; var mname="minsBox"+i; var sname="secsBox"+i; document.getElementById(dname).innerHTML = days; document.getElementById(hname).innerHTML = hours; document.getElementById(mname).innerHTML = minutes; document.getElementById(sname).innerHTML = seconds; var timer = setTimeout(function(){cdtd(a,b)},1000); } } //=================================Parmar Nitesh===================================// function findselectstate(countryid) //this function is used for Contry wise select state. { var xmlhttp=false; try { xmlhttp = new ActiveXObject('Msxml2.XMLHTTP'); } catch (e) { try { xmlhttp = new ActiveXObject('Microsoft.XMLHTTP'); } catch (E) { xmlhttp = false; } } if (!xmlhttp && typeof XMLHttpRequest!='undefined') { xmlhttp = new XMLHttpRequest(); } var file ="include/aryasamaj_fnd_state_ajax.php?countryid="+countryid; //window.open(file); xmlhttp.open('GET', file, true); xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4) { var myContent; myContent=xmlhttp.responseText; document.getElementById('FetchAjaxDatastate').innerHTML=myContent; } } xmlhttp.send(null) //Nullify the XMLHttpRequest return; } function findselcity(stateid) ////this function is used for State wise selected city. 15-08-12 { var xmlhttp=false; try { xmlhttp = new ActiveXObject('Msxml2.XMLHTTP'); } catch (e) { try { xmlhttp = new ActiveXObject('Microsoft.XMLHTTP'); } catch (E) { xmlhttp = false; } } if (!xmlhttp && typeof XMLHttpRequest!='undefined') { xmlhttp = new XMLHttpRequest(); } var file ="include/aryasamaj_fnd_city_ajax.php?stateid="+stateid; //window.open(file); xmlhttp.open('GET', file, true); xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4) { var myContent; myContent=xmlhttp.responseText; document.getElementById('FetchAjaxDataCity').innerHTML=myContent; } } xmlhttp.send(null) //Nullify the XMLHttpRequest return; } function pollvoteupdate(pqid,ans) //This function use in display Poll% { var xmlhttp=false; try { xmlhttp = new ActiveXObject('Msxml2.XMLHTTP'); } catch (e) { try { xmlhttp = new ActiveXObject('Microsoft.XMLHTTP'); } catch (E) { xmlhttp = false; } } if (!xmlhttp && typeof XMLHttpRequest!='undefined') { xmlhttp = new XMLHttpRequest(); } var file ="include/aryasamaj-change_poll_vote.php?pqid="+pqid+"&ans="+ans; //window.open(file); xmlhttp.open('GET', file, true); xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4) { var myContent; myContent=xmlhttp.responseText; document.getElementById('FetchAjaxData').innerHTML=myContent; } } xmlhttp.send(null) //Nullify the XMLHttpRequest return; } function blankInst() //validation of institution register form { if(document.frminstilogin.txtname.value=="") { alert('Please Enter Institution Name'); document.frminstilogin.txtname.focus(); return false; } if(document.frminstilogin.cmbinstitutiontype.value == 0 ) { alert("Please Select Instution Type"); document.frminstilogin.cmbinstitutiontype.focus(); return false; } if(document.frminstilogin.cmbinstitutionlevel.value == 0 ) { alert("Please Select Instution Level"); document.frminstilogin.cmbinstitutionlevel.focus(); return false; } if(document.frminstilogin.cmbistitution.value == 0 ) { alert("Please Select Instution"); document.frminstilogin.cmbistitution.focus(); return false; } if(document.frminstilogin.cmbcountry.value == 0 ) { alert("Please Select Country"); document.frminstilogin.cmbcountry.focus(); return false; } if(document.frminstilogin.cmbstate.value == 0 ) { alert("Please Select State"); document.frminstilogin.cmbstate.focus(); return false; } if(document.frminstilogin.cmbcity.value == 0 ) { alert("Please Select City"); document.frminstilogin.cmbcity.focus(); return false; } if(document.frminstilogin.txtaddress.value=="") { alert('Please Enter Address'); document.frminstilogin.txtaddress.focus(); return false; } var emailid = document.frminstilogin.txtofiemail.value; var mobile = document.frminstilogin.txtmobno.value; if(emailid!="") { if(emailCheck(document.frminstilogin.txtofiemail)==false) { document.frminstilogin.txtofiemail.focus(); return false; } } else if(document.frminstilogin.txtmobno.value=="") { alert('Please Enter Mobile Number or Email Address.'); document.frminstilogin.txtofiemail.focus(); return false; } if(document.frminstilogin.txtpassword.value=="") { alert("Pleace Enter Password"); document.frminstilogin.txtpassword.focus(); return false; } if(document.frminstilogin.txtrepassword.value=="") { alert("Pleace Enter Re-Password"); document.frminstilogin.txtrepassword.focus(); return false; } if(document.frminstilogin.txtpassword.value != document.frminstilogin.txtrepassword.value) { alert("Pleace Enter Same Password"); document.frminstilogin.txtrepassword.focus(); return false; } } function blankmemreg() //validation of member register form { if(document.frmlogin.txtname.value=="") { alert('Please Enter Name'); document.frmlogin.txtname.focus(); return false; } if(document.frmlogin.cmbcountry.value == 0 ) { alert("Please Select Country"); document.frmlogin.cmbcountry.focus(); return false; } var emailid = document.frmlogin.txtemail.value; var mobile = document.frmlogin.txtmobno.value; if(emailid!="") { if(emailCheck(document.frmlogin.txtemail)==false) { document.frmlogin.txtemail.focus(); return false; } } else if(document.frmlogin.txtmobno.value=="") { alert('Please Enter Mobile Number or Email Address.'); document.frmlogin.txtemail.focus(); return false; } if(document.frmlogin.txtpassword.value=="") { alert("Pleace Enter Password"); document.frmlogin.txtpassword.focus(); return false; } if(document.frmlogin.txtrepassword.value=="") { alert("Pleace Enter Re-Password"); document.frmlogin.txtrepassword.focus(); return false; } if(document.frmlogin.txtrepassword.value != document.frmlogin.txtpassword.value) { alert("Pleace Enter Same Password"); document.frmlogin.txtrepassword.focus(); return false; } } // Function added by vimal gohel 2-oct-12 // Function for the event page === aryasamaj-latestevents.php, aryasamaj-events.php function RedirectPhotoEvents(pgno,urlid) { document.frmphotoevents.eventsid.value=pgno; document.frmphotoevents.eventspage.value=urlid; document.frmphotoevents.submit(); } function RedirectVideoEvents(pgno,urlid) { document.frmvideoevents.eventsid.value=pgno; document.frmvideoevents.eventspage.value=urlid; document.frmvideoevents.submit(); } function RedirectAudioEvents(pgno,urlid) { document.frmaudioevents.eventsid.value=pgno; document.frmaudioevents.eventspage.value=urlid; document.frmaudioevents.submit(); } // Function for the festival page === aryasamaj-festival.php function RedirectPhotoFestival(pgno,urlid) { document.frmphotofestival.festivalid.value=pgno; document.frmphotofestival.festivalpage.value=urlid; document.frmphotofestival.submit(); } function RedirectVideoFestival(pgno,urlid) { document.frmvideofestival.festivalid.value=pgno; document.frmvideofestival.festivalpage.value=urlid; document.frmvideofestival.submit(); } function RedirectAudioFestival(pgno,urlid) { document.frmaudiofestival.festivalid.value=pgno; document.frmaudiofestival.festivalpage.value=urlid; document.frmaudiofestival.submit(); } // Function for the topstories module in the homepage == aryasamaj-topstories.php function fnTopStoriesPhoto(pgno,urlid) { document.frmTopStoriesPhoto.topstoriesid.value=pgno; document.frmTopStoriesPhoto.topstoriespage.value=urlid; document.frmTopStoriesPhoto.submit(); } function fnTopStoriesVideo(pgno,urlid) { document.frmTopStoriesVideo.topstoriesid.value=pgno; document.frmTopStoriesVideo.topstoriespage.value=urlid; document.frmTopStoriesVideo.submit(); } function fnTopStoriesAudio(pgno,urlid) { document.frmTopStoriesAudio.topstoriesid.value=pgno; document.frmTopStoriesAudio.topstoriespage.value=urlid; document.frmTopStoriesAudio.submit(); } // End functions == 2-oct-12 function textdisablepoll(id,pqid)//this function use in poll module by dharmishtha { if(id > 0) { document.getElementById('pollsubmit'+pqid).disabled = false; } else { document.getElementById('pollsubmit'+pqid).disabled = true; } } $(document).ready(function(){ //this function use for marqee (function($) { $.fn.textWidth = function(){ var calc = '<span style="display:none">' + $(this).text() + '</span>'; $('body').append(calc); var width = $('body').find('span:last').width(); $('body').find('span:last').remove(); return width; }; $.fn.marquee = function(args) { var that = $(this); var textWidth = that.textWidth(), offset = that.width(), width = offset, css = { 'text-indent' : that.css('text-indent'), 'overflow' : that.css('overflow'), 'white-space' : that.css('white-space') }, marqueeCss = { 'text-indent' : width, 'overflow' : 'hidden', 'white-space' : 'nowrap' }, args = $.extend(true, { count: -1, speed: 1e1, leftToRight: false }, args), i = 0, stop = textWidth*-1, dfd = $.Deferred(); function go() { if(!that.length) return dfd.reject(); if(width == stop) { i++; if(i == args.count) { that.css(css); return dfd.resolve(); } if(args.leftToRight) { width = textWidth*-1; } else { width = offset; } } that.css('text-indent', width + 'px'); if(args.leftToRight) { width++; } else { width--; } setTimeout(go, args.speed); }; if(args.leftToRight) { width = textWidth*-1; width++; stop = offset; } else { width--; } that.css(marqueeCss); go(); return dfd.promise(); }; })(jQuery); $('.marq').marquee({ speed: 20 }); });//]]> function disablebutton()//this is used to button disable at that time when any value not selected from comboxbox by dharmishtha { if(document.frmsearch.cmbsearch.value > 0) document.getElementById('searchsubmit').disabled = false; else document.getElementById('searchsubmit').disabled = true; } function textdisablebutton()//this is used to button disable at that time when any text not inserted into search textbox by dharmishtha { if(document.frmsearch.txtsearch.value.length > 0) document.getElementById('searchsubmit').disabled = false; else document.getElementById('searchsubmit').disabled = true; } //Start Email validation function function emailCheck(objEmail) { //alert(objEmail); if(objEmail.value=="") { alert("Enter your email pls...."); //form1.email.select(); return false; } else { var mail=objEmail.value; return emailCheck1(mail); } } function emailCheck1(emailStr) { var emailPat=/^(.+)@(.+)$/ var specialChars="\\(\\)<>@,;:\\\\\\\"\\.\\[\\]$*{}/^+#%&�=�!`~'" var validChars="\[^\\s" + specialChars + "\]" var quotedUser="(\"[^\"]*\")" var ipDomainPat=/^\[(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})\]$/ var atom=validChars + '+' var word="(" + atom + "|" + quotedUser + ")" var userPat=new RegExp("^" + word + "(\\." + word + ")*$") var domainPat=new RegExp("^" + atom + "(\\." + atom +")*$") var matchArray=emailStr.match(emailPat) if (matchArray==null) { alert("Please enter correct email address") return false } var user=matchArray[1] var domain=matchArray[2] if (user.match(userPat)==null) { alert("Please enter correct email address") return false } var IPArray=domain.match(ipDomainPat) if (IPArray!=null) { for (var i=1;i<=11;i++) { if (IPArray[i]>255) { alert("Destination IP address is invalid!") return false } } } var domainArray=domain.match(domainPat) if (domainArray==null) { alert("The domain name doesn't seem to be valid.") return false } var atomPat=new RegExp(atom,"g") var domArr=domain.match(atomPat) var len=domArr.length if (domArr[domArr.length-1].length<2 || domArr[domArr.length-1].length>4) { alert("The email address must end in a two to three-letter domain after the dot.") return false } if (len<2) { var errStr="This address is missing a hostname!" alert(errStr) return false } return true; } //over email validation function
Close