!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)

/uploads/script/resources/views/subscription/   drwxr-xr-x
Free 13.13 GB of 57.97 GB (22.65%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     razorpay.blade.php (1.82 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE html>
<html>
<head>
    <title>Payment With Razorpay</title>
</head>
<body>

<!-- // Let's Click this button automatically when this page load using javascript -->
<!-- You can hide this button -->
<button id="rzp-button1" hidden></button>  
<input type="hidden" id="logo" value="{{ asset('uploads/'.domain_info('user_id').'/logo.png') }}">
@if(url('/') == env('APP_URL'))
<form action="{{ url('/merchant/razorpay/status')}}" method="POST" hidden>
@else
<form action="{{ url('/seller/razorpay/status')}}" method="POST" hidden>    
@endif    
    <input type="hidden" value="{{csrf_token()}}" name="_token" /> 
    <input type="text" class="form-control" id="rzp_paymentid"  name="rzp_paymentid">
    <input type="text" class="form-control" id="rzp_orderid" name="rzp_orderid">
    <input type="text" class="form-control" id="rzp_signature" name="rzp_signature">
    <button type="submit" id="rzp-paymentresponse" hidden class="btn btn-primary"></button>
</form>

<input type="hidden" value="{{ $Info['razorpayId'] }}" id="razorpayId">
<input type="hidden" value="{{ $Info['amount'] }}" id="amount">
<input type="hidden" value="{{ $Info['currency'] }}" id="currency">
<input type="hidden" value="{{ $Info['name'] }}" id="name">
<input type="hidden" value="{{ $Info['description'] }}" id="description">
<input type="hidden" value="{{ $Info['orderId'] }}" id="orderId">
<input type="hidden" value="{{ $Info['name'] }}" id="name">
<input type="hidden" value="{{ $Info['email'] }}" id="email">
<input type="hidden" value="{{ $Info['contactNumber'] }}" id="contactNumber">
<input type="hidden" value="{{ $Info['address'] }}" id="address">
<script src="https://checkout.razorpay.com/v1/checkout.js"></script>
<script src="{{ asset('frontend/bigbag/js/jquery-3.5.1.min.js')}}"></script>
<script src="{{ asset('assets/js/razorpay.js')}}"></script>

</body>
</html>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.022 ]--