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

/uploads/script/vendor/rmccue/requests/library/Requests/Exception/Transport/   drwxr-xr-x
Free 13.34 GB of 57.97 GB (23.01%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     cURL.php (918 B)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

class Requests_Exception_Transport_cURL extends Requests_Exception_Transport {

    const 
EASY 'cURLEasy';
    const 
MULTI 'cURLMulti';
    const 
SHARE 'cURLShare';

    
/**
     * cURL error code
     *
     * @var integer
     */
    
protected $code = -1;

    
/**
     * Which type of cURL error
     *
     * EASY|MULTI|SHARE
     *
     * @var string
     */
    
protected $type 'Unknown';

    
/**
     * Clear text error message
     *
     * @var string
     */
    
protected $reason 'Unknown';

    public function 
__construct($message$type$data null$code 0) {
        if (
$type !== null) {
            
$this->type $type;
        }

        if (
$code !== null) {
            
$this->code $code;
        }

        if (
$message !== null) {
            
$this->reason $message;
        }

        
$message sprintf('%d %s'$this->code$this->reason);
        
parent::__construct($message$this->type$data$this->code);
    }

    
/**
     * Get the error message
     */
    
public function getReason() {
        return 
$this->reason;
    }

}

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