Файловый менеджер - Редактировать - /home/d46091/foodlicenceportal.net/payment3.php
Назад
<?php include_once('config-test.php'); $order_id = base64_decode($_GET['oi']); $sql = "SELECT * FROM fssai WHERE order_id = '".$order_id."'"; $result = $conn->query($sql); $data = $result->fetch_assoc(); // $yapTma = $data['total_amount']; $pg_details = base64_decode($_GET['miks']); list($pg, $mid, $clientId, $clientSecret,$amount) = explode(',', $pg_details, 5); if($_POST['pg'] =='pyu'){ $orderId = $data['order_id']; $product_price = $data['total_amount']; include('payu/payu-dev-submit.php'); }elseif($_POST['pg'] =='cfr'){ $orderId = $data['order_id']; $product_price = $data['total_amount']; include('cashfree/cashfree-dev-submit.php'); }elseif($_POST['pg'] =='ebz'){ $orderId = $data['order_id']; $product_price = $data['total_amount']; include('easebuzz/easebuzz-dev-submit.php'); }elseif($_POST['pg'] =='atm'){ $orderId = $data['order_id']; $product_price = $data['total_amount']; include('atom/atom-dev-submit.php'); } ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Payment Pages</title> <meta name="yandex-verification" content="de6c3e2c532ec8bd" /> <link rel="icon" href="./assets/img/flag.png" type="image/gif" sizes="16x16" alt="Udyog Aadhaar Registration Online - MSME Registration Online Form"> <link rel="stylesheet" href="fontawesome/css/all.css"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap" rel="stylesheet"> <style> .btn-custom,.btn-custom:hover{color:#fff;background:#115399}h1,h4{text-transform:uppercase;padding-top:10px}body{background:#eee;padding:0;margin:0;font-family:Manjari,sans-serif;overflow-x:hidden}.btn.focus,.btn:focus{box-shadow:none}.container{box-shadow:1px 0 10px 15px rgba(0,0,0,.3);background:linear-gradient(to bottom,#115399 0,#115399 50%,#000 50%,#ddd 50%,#ddd 100%);padding:10px 0 15px}.center-content{display:block;margin:20px auto;width:40%}.float-right .form-control{border-radius:0;width:35%!important}.center-content .form-control{outline:0;border:none;background:0 0;border-bottom:1px solid #ddd;border-radius:0!important}.center-content .form-control:focus,.center-content .form-control:hover{border:none;margin:0 auto;background:0 0;box-shadow:none;border-bottom:1px solid #aab7b8}@media(max-width:992px){h2{text-align:center}.center-content{width:60%}}@media(max-width:768px){.form-inline,h2{text-align:center}.center-content{width:60%}.form-inline{display:block;float:none!important}}@media(max-width:575px){.pl-5{padding-left:0!important}.center-content{width:80%}.float-right .form-control{width:100%!important;margin-top:15px}.float-right .form-control:nth-child(2){margin-bottom:15px}.container{background:linear-gradient(to bottom,#3b5997 0,#3b5997 60%,#000 50%,#ddd 52%,#ddd 100%);max-width:80%}}@media(max-width:425px){h2,h3{font-size:1.5rem}h1{font-size:2rem}h2{margin:0}}.form-group{margin-top:30px!important}h1{margin-top:-2rem;font-family:monospace;font-size:24px;font-weight:700}h4{font-family:sans-serif;font-size:15px;font-weight:650}.btn{border-radius:0} </style> <div class="container mt-5 mb-5"> <div class="row"> <div class="col-lg-12"> <div class="text-center text-white"> <bR> <h3>PAYMENT PAGE</h3> </div> </div> </div> <div class="row bg-white center-content"> <img src="" style="padding: 15px;"><div class="col-lg-12 p-4"> <h1><?php echo strtoupper($data['form_name']);?> FEE PAYMENT</h1> <hr> <h4>PAYMENT FOR</h4> <p><?php echo $data['form_name'];?></p> <h4>AMOUNT PAYABLE</h4> <p style="color:#115399;font-weight:bold"><?php echo '₹ '.$amount;?></p> <form action="<?php echo $action_url; ?>" method="POST"> <div class="form-group mt-0"> <input type="text" class="form-control" placeholder="Name" name="applicant_name" value="<?php echo $data['applicant_name'];?>" readonly> </div> <div class="form-group"> <input type="email" name="email_id" class="form-control" placeholder="Email"value=<?php echo $data['email_id'];?> readonly> </div> <div class="form-group"> <input type="tel" name="mobile_number" maxlength="10"minlength="10" class="form-control" placeholder="Mobile" value=<?php echo $data['mobile_number'];?> readonly> </div> <input type="hidden" name="pdl" value="<?php echo base64_encode(implode(',', [$mid, $key, $salt])); ?>"> <input type="hidden" name="AuthProd" value="<?php echo $order_id; ?>"> <input type="hidden" name="yapTma" value="<?php echo base64_encode($amount);?>"> <input type="hidden" name="pg" value="<?php echo $pg;?>"> <button type="submit" class="btn btn-custom">MAKE PAYMENT</button> </form> </div> </div> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка