Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
cqt /
node_modules /
vite /
[ HOME SHELL ]
Name
Size
Permission
Action
bin
[ DIR ]
drwxr-xr-x
dist
[ DIR ]
drwxr-xr-x
types
[ DIR ]
drwxr-xr-x
LICENSE.md
158.61
KB
-rw-r--r--
README.md
1.13
KB
-rw-r--r--
client.d.ts
4.63
KB
-rw-r--r--
index.cjs
1.59
KB
-rw-r--r--
index.d.cts
209
B
-rw-r--r--
package.json
4.78
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.cjs
warnCjsUsage() // type utils module.exports.defineConfig = (config) => config // proxy cjs utils (sync functions) Object.assign(module.exports, require('./dist/node-cjs/publicUtils.cjs')) // async functions, can be redirect from ESM build const asyncFunctions = [ 'build', 'createServer', 'preview', 'transformWithEsbuild', 'resolveConfig', 'optimizeDeps', 'formatPostcssSourceMap', 'loadConfigFromFile', 'preprocessCSS', ] asyncFunctions.forEach((name) => { module.exports[name] = (...args) => import('./dist/node/index.js').then((i) => i[name](...args)) }) function warnCjsUsage() { if (process.env.VITE_CJS_IGNORE_WARNING) return const logLevelIndex = process.argv.findIndex((arg) => /^(?:-l|--logLevel)/.test(arg), ) if (logLevelIndex > 0) { const logLevelValue = process.argv[logLevelIndex + 1] if (logLevelValue === 'silent' || logLevelValue === 'error') { return } if (/silent|error/.test(process.argv[logLevelIndex])) { return } } const yellow = (str) => `\u001b[33m${str}\u001b[39m` console.warn( yellow( `The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.`, ), ) if (process.env.VITE_CJS_TRACE) { const e = {} const stackTraceLimit = Error.stackTraceLimit Error.stackTraceLimit = 100 Error.captureStackTrace(e) Error.stackTraceLimit = stackTraceLimit console.log( e.stack .split('\n') .slice(1) .filter((line) => !line.includes('(node:')) .join('\n'), ) } }
Close