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.217.117
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
php /
PhpMyAdmin /
MoTranslator /
Delete
Unzip
Name
Size
Permission
Date
Action
Cache
[ DIR ]
drwxr-xr-x
2025-06-07 09:54
CacheException.php
146
B
-rw-r--r--
2022-04-26 11:24
Loader.php
8.58
KB
-rw-r--r--
2022-04-26 11:24
MoParser.php
2.84
KB
-rw-r--r--
2022-04-26 11:24
ReaderException.php
1.06
KB
-rw-r--r--
2022-04-26 11:24
StringReader.php
3.15
KB
-rw-r--r--
2022-04-26 11:24
Translator.php
10.12
KB
-rw-r--r--
2022-04-26 11:24
autoload.php
1.59
KB
-rw-r--r--
2022-04-30 19:47
functions.php
5.37
KB
-rw-r--r--
2022-04-26 11:24
Save
Rename
<?php // Require require_once 'Symfony/Component/ExpressionLanguage/autoload.php'; // Suggest // @codingStandardsIgnoreFile // @codeCoverageIgnoreStart // this is an autogenerated file - do not edit spl_autoload_register( function($class) { static $classes = null; if ($classes === null) { $classes = array( 'phpmyadmin\\motranslator\\cache\\apcucache' => '/Cache/ApcuCache.php', 'phpmyadmin\\motranslator\\cache\\apcucachefactory' => '/Cache/ApcuCacheFactory.php', 'phpmyadmin\\motranslator\\cache\\cachefactoryinterface' => '/Cache/CacheFactoryInterface.php', 'phpmyadmin\\motranslator\\cache\\cacheinterface' => '/Cache/CacheInterface.php', 'phpmyadmin\\motranslator\\cache\\getallinterface' => '/Cache/GetAllInterface.php', 'phpmyadmin\\motranslator\\cache\\inmemorycache' => '/Cache/InMemoryCache.php', 'phpmyadmin\\motranslator\\cacheexception' => '/CacheException.php', 'phpmyadmin\\motranslator\\loader' => '/Loader.php', 'phpmyadmin\\motranslator\\moparser' => '/MoParser.php', 'phpmyadmin\\motranslator\\readerexception' => '/ReaderException.php', 'phpmyadmin\\motranslator\\stringreader' => '/StringReader.php', 'phpmyadmin\\motranslator\\translator' => '/Translator.php' ); } $cn = strtolower($class); if (isset($classes[$cn])) { require __DIR__ . $classes[$cn]; } }, true, false ); // @codeCoverageIgnoreEnd // Files