📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
chb_data
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
387.75 KB
0644
🗑️
⬇️
✏️
🔒
Editing: toppay.php
<?php session_start(); include"every.php"; include"header2.php";?> <body onLoad="getLocation()"> <main id="main"> <?php include "connect_to_mysqli.php"; include"every.php"; if($mem == "Good") { $cot =10000; } if($mem == "Best") { $cot =50000; } if ($mem == "Better") {$cot = 20000; } ?> <!-- ======= Track and Book Section ======= --> <section id="about" class="about"> <div class="container" data-aos="fade-up"> <div class="row content" align="center";> <div class="col-lg-10" style="padding:20px; margin:auto; width:100%; "> <form method="post" action="topay.php"> <p> <input type="text" class="form-control" placeholder="Enter Amount" value="<?php echo $cot; ?>" name="mount" required readonly ></p> <input type="hidden" class="form-control" value="<?php $ran = substr(md5(mt_rand()), 0, 7); echo $ran;?>" name="ido" required hidden> <input type="text" class="form-control" name="dat" id="currentDate" readonly hidden required /> <script> var today = new Date(); var date = today.getFullYear()+'-'+(today.getMonth()+1)+'-'+today.getDate(); document.getElementById("currentDate").value = date; </script> <p><button type="submit" name="Submit" class="submitn" style="background-color:#FF0996; color:#FFFFFF; border:none;">>>Top Up</button></p> </div> </div> </div> </section><!-- Book Section --> </main><!-- End #main --> <?php include "footer2.php"; ?>
💾 Save Changes