📁
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
405.78 KB
0644
🗑️
⬇️
✏️
🔒
Editing: signin.php
<?php ob_start(); session_start();?> <html lang="en"> <head> <!-- Basic Page Needs ================================================== --> <meta charset="utf-8"> <title>Auction - Oshofree</title> <!-- Mobile Specific Metas ================================================== --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="description" content="Construction Html5 Template"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0"> <meta name="author" content="Themefisher"> <meta name="generator" content="Themefisher Constra HTML Template v1.0"> <!-- Favicon --> <link rel="shortcut icon" type="image/x-icon" href="images/favicon.png" /> <!-- Themefisher Icon font --> <link rel="stylesheet" href="plugins/themefisher-font/style.css"> <!-- bootstrap.min css --> <link rel="stylesheet" href="plugins/bootstrap/css/bootstrap.min.css"> <!-- Animate css --> <link rel="stylesheet" href="plugins/animate/animate.css"> <!-- Slick Carousel --> <link rel="stylesheet" href="plugins/slick/slick.css"> <link rel="stylesheet" href="plugins/slick/slick-theme.css"> <!-- Main Stylesheet --> <link rel="stylesheet" href="css/style.css"> </head> <body id="body"> <style> body { background-image: url('images/home2.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; } </style> <section class="signin-page account"> <div class="container"> <div class="row"> <div class="col-md-6 col-md-offset-3"> <div class="block text-center"> <a class="logo" href="home.php"> <img src="images/logo.png" alt=""> </a> <h2 class="text-center">Create Your Account</h2> <p><?php include"register.php";?></p> <form class="text-left clearfix" method="post" enctype="multipart/form-data"> <div class="form-group"> <input type="text" class="form-control" name="first" value="<?php echo $named; ?>" placeholder="First Name"> </div> <div class="form-group"> <input type="text" class="form-control" name="last" value="<?php echo $nam; ?>" placeholder="Last Name"> </div> <div class="form-group"> <input type="text" class="form-control" name="user" value="<?php echo $use; ?>" placeholder="Username"> </div> <div class="form-group"> <input type="email" class="form-control" name="mail" value="<?php echo $email; ?>" placeholder="Email"> </div> <div class="form-group"> <input type="tel" class="form-control" name="mob" value="<?php echo $mobile; ?>" placeholder="Phone Number"> </div> <div class="form-group"> <input type="password" class="form-control" name="pass" placeholder="Password"> </div> <div class="text-center"> <button type="submit" class="btn btn-main text-center">Sign In</button> </div> </form> <p class="mt-20">Already have an account ?<a href="index.php"> Login</a></p> </div> </div> </div> </div> </section> <!-- Essential Scripts =====================================--> <!-- Main jQuery --> <script src="plugins/jquery/dist/jquery.min.js"></script> <!-- Bootstrap 3.1 --> <script src="plugins/bootstrap/js/bootstrap.min.js"></script> <!-- Bootstrap Touchpin --> <script src="plugins/bootstrap-touchspin/dist/jquery.bootstrap-touchspin.min.js"></script> <!-- Instagram Feed Js --> <script src="plugins/instafeed/instafeed.min.js"></script> <!-- Video Lightbox Plugin --> <script src="plugins/ekko-lightbox/dist/ekko-lightbox.min.js"></script> <!-- Count Down Js --> <script src="plugins/syo-timer/build/jquery.syotimer.min.js"></script> <!-- slick Carousel --> <script src="plugins/slick/slick.min.js"></script> <script src="plugins/slick/slick-animation.min.js"></script> <!-- Google Mapl --> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCC72vZw-6tGqFyRhhg5CkF2fqfILn2Tsw"></script> <script type="text/javascript" src="plugins/google-map/gmap.js"></script> <!-- Main Js File --> <script src="js/script.js"></script> </body> </html>
💾 Save Changes