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 : 3.147.67.34
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp_probe /
node_modules /
css-loader /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
url
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
compile-exports.js
1.3
KB
-rw-r--r--
2021-02-04 21:24
createResolver.js
736
B
-rw-r--r--
2021-02-04 21:24
css-base.js
2.21
KB
-rw-r--r--
2021-02-04 21:24
getImportPrefix.js
496
B
-rw-r--r--
2021-02-04 21:24
getLocalIdent.js
982
B
-rw-r--r--
2021-02-04 21:24
loader.js
4.64
KB
-rw-r--r--
2021-02-04 21:24
localsLoader.js
1.47
KB
-rw-r--r--
2021-02-04 21:24
processCss.js
7.43
KB
-rw-r--r--
2021-02-04 21:24
Save
Rename
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Tobias Koppers @sokra */ var loaderUtils = require("loader-utils"); var path = require("path"); module.exports = function getLocalIdent(loaderContext, localIdentName, localName, options) { if(!options.context) { if (loaderContext.rootContext) { options.context = loaderContext.rootContext; } else if (loaderContext.options && typeof loaderContext.options.context === "string") { options.context = loaderContext.options.context; } else { options.context = loaderContext.context; } } var request = path.relative(options.context, loaderContext.resourcePath); options.content = options.hashPrefix + request + "+" + localName; localIdentName = localIdentName.replace(/\[local\]/gi, localName); var hash = loaderUtils.interpolateName(loaderContext, localIdentName, options); return hash.replace(new RegExp("[^a-zA-Z0-9\\-_\u00A0-\uFFFF]", "g"), "-").replace(/^((-?[0-9])|--)/, "_$1"); };