Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
php /
tcpdf /
Delete
Unzip
Name
Size
Permission
Date
Action
cache
[ DIR ]
drwxr-xr-x
2025-05-29 16:17
config
[ DIR ]
drwxr-xr-x
2025-06-07 09:54
fonts
[ DIR ]
drwxr-xr-x
2025-06-07 09:54
include
[ DIR ]
drwxr-xr-x
2025-06-07 09:54
autoload.php
1.27
KB
-rw-r--r--
2025-05-29 16:17
tcpdf.php
885.3
KB
-rw-r--r--
2025-05-29 16:17
tcpdf_autoconfig.php
7.07
KB
-rw-r--r--
2025-05-29 16:17
tcpdf_barcodes_1d.php
71.58
KB
-rw-r--r--
2022-12-17 10:28
tcpdf_barcodes_2d.php
14.33
KB
-rw-r--r--
2022-12-17 10:28
tcpdf_import.php
3.21
KB
-rw-r--r--
2022-12-17 10:28
tcpdf_parser.php
26.95
KB
-rw-r--r--
2022-12-17 10:28
Save
Rename
<?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