Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.216.95.250
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
es5-ext /
string /
Delete
Unzip
Name
Size
Permission
Date
Action
#
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
from-code-point
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
raw
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
format-method.js
713
B
-rw-rw-r--
2022-08-30 11:49
index.js
287
B
-rw-rw-r--
2022-08-30 11:49
is-string.js
291
B
-rw-rw-r--
2022-08-30 11:49
random-uniq.js
205
B
-rw-rw-r--
2022-08-30 11:49
random.js
1.04
KB
-rw-rw-r--
2022-08-30 11:49
Save
Rename
"use strict"; var isCallable = require("../object/is-callable") , value = require("../object/valid-value") , call = Function.prototype.call; module.exports = function (fmap) { fmap = Object(value(fmap)); return function (pattern) { var context = this; value(context); pattern = String(pattern); return pattern.replace( /%([a-zA-Z]+)|\\([\u0000-\uffff])/g, function (match, token, escapeChar) { var t, result; if (escapeChar) return escapeChar; t = token; while (t && !(result = fmap[t])) t = t.slice(0, -1); if (!result) return match; if (isCallable(result)) result = call.call(result, context); return result + token.slice(t.length); } ); }; };