%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
<html> <head> <title>CCAvenue Payment Gateway</title> </head> <body> <center> <?php include('Crypto.php')?> <?php error_reporting(0); $merchant_data='76013561'; $working_key='8A21A9EDB89C4C923AE55C2A55F3263D';//Shared by CCAVENUES $access_code='AVQR77FE98AY04RQYA';//Shared by CCAVENUES /* $merchant_data='160146'; $working_key='92337578B1BEB60D3308787C704E9519';//Shared by CCAVENUES $access_code='AVXK01FA37AS09KXSA';//Shared by CCAVENUES*/ foreach ($post as $key => $value){ $merchant_data.=$key.'='.$value.'&'; } $encrypted_data=encrypt($merchant_data,$working_key); // Method for encrypting the data. //https://secure.ccavenue.com ?> <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>