!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/wataxi.picotech.app/public_html/resources/views/finances/   drwxr-xr-x
Free 26.52 GB of 117.98 GB (22.48%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     stripe.blade.php (1.39 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!-- Fee Info -->
<div class="col-6">
    <div class="card  bg-secondary shadow">
        <div class="card-header border-0">
            <div class="row align-items-center">
                <div class="col-8">
                    <h3 class="mb-0">{{ __('Stripe connect') }}</h3>
                </div>
                <div class="col-4 text-right">
                </div>
            </div>
        </div>
        <div class="card-body">
         <p>
             {{ __('We use Stripe to collect payments. Connect now, and we will send your funds from cart payments dirrectly to your Stripe account')}}.<br />
             <hr />
             @if (!auth()->user()->stripe_account)
                <a href="{{ route('stripe.connect')}}" class="btn btn-primary">{{ __('Connect with Stripe Connect') }}</a>
             @else

             <div class="row">
                 <div class="col-md-6">
                    <h4>{{__('Stripe account')}}</h4>
                    {{auth()->user()->stripe_account}}
                 </div>
                 <div class="col-md-6">
                    <h4>{{__('Stripe details submited')}}</h4>
                    {{$stripe_details_submitted}}
                 </div>
             </div>
             <br />
             <a href="{{ route('stripe.connect')}}" class="btn btn-warning">{{ __('Update Stripe connection') }}</a>
             @endif
        </p>
        </div>
    </div>
</div>

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