!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/php/Symfony/Component/Cache/   drwxr-xr-x
Free 13.21 GB of 57.97 GB (22.79%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     autoload.php (8.01 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
// require:
require_once 'Psr/Cache/autoload.php';
require_once 
'Psr/Log/autoload.php';
require_once 
'Symfony/Contracts/Cache/autoload.php';
require_once 
'Symfony/Contracts/Service/autoload.php';
require_once 
'Symfony/Component/VarExporter/autoload.php';

// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
// this is an autogenerated file - do not edit
spl_autoload_register(
    function(
$class) {
        static 
$classes null;
        if (
$classes === null) {
            
$classes = array(
                
'symfony\\component\\cache\\adapter\\abstractadapter' => '/Adapter/AbstractAdapter.php',
                
'symfony\\component\\cache\\adapter\\abstracttagawareadapter' => '/Adapter/AbstractTagAwareAdapter.php',
                
'symfony\\component\\cache\\adapter\\adapterinterface' => '/Adapter/AdapterInterface.php',
                
'symfony\\component\\cache\\adapter\\apcuadapter' => '/Adapter/ApcuAdapter.php',
                
'symfony\\component\\cache\\adapter\\arrayadapter' => '/Adapter/ArrayAdapter.php',
                
'symfony\\component\\cache\\adapter\\chainadapter' => '/Adapter/ChainAdapter.php',
                
'symfony\\component\\cache\\adapter\\doctrineadapter' => '/Adapter/DoctrineAdapter.php',
                
'symfony\\component\\cache\\adapter\\filesystemadapter' => '/Adapter/FilesystemAdapter.php',
                
'symfony\\component\\cache\\adapter\\filesystemtagawareadapter' => '/Adapter/FilesystemTagAwareAdapter.php',
                
'symfony\\component\\cache\\adapter\\memcachedadapter' => '/Adapter/MemcachedAdapter.php',
                
'symfony\\component\\cache\\adapter\\nulladapter' => '/Adapter/NullAdapter.php',
                
'symfony\\component\\cache\\adapter\\pdoadapter' => '/Adapter/PdoAdapter.php',
                
'symfony\\component\\cache\\adapter\\phparrayadapter' => '/Adapter/PhpArrayAdapter.php',
                
'symfony\\component\\cache\\adapter\\phpfilesadapter' => '/Adapter/PhpFilesAdapter.php',
                
'symfony\\component\\cache\\adapter\\proxyadapter' => '/Adapter/ProxyAdapter.php',
                
'symfony\\component\\cache\\adapter\\psr16adapter' => '/Adapter/Psr16Adapter.php',
                
'symfony\\component\\cache\\adapter\\redisadapter' => '/Adapter/RedisAdapter.php',
                
'symfony\\component\\cache\\adapter\\redistagawareadapter' => '/Adapter/RedisTagAwareAdapter.php',
                
'symfony\\component\\cache\\adapter\\simplecacheadapter' => '/Adapter/SimpleCacheAdapter.php',
                
'symfony\\component\\cache\\adapter\\tagawareadapter' => '/Adapter/TagAwareAdapter.php',
                
'symfony\\component\\cache\\adapter\\tagawareadapterinterface' => '/Adapter/TagAwareAdapterInterface.php',
                
'symfony\\component\\cache\\adapter\\traceableadapter' => '/Adapter/TraceableAdapter.php',
                
'symfony\\component\\cache\\adapter\\traceableadapterevent' => '/Adapter/TraceableAdapter.php',
                
'symfony\\component\\cache\\adapter\\traceabletagawareadapter' => '/Adapter/TraceableTagAwareAdapter.php',
                
'symfony\\component\\cache\\cacheitem' => '/CacheItem.php',
                
'symfony\\component\\cache\\datacollector\\cachedatacollector' => '/DataCollector/CacheDataCollector.php',
                
'symfony\\component\\cache\\dependencyinjection\\cachecollectorpass' => '/DependencyInjection/CacheCollectorPass.php',
                
'symfony\\component\\cache\\dependencyinjection\\cachepoolclearerpass' => '/DependencyInjection/CachePoolClearerPass.php',
                
'symfony\\component\\cache\\dependencyinjection\\cachepoolpass' => '/DependencyInjection/CachePoolPass.php',
                
'symfony\\component\\cache\\dependencyinjection\\cachepoolprunerpass' => '/DependencyInjection/CachePoolPrunerPass.php',
                
'symfony\\component\\cache\\doctrineprovider' => '/DoctrineProvider.php',
                
'symfony\\component\\cache\\exception\\cacheexception' => '/Exception/CacheException.php',
                
'symfony\\component\\cache\\exception\\invalidargumentexception' => '/Exception/InvalidArgumentException.php',
                
'symfony\\component\\cache\\exception\\logicexception' => '/Exception/LogicException.php',
                
'symfony\\component\\cache\\lockregistry' => '/LockRegistry.php',
                
'symfony\\component\\cache\\marshaller\\defaultmarshaller' => '/Marshaller/DefaultMarshaller.php',
                
'symfony\\component\\cache\\marshaller\\marshallerinterface' => '/Marshaller/MarshallerInterface.php',
                
'symfony\\component\\cache\\pruneableinterface' => '/PruneableInterface.php',
                
'symfony\\component\\cache\\psr16cache' => '/Psr16Cache.php',
                
'symfony\\component\\cache\\resettableinterface' => '/ResettableInterface.php',
                
'symfony\\component\\cache\\simple\\abstractcache' => '/Simple/AbstractCache.php',
                
'symfony\\component\\cache\\simple\\apcucache' => '/Simple/ApcuCache.php',
                
'symfony\\component\\cache\\simple\\arraycache' => '/Simple/ArrayCache.php',
                
'symfony\\component\\cache\\simple\\chaincache' => '/Simple/ChainCache.php',
                
'symfony\\component\\cache\\simple\\doctrinecache' => '/Simple/DoctrineCache.php',
                
'symfony\\component\\cache\\simple\\filesystemcache' => '/Simple/FilesystemCache.php',
                
'symfony\\component\\cache\\simple\\memcachedcache' => '/Simple/MemcachedCache.php',
                
'symfony\\component\\cache\\simple\\nullcache' => '/Simple/NullCache.php',
                
'symfony\\component\\cache\\simple\\pdocache' => '/Simple/PdoCache.php',
                
'symfony\\component\\cache\\simple\\phparraycache' => '/Simple/PhpArrayCache.php',
                
'symfony\\component\\cache\\simple\\phpfilescache' => '/Simple/PhpFilesCache.php',
                
'symfony\\component\\cache\\simple\\psr6cache' => '/Simple/Psr6Cache.php',
                
'symfony\\component\\cache\\simple\\rediscache' => '/Simple/RedisCache.php',
                
'symfony\\component\\cache\\simple\\traceablecache' => '/Simple/TraceableCache.php',
                
'symfony\\component\\cache\\simple\\traceablecacheevent' => '/Simple/TraceableCache.php',
                
'symfony\\component\\cache\\traits\\abstractadaptertrait' => '/Traits/AbstractAdapterTrait.php',
                
'symfony\\component\\cache\\traits\\abstracttrait' => '/Traits/AbstractTrait.php',
                
'symfony\\component\\cache\\traits\\apcutrait' => '/Traits/ApcuTrait.php',
                
'symfony\\component\\cache\\traits\\arraytrait' => '/Traits/ArrayTrait.php',
                
'symfony\\component\\cache\\traits\\contractstrait' => '/Traits/ContractsTrait.php',
                
'symfony\\component\\cache\\traits\\doctrinetrait' => '/Traits/DoctrineTrait.php',
                
'symfony\\component\\cache\\traits\\filesystemcommontrait' => '/Traits/FilesystemCommonTrait.php',
                
'symfony\\component\\cache\\traits\\filesystemtrait' => '/Traits/FilesystemTrait.php',
                
'symfony\\component\\cache\\traits\\lazyvalue' => '/Traits/PhpFilesTrait.php',
                
'symfony\\component\\cache\\traits\\memcachedtrait' => '/Traits/MemcachedTrait.php',
                
'symfony\\component\\cache\\traits\\pdotrait' => '/Traits/PdoTrait.php',
                
'symfony\\component\\cache\\traits\\phparraytrait' => '/Traits/PhpArrayTrait.php',
                
'symfony\\component\\cache\\traits\\phpfilestrait' => '/Traits/PhpFilesTrait.php',
                
'symfony\\component\\cache\\traits\\proxytrait' => '/Traits/ProxyTrait.php',
                
'symfony\\component\\cache\\traits\\redisclusterproxy' => '/Traits/RedisClusterProxy.php',
                
'symfony\\component\\cache\\traits\\redisproxy' => '/Traits/RedisProxy.php',
                
'symfony\\component\\cache\\traits\\redistrait' => '/Traits/RedisTrait.php'
            
);
        }
        
$cn strtolower($class);
        if (isset(
$classes[$cn]) and file_exists(__DIR__ $classes[$cn])) {
            require 
__DIR__ $classes[$cn];
        }
    },
    
true,
    
false
);
// @codeCoverageIgnoreEnd

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0058 ]--