Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
insepet /
wp-includes /
js /
jquery /
ui /
[ HOME SHELL ]
Name
Size
Permission
Action
accordion.min.js
8.38
KB
-rw-r--r--
autocomplete.min.js
8.09
KB
-rw-r--r--
button.min.js
7.07
KB
-rw-r--r--
core.min.js
3.91
KB
-rw-r--r--
datepicker.min.js
35.65
KB
-rw-r--r--
dialog.min.js
11.85
KB
-rw-r--r--
draggable.min.js
18.46
KB
-rw-r--r--
droppable.min.js
6.12
KB
-rw-r--r--
effect-blind.min.js
1.11
KB
-rw-r--r--
effect-bounce.min.js
1.22
KB
-rw-r--r--
effect-clip.min.js
918
B
-rw-r--r--
effect-drop.min.js
997
B
-rw-r--r--
effect-explode.min.js
1.15
KB
-rw-r--r--
effect-fade.min.js
515
B
-rw-r--r--
effect-fold.min.js
1.01
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.1
KB
-rw-r--r--
effect-shake.min.js
1.08
KB
-rw-r--r--
effect-size.min.js
3.27
KB
-rw-r--r--
effect-slide.min.js
962
B
-rw-r--r--
effect-transfer.min.js
857
B
-rw-r--r--
effect.min.js
13.11
KB
-rw-r--r--
menu.min.js
9.38
KB
-rw-r--r--
mouse.min.js
3.07
KB
-rw-r--r--
position.min.js
6.37
KB
-rw-r--r--
progressbar.min.js
2.41
KB
-rw-r--r--
resizable.min.js
17.99
KB
-rw-r--r--
selectable.min.js
4.16
KB
-rw-r--r--
selectmenu.min.js
8.19
KB
-rw-r--r--
slider.min.js
10.73
KB
-rw-r--r--
sortable.min.js
24.32
KB
-rw-r--r--
spinner.min.js
6.94
KB
-rw-r--r--
tabs.min.js
11.83
KB
-rw-r--r--
tooltip.min.js
5.57
KB
-rw-r--r--
widget.min.js
6.75
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(a){"function"==typeof define&&define.amd?define(["jquery","./core","./widget"],a):a(jQuery)}(function(a){return a.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=a("<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(a){return void 0===a?this.options.value:(this.options.value=this._constrainedValue(a),void this._refreshValue())},_constrainedValue:function(a){return void 0===a&&(a=this.options.value),this.indeterminate=a===!1,"number"!=typeof a&&(a=0),!this.indeterminate&&Math.min(this.options.max,Math.max(this.min,a))},_setOptions:function(a){var b=a.value;delete a.value,this._super(a),this.options.value=this._constrainedValue(b),this._refreshValue()},_setOption:function(a,b){"max"===a&&(b=Math.max(this.min,b)),"disabled"===a&&this.element.toggleClass("ui-state-disabled",!!b).attr("aria-disabled",b),this._super(a,b)},_percentage:function(){return this.indeterminate?100:100*(this.options.value-this.min)/(this.options.max-this.min)},_refreshValue:function(){var b=this.options.value,c=this._percentage();this.valueDiv.toggle(this.indeterminate||b>this.min).toggleClass("ui-corner-right",b===this.options.max).width(c.toFixed(0)+"%"),this.element.toggleClass("ui-progressbar-indeterminate",this.indeterminate),this.indeterminate?(this.element.removeAttr("aria-valuenow"),this.overlayDiv||(this.overlayDiv=a("<div class='ui-progressbar-overlay'></div>").appendTo(this.valueDiv))):(this.element.attr({"aria-valuemax":this.options.max,"aria-valuenow":b}),this.overlayDiv&&(this.overlayDiv.remove(),this.overlayDiv=null)),this.oldValue!==b&&(this.oldValue=b,this._trigger("change")),b===this.options.max&&this._trigger("complete")}})});
Close