���� JFIF fdasasfas213sdaf
Server IP : 88.222.243.122 / 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/adjointinfocom.com/public_html/ |
Upload File : |
<html> <head> <title> Non-Seamless-kit</title> </head> <body> <center> <?php include('Crypto.php')?> <?php error_reporting(0); $merchant_data = ''; $working_key = '67B01BF41593347172E2845D4B2B7216'; // Shared by CCAvenue $access_code = 'AVVY50KD30BA52YVAB'; // Shared by CCAvenue $merchant_id = '2050261'; // Your CCAvenue Merchant ID // Adding merchant_id manually to the merchant data $merchant_data .= "merchant_id=" . $merchant_id . "&"; // Ensure merchant_id is included // Collect other POST data and append to merchant_data string foreach ($_POST as $key => $value) { $merchant_data .= $key . '=' . $value . '&'; } // Encrypt the data using the working key $encrypted_data = encrypt($merchant_data, $working_key); ?> <!-- Form to submit encrypted data to CCAvenue --> <form method="post" name="redirect" action="https://secure.ccavenue.com/transaction/transaction.do?command=initiateTransaction"> <input type="hidden" name="encRequest" value="<?php echo $encrypted_data; ?>"> <input type="hidden" name="access_code" value="<?php echo $access_code; ?>"> </form> <script language="javascript"> // Automatically submit the form document.redirect.submit(); </script> </center> </body> </html>