���� 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/adjointinfocom.com/public_html/ |
Upload File : |
<!DOCTYPE html> <html class="no-js" lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="x-ua-compatible" content="ie=edge" /> <title>Adjoint Infocom | CC Avenue payment</title> <meta name="description" content="" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <?php include('include/assets.php') ?> </head> <body > <?php include('include/header.php') ?> <!-- quote form one start --> <div class="quote-form-one pt-120 pb-125"> <div class="quote-form-one__wrapper"> <div class="quote-form-one__img1"> <img src="assets/img/quote-form/shape1.svg" alt=""> </div> <div class="quote-form-one__img2"> <img src="assets/img/quote-form/shape2.svg" alt=""> </div> <div class="quote-form-one__img3"> <img src="assets/img/quote-form/shape3.svg" alt=""> </div> <div class="quote-form-one__img4"> <img src="assets/img/quote-form/shape4.svg" alt=""> </div> <div class="quote-form-one__img5"> <img src="assets/img/quote-form/shape5.svg" alt=""> </div> <div class="container"> <div class="row"> <div class="col-xxl-6 col-xl-6 col-lg-6 col-md-12 wow fadeInLeft" data-wow-delay=".3s"> <div class="quote-form-one__img"> <img src="images/cc-avenue-side.png" alt=""> </div> </div> <div class="col-xxl-6 col-xl-6 col-lg-6 col-md-12 wow fadeInUp" data-wow-delay=".5s"> <div class="quote-form-one__content" style="background: #27217a;padding: 20px;border-radius: 20px;"> <h2 class="section-title__one-title mb-25 text-white">Pay Through CC Avenue</h2> <p class="mb-40 text-white" >Seamless, secure, and scalable online payment solutions for your business</p> <form action="php/ccavRequestHandler.php" method="post" name="customerData" class="contact-quote-form"> <div class="row"> <div class="col-xxl-12 col-xl-12 col-lg-12 col-md-12"> <!--<input type="text" required placeholder="Your name" name="name">--> <input type="text" name="billing_name" placeholder="Enter Your Name" required> </div> <div class="col-xxl-12 col-xl-12 col-lg-12 col-md-12"> <input type="email" name="billing_email" placeholder="Enter Your Email Id" required> </div> <div class="col-xxl-12 col-xl-12 col-lg-12 col-md-12"> <input type="text" name="merchant_param1" placeholder="Payment Purpose" required> </div> <div class="col-xxl-12 col-xl-12 col-lg-12 col-md-12"> <input type="number" name="amount" placeholder="Enter Amount" min="1" required> </div> <table style="display:none;" width="40%" height="100" border="1" align="center"> <caption> <font size="4" color="blue"><b>Integration Kit</b></font> </caption> </table> <table style="display:none;" width="40%" height="100" border="1" align="center"> <tbody> <tr> <td>Parameter Name:</td> <td>Parameter Value:</td> </tr> <tr> <td colspan="2">Compulsory information</td> </tr> <tr> <td>TID:</td> <td><input type="text" name="tid" id="tid" readonly=""></td> </tr> <tr> <td>Merchant Id:</td> <td><input type="text" name="merchant_id" value="2050261"></td> </tr> <tr> <td>Order Id:</td> <td><input type="text" name="order_id" value="<?php echo $today = date("Ymd") . strtoupper(substr(uniqid(sha1(time())), 0, 4)); ?>"></td> </tr> <tr> <td>Currency:</td> <td><input type="text" name="currency" value="INR"></td> </tr> <tr> <td>Redirect URL:</td> <td><input type="text" name="redirect_url" value="<?php echo 'https://' . $_SERVER['HTTP_HOST'] . '/ccavResponseHandler.php'; ?>"></td> </tr> <tr> <td>Cancel URL:</td> <td><input type="text" name="cancel_url" value="https://adjointinfocom.com/ccavResponseHandler.php"></td> </tr> <tr> <td>Language:</td> <td><input type="text" name="language" value="EN"></td> </tr> </tbody> </table> <div class="col-xxl-12 col-xl-12 col-lg-12 col-md-12"> <button type="submit" class="contact-btn rr-bounce-up">Pay Now</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> <!-- quote form one end --> <?php include('include/footer.php') ?>