Linux amd.servercpanel.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
LiteSpeed
Server IP : 161.248.188.165 & Your IP : 216.73.216.219
Domains :
Cant Read [ /etc/named.conf ]
User : oishifashion
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
sitepad /
editor /
site-inc /
js /
jquery /
ui /
Delete
Unzip
Name
Size
Permission
Date
Action
accordion.min.js
8.38
KB
-rw-r--r--
2025-11-28 07:18
autocomplete.min.js
8.09
KB
-rw-r--r--
2025-11-28 07:18
button.min.js
7.07
KB
-rw-r--r--
2025-11-28 07:18
core.min.js
3.91
KB
-rw-r--r--
2025-11-28 07:18
datepicker.min.js
35.65
KB
-rw-r--r--
2025-11-28 07:18
dialog.min.js
11.85
KB
-rw-r--r--
2025-11-28 07:18
draggable.min.js
18.46
KB
-rw-r--r--
2025-11-28 07:18
droppable.min.js
6.12
KB
-rw-r--r--
2025-11-28 07:18
effect-blind.min.js
1.11
KB
-rw-r--r--
2025-11-28 07:18
effect-bounce.min.js
1.22
KB
-rw-r--r--
2025-11-28 07:18
effect-clip.min.js
918
B
-rw-r--r--
2025-11-28 07:18
effect-drop.min.js
997
B
-rw-r--r--
2025-11-28 07:18
effect-explode.min.js
1.15
KB
-rw-r--r--
2025-11-28 07:18
effect-fade.min.js
515
B
-rw-r--r--
2025-11-28 07:18
effect-fold.min.js
1.01
KB
-rw-r--r--
2025-11-28 07:18
effect-highlight.min.js
789
B
-rw-r--r--
2025-11-28 07:18
effect-puff.min.js
783
B
-rw-r--r--
2025-11-28 07:18
effect-pulsate.min.js
798
B
-rw-r--r--
2025-11-28 07:18
effect-scale.min.js
1.1
KB
-rw-r--r--
2025-11-28 07:18
effect-shake.min.js
1.08
KB
-rw-r--r--
2025-11-28 07:18
effect-size.min.js
3.27
KB
-rw-r--r--
2025-11-28 07:18
effect-slide.min.js
962
B
-rw-r--r--
2025-11-28 07:18
effect-transfer.min.js
857
B
-rw-r--r--
2025-11-28 07:18
effect.min.js
13.11
KB
-rw-r--r--
2025-11-28 07:18
menu.min.js
9.38
KB
-rw-r--r--
2025-11-28 07:18
mouse.min.js
3.07
KB
-rw-r--r--
2025-11-28 07:18
position.min.js
6.37
KB
-rw-r--r--
2025-11-28 07:18
progressbar.min.js
2.41
KB
-rw-r--r--
2025-11-28 07:18
resizable.min.js
17.99
KB
-rw-r--r--
2025-11-28 07:18
selectable.min.js
4.16
KB
-rw-r--r--
2025-11-28 07:18
selectmenu.min.js
8.19
KB
-rw-r--r--
2025-11-28 07:18
slider.min.js
10.73
KB
-rw-r--r--
2025-11-28 07:18
sortable.min.js
24.32
KB
-rw-r--r--
2025-11-28 07:18
spinner.min.js
6.94
KB
-rw-r--r--
2025-11-28 07:18
tabs.min.js
11.83
KB
-rw-r--r--
2025-11-28 07:18
tooltip.min.js
5.57
KB
-rw-r--r--
2025-11-28 07:18
widget.min.js
6.75
KB
-rw-r--r--
2025-11-28 07:18
Save
Rename
/*! * jQuery UI Effects Scale 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/scale-effect/ */ !function(a){"function"==typeof define&&define.amd?define(["jquery","./effect","./effect-size"],a):a(jQuery)}(function(a){return a.effects.effect.scale=function(b,c){var d=a(this),e=a.extend(!0,{},b),f=a.effects.setMode(d,b.mode||"effect"),g=parseInt(b.percent,10)||(0===parseInt(b.percent,10)?0:"hide"===f?0:100),h=b.direction||"both",i=b.origin,j={height:d.height(),width:d.width(),outerHeight:d.outerHeight(),outerWidth:d.outerWidth()},k={y:"horizontal"!==h?g/100:1,x:"vertical"!==h?g/100:1};e.effect="size",e.queue=!1,e.complete=c,"effect"!==f&&(e.origin=i||["middle","center"],e.restore=!0),e.from=b.from||("show"===f?{height:0,width:0,outerHeight:0,outerWidth:0}:j),e.to={height:j.height*k.y,width:j.width*k.x,outerHeight:j.outerHeight*k.y,outerWidth:j.outerWidth*k.x},e.fade&&("show"===f&&(e.from.opacity=0,e.to.opacity=1),"hide"===f&&(e.from.opacity=1,e.to.opacity=0)),d.effect(e)}});