Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 3.136.159.203
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-09 05:54
config
[ DIR ]
drwxr-xr-x
2024-03-13 04:07
fonts
[ DIR ]
drwxr-xr-x
2024-03-13 04:07
include
[ DIR ]
drwxr-xr-x
2024-03-13 04:07
autoload.php
1.27
KB
-rw-r--r--
2022-01-05 22:54
tcpdf.php
884.44
KB
-rw-r--r--
2021-12-31 08:39
tcpdf_autoconfig.php
6.99
KB
-rw-r--r--
2021-12-31 08:39
tcpdf_barcodes_1d.php
71.58
KB
-rw-r--r--
2021-12-31 08:39
tcpdf_barcodes_2d.php
14.33
KB
-rw-r--r--
2021-12-31 08:39
tcpdf_import.php
3.25
KB
-rw-r--r--
2021-12-31 08:39
tcpdf_parser.php
26.95
KB
-rw-r--r--
2021-12-31 08:39
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