Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 3.12.164.62
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
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
/
home /
temmmp /
goldenreviveplus.online /
wp-content /
themes /
twentytwentyone /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
classes
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
.stylelintignore
89
B
-rw-r--r--
.stylelintrc-css.json
689
B
-rw-r--r--
.stylelintrc.json
425
B
-rw-r--r--
404.php
721
B
-rw-r--r--
archive.php
995
B
-rw-r--r--
comments.php
2.57
KB
-rw-r--r--
footer.php
2.2
KB
-rw-r--r--
functions.php
18.84
KB
-rw-r--r--
header.php
1
KB
-rw-r--r--
image.php
3.37
KB
-rw-r--r--
index.php
1.17
KB
-rw-r--r--
package-lock.json
604.73
KB
-rw-r--r--
package.json
2.46
KB
-rw-r--r--
page.php
590
B
-rw-r--r--
postcss.config.js
319
B
-rw-r--r--
readme.txt
5.6
KB
-rw-r--r--
screenshot.png
276.27
KB
-rw-r--r--
search.php
1.61
KB
-rw-r--r--
searchform.php
1.4
KB
-rw-r--r--
single.php
1.66
KB
-rw-r--r--
style-rtl.css
151.64
KB
-rw-r--r--
style.css
151.94
KB
-rw-r--r--
style.css.map
22.92
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "twentytwentyone", "version": "2.2.0", "description": "Default WP Theme", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "WordPress", "Theme" ], "bugs": { "url": "https://core.trac.wordpress.org/" }, "homepage": "https://wordpress.org/themes/twentytwentyone/", "engines": { "node": ">=20.10.0", "npm": ">=10.2.3" }, "devDependencies": { "@wordpress/browserslist-config": "^5.30.0", "@wordpress/eslint-plugin": "^17.4.0", "@wordpress/stylelint-config": "^21.30.0", "autoprefixer": "^10.4.13", "chokidar-cli": "^3.0.0", "eslint": "^8.55.0", "minimist": "^1.2.8", "npm-run-all": "^4.1.5", "postcss": "^8.4.32", "postcss-calc": "^9.0.1", "postcss-cli": "^10.1.0", "postcss-css-variables": "^0.19.0", "postcss-custom-media": "^10.0.2", "postcss-discard-duplicates": "^6.0.0", "postcss-discard-empty": "^6.0.0", "postcss-focus-within": "^8.0.0", "postcss-merge-rules": "^6.0.1", "postcss-nested": "^6.0.0", "rtlcss": "^4.0.0", "sass": "^1.58.0", "stylelint": "^14.16.1", "stylelint-config-recommended-scss": "^13.1.0" }, "rtlcssConfig": { "options": { "autoRename": false, "autoRenameStrict": false, "blacklist": {}, "clean": true, "greedy": false, "processUrls": false, "stringMap": [] }, "plugins": [], "map": false }, "browserslist": [ "extends @wordpress/browserslist-config" ], "scripts": { "start": "chokidar \"**/*.scss\" -c \"npm run build\" --initial", "build:style": "sass assets/sass/style.scss:style.css --style=expanded --source-map", "build:style-editor": "sass assets/sass/style-editor.scss:assets/css/style-editor.css --style=expanded --source-map", "build:style-dark-mode": "sass assets/sass/style-dark-mode.scss:assets/css/style-dark-mode.css --style=expanded --source-map", "build:rtl": "rtlcss style.css style-rtl.css", "build:dark-rtl": "rtlcss assets/css/style-dark-mode.css assets/css/style-dark-mode-rtl.css", "build:print": "sass assets/sass/07-utilities/print.scss:assets/css/print.css --style=expanded --source-map", "build:ie": "postcss style.css -o assets/css/ie.css", "build:ie-editor": "postcss assets/css/style-editor.css -o assets/css/ie-editor.css", "build:stylelint": "stylelint **/*.css --fix --config .stylelintrc-css.json", "build": "run-s \"build:*\"", "watch": "chokidar \"**/*.scss\" -c \"npm run build\" --initial", "lint:scss": "stylelint **/*.scss", "lint-fix:scss": "stylelint **/*.scss --fix" } }
Close