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

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/gwp.picotech.app/public_html/vendor/laravel/framework/src/Illuminate/Support/   drwxr-xr-x
Free 28.64 GB of 117.98 GB (24.28%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

namespace Illuminate\Support;

use 
Illuminate\Support\Defer\DeferredCallback;
use 
Illuminate\Support\Defer\DeferredCallbackCollection;
use 
Symfony\Component\Process\PhpExecutableFinder;

if (! 
function_exists('Illuminate\Support\defer')) {
    
/**
     * Defer execution of the given callback.
     *
     * @param  callable|null  $callback
     * @param  string|null  $name
     * @param  bool  $always
     * @return ($callback is null ? \Illuminate\Support\Defer\DeferredCallbackCollection : \Illuminate\Support\Defer\DeferredCallback)
     */
    
function defer(?callable $callback null, ?string $name nullbool $always false): DeferredCallback|DeferredCallbackCollection
    
{
        if (
$callback === null) {
            return 
app(DeferredCallbackCollection::class);
        }

        return 
tap(
            new 
DeferredCallback($callback$name$always),
            fn (
$deferred) => app(DeferredCallbackCollection::class)[] = $deferred
        
);
    }
}

if (! 
function_exists('Illuminate\Support\php_binary')) {
    
/**
     * Determine the PHP Binary.
     */
    
function php_binary(): string
    
{
        return (new 
PhpExecutableFinder)->find(false) ?: 'php';
    }
}

if (! 
function_exists('Illuminate\Support\artisan_binary')) {
    
/**
     * Determine the proper Artisan executable.
     */
    
function artisan_binary(): string
    
{
        return 
defined('ARTISAN_BINARY') ? ARTISAN_BINARY 'artisan';
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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

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