���� JFIF fdasasfas213sdaf
Server IP : 147.79.69.42 / Your IP : 216.73.216.200 Web Server : LiteSpeed System : Linux in-mum-web669.main-hosting.eu 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64 User : u479334040 ( 479334040) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u479334040/domains/saumasale.in/public_html/ |
Upload File : |
<html> <head> <title> Non-Seamless-kit</title> </head> <body> <center> <?php include('php/Crypto.php') ?> <?php error_reporting(0); $merchant_data = ''; $working_key = '02FB213A2883FAC31DFA48C2B784DF27'; $access_code = 'AVBI48KD20AQ31IBQA'; foreach ($_POST as $key => $value) { $merchant_data .= $key . '=' . $value . '&'; } $encrypted_data = encrypt($merchant_data, $working_key); // Method for encrypting the data. ?> <form method="post" name="redirect" action="https://secure.ccavenue.com/transaction/transaction.do?command=initiateTransaction"> <?php echo "<input type=hidden name=encRequest value=$encrypted_data>"; echo "<input type=hidden name=access_code value=$access_code>"; ?> </form> </center> <script language='javascript'> document.redirect.submit(); </script> </body> </html>