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 /
eslint /
messages /
[ HOME SHELL ]
Name
Size
Permission
Action
all-files-ignored.js
660
B
-rw-r--r--
all-matched-files-ignored.js
1
KB
-rw-r--r--
config-file-missing.js
526
B
-rw-r--r--
config-plugin-missing.js
445
B
-rw-r--r--
config-serialize-function.js
942
B
-rw-r--r--
eslintrc-incompat.js
5.11
KB
-rw-r--r--
eslintrc-plugins.js
932
B
-rw-r--r--
extend-config-missing.js
418
B
-rw-r--r--
failed-to-read-json.js
157
B
-rw-r--r--
file-not-found.js
268
B
-rw-r--r--
invalid-rule-options.js
648
B
-rw-r--r--
invalid-rule-severity.js
408
B
-rw-r--r--
no-config-found.js
527
B
-rw-r--r--
plugin-conflict.js
518
B
-rw-r--r--
plugin-invalid.js
653
B
-rw-r--r--
plugin-missing.js
659
B
-rw-r--r--
print-config-with-directory-pa...
252
B
-rw-r--r--
shared.js
546
B
-rw-r--r--
whitespace-found.js
386
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : all-matched-files-ignored.js
"use strict"; module.exports = function (it) { const { pattern } = it; return ` You are linting "${pattern}", but all of the files matching the glob pattern "${pattern}" are ignored. If you don't want to lint these files, remove the pattern "${pattern}" from the list of arguments passed to ESLint. If you do want to lint these files, explicitly list one or more of the files from this glob that you'd like to lint to see more details about why they are ignored. * If the file is ignored because of a matching ignore pattern, check global ignores in your config file. https://eslint.org/docs/latest/use/configure/ignore * If the file is ignored because no matching configuration was supplied, check file patterns in your config file. https://eslint.org/docs/latest/use/configure/configuration-files#specifying-files-with-arbitrary-extensions * If the file is ignored because it is located outside of the base path, change the location of your config file to be in a parent directory. `.trimStart(); };
Close