Search
Search
Search
Search
Information
Information
Light
Dark
Open actions menu
Basic upload method
Bypass upload method
Tips!
If you encounter an error (by firewall) while uploading using both methods,
try changing extension of the file before uploading it and rename it right after.
Submit
~
home
cmediaonline-mnfgj
cmediaonline.in
public
admin
File Content:
login.php
<?php include('server.php') ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>CMedia | DashBoard</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <meta content="" name="description" /> <meta content="Coderthemes" name="author" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!-- <link rel="shortcut icon" href="assets/images/favicon.ico">--> <link rel="icon" href="../images/elsalogo2.png" sizes="16x16" type="image/png"> <!-- Bootstrap core CSS --> <link href="assets/css/bootstrap.min.css" rel="stylesheet"> <!-- MetisMenu CSS --> <link href="assets/css/metisMenu.min.css" rel="stylesheet"> <!-- Icons CSS --> <link href="assets/css/icons.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="assets/css/style.css" rel="stylesheet"> </head> <body style="background-color: lightblue"> <!-- HOME --> <section> <div class="container"> <div class="row"> <div class="col-sm-12"> <div class="wrapper-page"> <div class="m-t-40 card-box"> <div class="text-center"> <h2 class="text-uppercase m-t-0 m-b-30"> <!-- height="30"class="logo"--> <a href="index.html" class="text-success" > <span><img src="../images/clogo.png" alt="" style="width: 100px;"></span> </a> </h2> <!--<h4 class="text-uppercase font-bold m-b-0">Sign In</h4> width="100" height="50"--> </div> <div class="account-content"> <form class="form-horizontal" method="post" action="login.php"> <?php include('errors.php'); ?> <div class="form-group m-b-20"> <div class="col-xs-12"> <label for="emailaddress">Email address</label> <input class="form-control" type="email" id="emailaddress" required="" placeholder="john@gmail.com" name="email"> </div> </div> <div class="form-group m-b-20"> <div class="col-xs-12"> <!--<a href="pages-forget-password.html" class="text-muted pull-right font-14">Forgot your password?</a>--> <label for="password">Password</label> <input class="form-control" type="password" required="" id="password" placeholder="Enter your password" name="password"> </div> </div> <!-- <div class="form-group m-b-30"> <div class="col-xs-12"> <div class="checkbox checkbox-primary"> <input id="checkbox5" type="checkbox"> <label for="checkbox5"> Remember me </label> </div> </div> </div> --> <div class="form-group account-btn text-center m-t-10"> <div class="col-xs-12"> <button class="btn btn-lg btn-primary btn-block" type="submit" name="login_user">Sign In</button> </div> </div> </form> <div class="clearfix"></div> </div> </div> <!-- end card-box--> <!-- <div class="row m-t-50"> <div class="col-sm-12 text-center"> <p class="text-muted">Don't have an account? <a href="Register.php" class="text-dark m-l-5">Sign Up</a></p> </div> </div> --> </div> <!-- end wrapper --> </div> </div> </div> </section> <!-- END HOME --> <!-- js placed at the end of the document so the pages load faster --> <script src="assets/js/jquery-2.1.4.min.js"></script> <script src="assets/js/bootstrap.min.js"></script> <script src="assets/js/metisMenu.min.js"></script> <script src="assets/js/jquery.slimscroll.min.js"></script> <!-- App Js --> <script src="assets/js/jquery.app.js"></script> </body> </html>
Edit
Rename
Chmod
Delete