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.12.147.12
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.progressbar.min.js
/* * jQuery UI Progressbar 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/Progressbar * * Depends: * jquery.ui.core.js * jquery.ui.widget.js */ (function(b,d){b.widget("ui.progressbar",{options:{value:0,max:100},min:0,_create:function(){this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this.min,"aria-valuemax":this.options.max,"aria-valuenow":this._value()});this.valueDiv=b("<div class='ui-progressbar-value ui-widget-header ui-corner-left'></div>").appendTo(this.element);this.oldValue=this._value();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();b.Widget.prototype.destroy.apply(this,arguments)},value:function(a){if(a===d)return this._value();this._setOption("value",a);return this},_setOption:function(a,c){if(a==="value"){this.options.value=c;this._refreshValue();this._value()===this.options.max&&this._trigger("complete")}b.Widget.prototype._setOption.apply(this,arguments)},_value:function(){var a=this.options.value;if(typeof a!=="number")a=0;return Math.min(this.options.max,Math.max(this.min,a))},_percentage:function(){return 100* this._value()/this.options.max},_refreshValue:function(){var a=this.value(),c=this._percentage();if(this.oldValue!==a){this.oldValue=a;this._trigger("change")}this.valueDiv.toggleClass("ui-corner-right",a===this.options.max).width(c.toFixed(0)+"%");this.element.attr("aria-valuenow",a)}});b.extend(b.ui.progressbar,{version:"1.8.7"})})(jQuery);
Close