Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.26
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
softaculous /
enduser /
themes /
default /
js /
Delete
Unzip
Name
Size
Permission
Date
Action
bpopup.0.9.4.min.js
5.06
KB
-rwxr-xr-x
2026-04-22 09:09
classes_suggest.js
6.39
KB
-rwxr-xr-x
2026-04-22 09:09
combined.js
138.05
KB
-rwxr-xr-x
2026-04-22 09:09
datatables.min.js
84.85
KB
-rwxr-xr-x
2026-04-22 09:09
daterangepicker.js
62.32
KB
-rwxr-xr-x
2026-04-22 09:09
dock.js
3.09
KB
-rwxr-xr-x
2026-04-22 09:09
domdrag.js
3.77
KB
-rwxr-xr-x
2026-04-22 09:09
dropzone.min.js
47.02
KB
-rwxr-xr-x
2026-04-22 09:09
excanvas.min.js
17.48
KB
-rwxr-xr-x
2026-04-22 09:09
g.pie-min.js
3.32
KB
-rwxr-xr-x
2026-04-22 09:09
g.raphael.js
11.83
KB
-rwxr-xr-x
2026-04-22 09:09
graph.js
5.42
KB
-rwxr-xr-x
2026-04-22 09:09
index.html
94
B
-rwxr-xr-x
2026-04-22 09:09
jquery-ui-custom.js
60.68
KB
-rwxr-xr-x
2026-04-22 09:09
jquery.flot.min.js
36.67
KB
-rwxr-xr-x
2026-04-22 09:09
jquery.flot.pie.min.js
8.65
KB
-rwxr-xr-x
2026-04-22 09:09
jquery.js
84.89
KB
-rwxr-xr-x
2026-04-22 09:09
jquery.scrollTo.js
3.5
KB
-rwxr-xr-x
2026-04-22 09:09
jquery.ui.widget.min.js
6.6
KB
-rwxr-xr-x
2026-04-22 09:09
menu.js
1.65
KB
-rwxr-xr-x
2026-04-22 09:09
moment.min.js
50.43
KB
-rwxr-xr-x
2026-04-22 09:09
motiongallery.js
5.46
KB
-rwxr-xr-x
2026-04-22 09:09
osuggest.js
3.68
KB
-rwxr-xr-x
2026-04-22 09:09
pie.js
915
B
-rwxr-xr-x
2026-04-22 09:09
popper.min.js
20.73
KB
-rwxr-xr-x
2026-04-22 09:09
popup.js
4.6
KB
-rwxr-xr-x
2026-04-22 09:09
raphael-min.js
58.88
KB
-rwxr-xr-x
2026-04-22 09:09
reorder.js
2.19
KB
-rwxr-xr-x
2026-04-22 09:09
script_select.js
29.2
KB
-rwxr-xr-x
2026-04-22 09:09
slider.js
3.1
KB
-rwxr-xr-x
2026-04-22 09:09
smoothscroll.js
1.02
KB
-rwxr-xr-x
2026-04-22 09:09
spectrum.js
66.54
KB
-rwxr-xr-x
2026-04-22 09:09
suggest.js
5.85
KB
-rwxr-xr-x
2026-04-22 09:09
tabber.js
1.23
KB
-rwxr-xr-x
2026-04-22 09:09
trail.js
4.39
KB
-rwxr-xr-x
2026-04-22 09:09
ui.progressbar.js
1.55
KB
-rwxr-xr-x
2026-04-22 09:09
universal.js
22.63
KB
-rwxr-xr-x
2026-04-22 09:09
Save
Rename
(function () { var tokenRegex = /\{([^\}]+)\}/g, objNotationRegex = /(?:(?:^|\.)(.+?)(?=\[|\.|$|\()|\[('|")(.+?)\2\])(\(\))?/g, // matches .xxxxx or ["xxxxx"] to run over object properties replacer = function (all, key, obj) { var res = obj; key.replace(objNotationRegex, function (all, name, quote, quotedName, isFunc) { name = name || quotedName; if (res) { if (name in res) { res = res[name]; } typeof res == "function" && isFunc && (res = res()); } }); res = (res == null || res == obj ? all : res) + ""; return res; }, fill = function (str, obj) { return String(str).replace(tokenRegex, function (all, key) { return replacer(all, key, obj); }); }; Raphael.fn.popup = function (X, Y, set, pos, ret) { pos = String(pos || "top-middle").split("-"); pos[1] = pos[1] || "middle"; var r = 5, bb = set.getBBox(), w = Math.round(bb.width), h = Math.round(bb.height), x = Math.round(bb.x) - r, y = Math.round(bb.y) - r, gap = Math.min(h / 2, w / 2, 10), shapes = { top: "M{x},{y}h{w4},{w4},{w4},{w4}a{r},{r},0,0,1,{r},{r}v{h4},{h4},{h4},{h4}a{r},{r},0,0,1,-{r},{r}l-{right},0-{gap},{gap}-{gap}-{gap}-{left},0a{r},{r},0,0,1-{r}-{r}v-{h4}-{h4}-{h4}-{h4}a{r},{r},0,0,1,{r}-{r}z", bottom: "M{x},{y}l{left},0,{gap}-{gap},{gap},{gap},{right},0a{r},{r},0,0,1,{r},{r}v{h4},{h4},{h4},{h4}a{r},{r},0,0,1,-{r},{r}h-{w4}-{w4}-{w4}-{w4}a{r},{r},0,0,1-{r}-{r}v-{h4}-{h4}-{h4}-{h4}a{r},{r},0,0,1,{r}-{r}z", right: "M{x},{y}h{w4},{w4},{w4},{w4}a{r},{r},0,0,1,{r},{r}v{h4},{h4},{h4},{h4}a{r},{r},0,0,1,-{r},{r}h-{w4}-{w4}-{w4}-{w4}a{r},{r},0,0,1-{r}-{r}l0-{bottom}-{gap}-{gap},{gap}-{gap},0-{top}a{r},{r},0,0,1,{r}-{r}z", left: "M{x},{y}h{w4},{w4},{w4},{w4}a{r},{r},0,0,1,{r},{r}l0,{top},{gap},{gap}-{gap},{gap},0,{bottom}a{r},{r},0,0,1,-{r},{r}h-{w4}-{w4}-{w4}-{w4}a{r},{r},0,0,1-{r}-{r}v-{h4}-{h4}-{h4}-{h4}a{r},{r},0,0,1,{r}-{r}z" }, offset = { hx0: X - (x + r + w - gap * 2), hx1: X - (x + r + w / 2 - gap), hx2: X - (x + r + gap), vhy: Y - (y + r + h + r + gap), "^hy": Y - (y - gap) }, mask = [{ x: x + r, y: y, w: w, w4: w / 4, h4: h / 4, right: 0, left: w - gap * 2, bottom: 0, top: h - gap * 2, r: r, h: h, gap: gap }, { x: x + r, y: y, w: w, w4: w / 4, h4: h / 4, left: w / 2 - gap, right: w / 2 - gap, top: h / 2 - gap, bottom: h / 2 - gap, r: r, h: h, gap: gap }, { x: x + r, y: y, w: w, w4: w / 4, h4: h / 4, left: 0, right: w - gap * 2, top: 0, bottom: h - gap * 2, r: r, h: h, gap: gap }][pos[1] == "middle" ? 1 : (pos[1] == "top" || pos[1] == "left") * 2]; var dx = 0, dy = 0, out = this.path(fill(shapes[pos[0]], mask)).insertBefore(set); switch (pos[0]) { case "top": dx = X - (x + r + mask.left + gap); dy = Y - (y + r + h + r + gap); break; case "bottom": dx = X - (x + r + mask.left + gap); dy = Y - (y - gap); break; case "left": dx = X - (x + r + w + r + gap); dy = Y - (y + r + mask.top + gap); break; case "right": dx = X - (x - gap); dy = Y - (y + r + mask.top + gap); break; } out.translate(dx, dy); if (ret) { ret = out.attr("path"); out.remove(); return { path: ret, dx: dx, dy: dy }; } set.translate(dx, dy); return out; }; })();