Linux spg1.cloudpowerdns.com 5.14.0-611.34.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 18 05:51:10 EST 2026 x86_64
LiteSpeed
Server IP : 176.9.63.151 & Your IP : 216.73.217.60
Domains :
Cant Read [ /etc/named.conf ]
User : fastear1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
fastear1 /
Game source /
assets /
admin /
js /
Delete
Unzip
Name
Size
Permission
Date
Action
vendor
[ DIR ]
drwxr-xr-x
2025-07-09 10:28
app.js
6.35
KB
-rw-r--r--
2025-05-05 09:35
charts.js
6.87
KB
-rw-r--r--
2024-05-09 05:39
codemirror.min.js
167.43
KB
-rw-r--r--
2024-05-09 05:39
css.min.js
26.53
KB
-rw-r--r--
2024-05-09 05:39
daterangepicker.min.js
35.35
KB
-rw-r--r--
2024-05-09 05:39
fontawesome-iconpicker.js
344.7
KB
-rw-r--r--
2024-09-25 09:14
highlighter22.js
1.17
KB
-rw-r--r--
2024-05-09 05:39
jquery-sortable.js
27.16
KB
-rw-r--r--
2025-06-22 09:11
jquery-ui.min.js
249.11
KB
-rw-r--r--
2024-05-09 05:39
jquery.ui.touch-punch.min.js
1.43
KB
-rw-r--r--
2025-05-05 09:36
moment.min.js
59.63
KB
-rw-r--r--
2024-05-09 05:39
search.js
5.45
KB
-rw-r--r--
2024-09-25 09:05
spectrum.js
81.18
KB
-rw-r--r--
2024-05-09 05:39
sublime.min.js
15.06
KB
-rw-r--r--
2024-05-09 05:39
xml.js
13.85
KB
-rw-r--r--
2024-05-09 05:39
Save
Rename
/*! * jQuery UI Touch Punch 0.2.3 * * Copyright 2011–2014, Dave Furfero * Dual licensed under the MIT or GPL Version 2 licenses. * * Depends: * jquery.ui.widget.js * jquery.ui.mouse.js */ !function (a) { function f(a, b) { if (!(a.originalEvent.touches.length > 1)) { a.preventDefault(); var c = a.originalEvent.changedTouches[0], d = document.createEvent("MouseEvents"); d.initMouseEvent(b, !0, !0, window, 1, c.screenX, c.screenY, c.clientX, c.clientY, !1, !1, !1, !1, 0, null), a.target.dispatchEvent(d) } } if (a.support.touch = "ontouchend" in document, a.support.touch) { var e, b = a.ui.mouse.prototype, c = b._mouseInit, d = b._mouseDestroy; b._touchStart = function (a) { var b = this; !e && b._mouseCapture(a.originalEvent.changedTouches[0]) && (e = !0, b._touchMoved = !1, f(a, "mouseover"), f(a, "mousemove"), f(a, "mousedown")) }, b._touchMove = function (a) { e && (this._touchMoved = !0, f(a, "mousemove")) }, b._touchEnd = function (a) { e && (f(a, "mouseup"), f(a, "mouseout"), this._touchMoved || f(a, "click"), e = !1) }, b._mouseInit = function () { var b = this; b.element.bind({ touchstart: a.proxy(b, "_touchStart"), touchmove: a.proxy(b, "_touchMove"), touchend: a.proxy(b, "_touchEnd") }), c.call(b) }, b._mouseDestroy = function () { var b = this; b.element.unbind({ touchstart: a.proxy(b, "_touchStart"), touchmove: a.proxy(b, "_touchMove"), touchend: a.proxy(b, "_touchEnd") }), d.call(b) } } }(jQuery);