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 /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
popbox
[ DIR ]
drwxr-xr-x
a.js
3.05
KB
-rw-r--r--
addthiswidget.js
6.67
KB
-rw-r--r--
common.js
133.68
KB
-rwxrwxrwx
common_19-01-15.js
132.19
KB
-rw-r--r--
common_19-10-15.js
133.38
KB
-rw-r--r--
conversion.js
8.91
KB
-rw-r--r--
cookies.js
2.03
KB
-rw-r--r--
countdown.js
2.33
KB
-rw-r--r--
index.php
210
B
-rw-r--r--
jquery-1.8.0.min.js
90.39
KB
-rwxrwxrwx
jquery-latest.js
246.98
KB
-rw-r--r--
jquery.accessible-news-slider....
19.84
KB
-rw-r--r--
jquery.accessible-news-slider_...
10.08
KB
-rw-r--r--
jquery.asscountdown.js
3.79
KB
-rw-r--r--
jquery.autocomplete.js
20.77
KB
-rw-r--r--
jquery.colorbox.js
25.62
KB
-rw-r--r--
jquery.colorbox_08-08-14.js
25.62
KB
-rw-r--r--
jquery.countdown.js
3.79
KB
-rw-r--r--
jquery.countdown_14-03-14.js
3.75
KB
-rw-r--r--
jquery.fancybox.js
44.81
KB
-rw-r--r--
jquery.fancybox_21-01-15.js
44.81
KB
-rw-r--r--
jquery.jplayer.min.js
54.44
KB
-rw-r--r--
jquery.js
117.81
KB
-rw-r--r--
jquery.live_time_ago_query.js
6.53
KB
-rw-r--r--
jquery.min.js
76.76
KB
-rw-r--r--
jquery.min_08-08-14.js
76.76
KB
-rw-r--r--
jquery.nivo.slider.pack.js
9.06
KB
-rw-r--r--
jquery.prettyPhoto.js
21.33
KB
-rw-r--r--
jquery.prettyPhoto_05-02-15.js
21.31
KB
-rw-r--r--
jquery.session.js
3.62
KB
-rw-r--r--
jquery.time_ago_min.js
90.62
KB
-rw-r--r--
jquery.timeago.js
4.33
KB
-rw-r--r--
jquery.uniform.js
18.89
KB
-rw-r--r--
jquery.uniform.min.js
8.08
KB
-rw-r--r--
jquery.validate.js
34.53
KB
-rw-r--r--
jquery.validate.min.js
23.95
KB
-rw-r--r--
jquery.wt-lightbox.min-.js
23.08
KB
-rw-r--r--
jquery.wt-lightbox.min-22-6-13...
9.93
KB
-rw-r--r--
jquery.wt-lightbox.min.js
25.76
KB
-rw-r--r--
jquery.wt-lightbox.min_19-03-1...
24.93
KB
-rw-r--r--
jquery.wt-lightbox.min_24-03-1...
25.73
KB
-rw-r--r--
jquery.wt-lightbox.min_new_24-...
26.5
KB
-rw-r--r--
jquery.wt-scroller.min.js
16.21
KB
-rw-r--r--
jquery_linkshwhide.js
13.13
KB
-rw-r--r--
jqueryshwhide.js
76.76
KB
-rw-r--r--
jqueryslider.js
91.44
KB
-rw-r--r--
key.js
534
B
-rw-r--r--
page.js
65.14
KB
-rw-r--r--
pramukhlib.js
20.06
KB
-rw-r--r--
preview.js
5.6
KB
-rw-r--r--
script.js
1.49
KB
-rw-r--r--
slidejquery-1.9.1.min.js
108.97
KB
-rw-r--r--
slidejssor.js
88.14
KB
-rw-r--r--
sliderjssor.slider.js
162.09
KB
-rw-r--r--
sliderscript.js
23.57
KB
-rw-r--r--
sliderscript_09-04-14.js
23.57
KB
-rw-r--r--
superfish.js
3.63
KB
-rw-r--r--
thickbox.js
11.33
KB
-rw-r--r--
timer.js
2.64
KB
-rwxrwxrwx
validate.js
2.03
KB
-rw-r--r--
wimpy.js
24.56
KB
-rwxrwxrwx
wowslider.js
84.33
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : jquery_linkshwhide.js
/* --------------------------------------------- Nested Accordion v.1.4.7.3 Script to create 'accordion' functionality on a hierarchically structured content. http://www.adipalaz.com/experiments/jquery/nested_accordion.html Requires: jQuery v1.4.2+ Copyright (c) 2009 Adriana Palazova Dual licensed under the MIT (http://www.adipalaz.com/docs/mit-license.txt) and GPL (http://www.adipalaz.com/docs/gpl-license.txt) licenses. ------------------------------------------------ */ (function($) { //$.fn.orphans - http://www.mail-archive.com/jquery-en@googlegroups.com/msg43851.html $.fn.orphans = function(){ var txt = []; this.each(function(){$.each(this.childNodes, function() { if (this.nodeType == 3 && $.trim(this.nodeValue)) txt.push(this)})}); return $(txt);}; $.fn.accordion = function(options) { var o = $.extend({}, $.fn.accordion.defaults, options); return this.each(function() { var containerID = o.container ? '#' + this.id : '', objID = o.objID ? o.objID : o.obj + o.objClass, Obj = o.container ? containerID + ' ' + objID : '#' + this.id, El = Obj + ' ' + o.el, hTimeout = null; // build if (o.head) $(Obj).find(o.head).addClass('h'); if (o.head) { if ($(El).next('div:not(.outer)').length) {$(El).next('div:not(.outer)').wrap('<div class="outer" />');} $(Obj + ' .h').each(function(){ var $this = $(this); if (o.wrapper == 'div' && !$this.parent('div.new').length) {$this.add( $this.next('div.outer') ).wrapAll('<div class="new"></div>');} }); } $(El).each(function(){ var $node = $(this); if ($node.find(o.next).length || $node.next(o.next).length) { if ($node.find('> a').length) { $node.find('> a').addClass("trigger").css('display', "block"); } else { var anchor = '<a class="trigger" style="display:block" href="#" />' if (o.elToWrap) { var $t = $node.orphans(), $s = $node.find(o.elToWrap); $t.add($s).wrapAll(anchor); } else { $node.orphans().wrap(anchor); } } } else { $node.addClass('last-child'); if (o.lastChild && $node.find('> a').length) {$node.find('> a').addClass("trigger").css('display', "block");} } }); // init state $(El + ' a.trigger').closest(o.wrapper).find('> ' + o.next).not('.shown').hide().closest(o.wrapper).find('a.open').removeClass('open').data('state', 0); if (o.activeLink) { var loc, fullURL = window.location.href, path = window.location.pathname.split( '/' ), page = path[path.length-1]; (o.uri == 'full') ? loc = fullURL : loc = page; $(Obj + ' a:not([href $= "#"])[href$="' + loc + '"]').addClass('active').parent().attr('id', 'current').closest(o.obj).addClass('current'); if (o.shift && $(Obj + ' a.active').closest(o.wrapper).prev(o.wrapper).length) { var $currentWrap = $(Obj + ' a.active').closest(o.wrapper), $curentStack = $currentWrap.nextAll().andSelf(), $siblings = $currentWrap.siblings(o.wrapper), $first = $siblings.filter(":first"); if (o.shift == 'clicked' || (o.shift == 'all' && $siblings.length)) { $currentWrap.insertBefore($first).addClass('shown').siblings(o.wrapper).removeClass('shown'); } if (o.shift == 'all' && $siblings.length > 1) {$curentStack.insertBefore($first);} } } if (o.initShow) { $(Obj).find(o.initShow).show().addClass('shown') .parents(Obj + ' ' + o.next).show().addClass('shown').end() .parents(o.wrapper).find('> a.trigger, > ' + o.el + ' a.trigger').addClass('open').data('state', 1); if (o.expandSub) {$(Obj + ' ' + o.initShow).children(o.next).show().end().find('> a').addClass('open').data('state', 1 );} } // event if (o.event == 'click') { var ev = 'click'; } else { if (o.focus) {var f = ' focus';} else {var f = '';} var ev = 'mouseenter' + f; } var scrollElem; (typeof scrollableElement == 'function') ? (scrollElem = scrollableElement('html', 'body')) : (scrollElem = 'html, body'); // The event handler is bound to the "accordion" element // The event is filtered to only fire when an <a class="trigger"> was clicked on. $(Obj).delegate('a.trigger', ev, function(ev) { var $thislink = $(this), $thisWrapper = $thislink.closest(o.wrapper), $nextEl = $thisWrapper.find('> ' + o.next), $siblings = $thisWrapper.siblings(o.wrapper), $trigger = $(El + ' a.trigger'), $shownEl = $thisWrapper.siblings(o.wrapper).find('>' + o.next + ':visible'), shownElOffset; $shownEl.length ? shownElOffset = $shownEl.offset().top : shownElOffset = false; function action(obj) { if (($nextEl).length && $thislink.data('state') && (o.collapsible)) { $thislink.removeClass('open'); $nextEl.filter(':visible')[o.hideMethod](o.hideSpeed, function() {$thislink.data('state', 0);}); } if (($nextEl.length && !$thislink.data('state')) || (!($nextEl).length && $thislink.closest(o.wrapper).not('.shown'))) { if (!o.standardExpansible) { $siblings.find('> a.open, >'+ o.el + ' a.open').removeClass('open').data('state', 0).end() .find('> ' + o.next + ':visible')[o.hideMethod](o.hideSpeed); if (shownElOffset && shownElOffset < $(window).scrollTop()) {$(scrollElem).animate({scrollTop: shownElOffset}, o.scrollSpeed);} } $thislink.addClass('open'); $nextEl.filter(':hidden')[o.showMethod](o.showSpeed, function() {$thislink.data('state', 1);}); } if (o.shift && $thisWrapper.prev(o.wrapper).length) { var $thisStack = $thisWrapper.nextAll().andSelf(), $first = $siblings.filter(":first"); if (o.shift == 'clicked' || (o.shift == 'all' && $siblings.length)) { $thisWrapper.insertBefore($first).addClass('shown').siblings(o.wrapper).removeClass('shown'); } if (o.shift == 'all' && $siblings.length > 1) {$thisStack.insertBefore($first);} } } if (o.event == 'click') { action($trigger); if ($thislink.is('[href $= "#"]')) { return false; } else { if ($.isFunction(o.retFunc)) { return o.retFunc($thislink) } else { return true; } } } if (o.event != 'click') { hTimeout = window.setTimeout(function() { action($trigger); }, o.interval); $thislink.click(function() { $thislink.blur(); if ($thislink.attr('href')== '#') { $thislink.blur(); return false; } }); } }); if (o.event != 'click') {$(Obj).delegate('a.trigger', 'mouseleave', function() {window.clearTimeout(hTimeout); });} /* ----------------------------------------------- // http://www.learningjquery.com/2007/10/improved-animated-scrolling-script-for-same-page-links: -------------------------------------------------- */ function scrollableElement(els) { for (var i = 0, argLength = arguments.length; i < argLength; i++) { var el = arguments[i], $scrollElement = $(el); if ($scrollElement.scrollTop() > 0) { return el; } else { $scrollElement.scrollTop(1); var isScrollable = $scrollElement.scrollTop() > 0; $scrollElement.scrollTop(0); if (isScrollable) { return el; } } }; return []; }; /* ----------------------------------------------- */ });}; $.fn.accordion.defaults = { container : true, // {true} if the plugin is called on the closest named container, {false} if the pligin is called on the accordion element obj : 'ul', // the element which contains the accordion - 'ul', 'ol', 'div' objClass : '.accordion', // the class name of the accordion - required if you call the accordion on the container objID : '', // the ID of the accordion (optional) wrapper :'li', // the common parent of 'a.trigger' and 'o.next' - 'li', 'div' el : 'li', // the parent of 'a.trigger' - 'li', '.h' head : '', // the headings that are parents of 'a.trigger' (if any) next : 'ul', // the collapsible element - 'ul', 'ol', 'div' initShow : '', // the initially expanded section (optional) expandSub : true, // {true} forces the sub-content under the 'current' item to be expanded on page load showMethod : 'slideDown', // 'slideDown', 'show', 'fadeIn', or custom hideMethod : 'slideUp', // 'slideUp', 'hide', 'fadeOut', or custom showSpeed : 400, hideSpeed : 800, scrollSpeed : 600, //speed of repositioning the newly opened section when it is pushed off screen. activeLink : true, //{true} if the accordion is used for site navigation event : 'click', //'click', 'hover' focus : true, // it is needed for keyboard accessibility when we use {event:'hover'} interval : 400, // time-interval for delayed actions used to prevent the accidental activation of animations when we use {event:hover} (in milliseconds) collapsible : true, // {true} - makes the accordion fully collapsible, {false} - forces one section to be open at any time standardExpansible : false, //if {true}, the functonality will be standard Expand/Collapse without 'accordion' effect lastChild : true, //if {true}, the items without sub-elements will also trigger the 'accordion' animation shift: false, // false, 'clicked', 'all'. If 'clicked', the clicked item will be moved to the first position inside its level, // If 'all', the clicked item and all following siblings will be moved to the top elToWrap: null, // null, or the element, besides the text node, to be wrapped by the trigger, e.g. 'span:first' uri : 'full', // retFunc: null // }; /* --------------------------------------------- Feel free to remove the following code if you don't need these custom animations. ------------------------------------------------ */ //credit: http://jquery.malsup.com/fadetest.html $.fn.slideFadeDown = function(speed, callback) { return this.animate({opacity: 'show', height: 'show'}, speed, function() { if (jQuery.browser.msie) { this.style.removeAttribute('filter'); } if (jQuery.isFunction(callback)) { callback(); } }); }; $.fn.slideFadeUp = function(speed, callback) { return this.animate({opacity: 'hide', height: 'hide'}, speed, function() { if (jQuery.browser.msie) { this.style.removeAttribute('filter'); } if (jQuery.isFunction(callback)) { callback(); } }); }; /* --- end of the optional code --- */ })(jQuery); /////////////////////////// // The plugin can be called on the ID of the accordion element or on the ID of its closest named container. // If the plugin is called on a named container, we can initialize all the accordions residing in a given section with just one call. // EXAMPLES: /* --- $(function() { // If the closest named container = #container1 or the accordion element is <ul id="subnavigation">: /// Standard nested lists: $('#container1').accordion(); // we are calling the plugin on the closest named container $('#subnavigation').accordion({container:false}); // we are calling the plugin on the accordion element // this will expand the sub-list with "id=current", when the accordion is initialized: $('#subnavigation').accordion({container:false, initShow : "#current"}); // this will expand/collapse the sub-list when the mouse hovers over the trigger element: $('#container1').accordion({event : "hover", initShow : "#current"}); // If the closest named container = #container2 /// Nested Lists + Headings + DIVs: $('#container2').accordion({el: '.h', head: 'h4, h5', next: 'div'}); $('#container2').accordion({el: '.h', head: 'h4, h5', next: 'div', initShow : 'div.outer:eq(0)'}); /// Nested DIVs + Headings: $('#container2').accordion({obj: 'div', wrapper: 'div', el: '.h', head: 'h4, h5', next: 'div.outer'}); $('#container2').accordion({objID: '#acc2', obj: 'div', wrapper: 'div', el: '.h', head: 'h4, h5', next: 'div.outer', initShow : '.shown', shift: 'all'}); }); /// We can globally replace the defaults, for example: $.fn.accordion.defaults.initShow = "#current"; --- */ /// Example options for Hover Accordion: /* --- $.fn.accordion.defaults.container=false; $.fn.accordion.defaults.event="hover"; $.fn.accordion.defaults.focus=false; // Optional. If it is possible, use {focus: true}, since {focus: false} will break the keyboard accessibility $.fn.accordion.defaults.initShow="#current"; $.fn.accordion.defaults.lastChild=false; --- */
Close