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
/
usr /
share /
php /
tcpdf /
[ HOME SHELL ]
Name
Size
Permission
Action
cache
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
include
[ DIR ]
drwxr-xr-x
autoload.php
1.27
KB
-rw-r--r--
tcpdf.php
884.44
KB
-rw-r--r--
tcpdf_autoconfig.php
6.99
KB
-rw-r--r--
tcpdf_barcodes_1d.php
71.58
KB
-rw-r--r--
tcpdf_barcodes_2d.php
14.33
KB
-rw-r--r--
tcpdf_import.php
3.25
KB
-rw-r--r--
tcpdf_parser.php
26.95
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : autoload.php
<?php // @codingStandardsIgnoreFile // @codeCoverageIgnoreStart // this is an autogenerated file - do not edit spl_autoload_register( function($class) { static $classes = null; if ($classes === null) { $classes = array( 'datamatrix' => '/include/barcodes/datamatrix.php', 'pdf417' => '/include/barcodes/pdf417.php', 'qrcode' => '/include/barcodes/qrcode.php', 'tcpdf' => '/tcpdf.php', 'tcpdf2dbarcode' => '/tcpdf_barcodes_2d.php', 'tcpdf_colors' => '/include/tcpdf_colors.php', 'tcpdf_filters' => '/include/tcpdf_filters.php', 'tcpdf_font_data' => '/include/tcpdf_font_data.php', 'tcpdf_fonts' => '/include/tcpdf_fonts.php', 'tcpdf_images' => '/include/tcpdf_images.php', 'tcpdf_import' => '/tcpdf_import.php', 'tcpdf_parser' => '/tcpdf_parser.php', 'tcpdf_static' => '/include/tcpdf_static.php', 'tcpdfbarcode' => '/tcpdf_barcodes_1d.php' ); } $cn = strtolower($class); if (isset($classes[$cn])) { require __DIR__ . $classes[$cn]; } }, true, false ); // @codeCoverageIgnoreEnd
Close