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.188.152.124
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 /
array /
# /
splice /
Delete
Unzip
Name
Size
Permission
Date
Action
implement.js
200
B
-rw-rw-r--
2022-08-30 11:49
index.js
108
B
-rw-rw-r--
2022-08-30 11:49
is-implemented.js
158
B
-rw-rw-r--
2022-08-30 11:49
shim.js
530
B
-rw-rw-r--
2022-08-30 11:49
Save
Rename
"use strict"; var isPlainArray = require("../../is-plain-array") , isArray = Array.isArray , splice = Array.prototype.splice , forEach = Array.prototype.forEach; // eslint-disable-next-line no-unused-vars module.exports = function (start, deleteCount /*, …items*/) { var arr = splice.apply(this, arguments), result; if (!this || !isArray(this) || isPlainArray(this)) return arr; result = new this.constructor(arr.length); forEach.call(arr, function (val, i) { result[i] = val; }); return result; };