Server: | Microsoft-IIS/10.0 |
System: | Windows NT BH-PLESK-WEB3 10.0 build 20348 (Windows Server 2022) AMD64 |
User: | IWPD_8556(lensai) ( 0 ) |
PHP Version: | 8.3.21 |
Python Version: | Python is not available |
Disabled Functions: | , Cron, Curl, Ftp, GCC, Mail, Mysql, PKEXEC, Perl, Python, SendMail, Ssh, Wget, exec, passthru, shell_exec, system |
<?php include_once('config.php'); $select="select * from user where role='admin'"; $exe=mysqli_query($con,$select); $row=mysqli_fetch_array($exe); ?> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title><?php echo $row['fullname']; ?> | Log in</title> <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'> <!-- Bootstrap 3.3.4 --> <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <!-- Font Awesome Icons --> <!-- Theme style --> <link href="dist/css/AdminLTE.min.css" rel="stylesheet" type="text/css" /> <!-- iCheck --> <link href="plugins/iCheck/square/blue.css" rel="stylesheet" type="text/css" /> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body class="login-page"> <div class="login-box"> <div class="login-logo"> <a href="index.php"><b>Get</b>Your Password</a> <h4 style="color:red"><?php if(isset($_SESSION['failmail'])){ echo $_SESSION['failmail'];} unset($_SESSION['failmail']);?></h4> </div><!-- /.login-logo --> <div class="login-box-body"> <p class="login-box-msg">Enter Your Email address</p> <form action="controller.php" method="post"> <div class="form-group has-feedback"> <input type="email" class="form-control" placeholder="Enter Email" name="email"/> <span class="glyphicon glyphicon-envelope form-control-feedback"></span> </div> <div class="row"> <div class="col-xs-8"> </div><!-- /.col --> <div class="col-xs-4"> <button type="submit" name="forgot_password" class="btn btn-primary btn-block btn-flat">Send</button> </div><!-- /.col --> </div> </form> </div><!-- /.login-box-body --> </div><!-- /.login-box --> <!-- jQuery 2.1.4 --> <script src="plugins/jQuery/jQuery-2.1.4.min.js"></script> <!-- Bootstrap 3.3.2 JS --> <script src="bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <!-- iCheck --> <script src="plugins/iCheck/icheck.min.js" type="text/javascript"></script> <script> $(function () { $('input').iCheck({ checkboxClass: 'icheckbox_square-blue', radioClass: 'iradio_square-blue', increaseArea: '20%' // optional }); }); </script> </body> </html>
Name | Size | Type | Permissions | Options |
---|---|---|---|---|
bootstrap | DIR | Directory | drwxrwxrwx | |
build | DIR | Directory | drwxrwxrwx | |
css | DIR | Directory | drwxrwxrwx | |
dist | DIR | Directory | drwxrwxrwx | |
images | DIR | Directory | drwxrwxrwx | |
DIR | Directory | drwxrwxrwx | ||
mailbox | DIR | Directory | drwxrwxrwx | |
plugins | DIR | Directory | drwxrwxrwx | |
sliders | DIR | Directory | drwxrwxrwx | |
.htaccess | 0.118 KB | File | -rw-rw-rw- | |
add_blog.php | 2.889 KB | File | -rw-rw-rw- | |
add_brochures.php | 3.218 KB | File | -rw-rw-rw- | |
add_papers.php | 2.231 KB | File | -rw-rw-rw- | |
add_product.php | 3.519 KB | File | -rw-rw-rw- | |
add_product_attach.php | 1.443 KB | File | -rw-rw-rw- | |
add_slide.php | 2.555 KB | File | -rw-rw-rw- | |
add_specification.php | 3.123 KB | File | -rw-rw-rw- | |
add_user.php | 7.685 KB | File | -rw-rw-rw- | |
add_video.php | 1.582 KB | File | -rw-rw-rw- | |
ajax.php | 1.183 KB | File | -rw-rw-rw- | |
attachment.php | 4.931 KB | File | -rw-rw-rw- | |
blog.php | 4.760 KB | File | -rw-rw-rw- | |
brochures.php | 4.405 KB | File | -rw-rw-rw- | |
change_pass_control.php | 0.946 KB | File | -rw-rw-rw- | |
change_password.php | 1.690 KB | File | -rw-rw-rw- | |
changelog | 2.168 KB | File | -rw-rw-rw- | |
compose.php | 4.953 KB | File | -rw-rw-rw- | |
concentrated.php | 5.195 KB | File | -rw-rw-rw- | |
config.php | 0.233 KB | File | -rw-rw-rw- | |
controller.php | 17.718 KB | File | -rw-rw-rw- | |
counter.txt | 0.003 KB | File | -rw-rw-rw- | |
dashboard.php | 10.186 KB | File | -rw-rw-rw- | |
delete_process.php | 0.012 KB | File | -rw-rw-rw- | |
demo.php | 0.083 KB | File | -rw-rw-rw- | |
edit_blog.php | 2.999 KB | File | -rw-rw-rw- | |
edit_product.php | 4.765 KB | File | -rw-rw-rw- | |
edit_specification.php | 2.999 KB | File | -rw-rw-rw- | |
error_log | 288.954 KB | File | -rw-rw-rw- | |
forgot.php | 2.757 KB | File | -rw-rw-rw- | |
img.php | 0.359 KB | File | -rw-rw-rw- | |
index.php | 11.069 KB | File | -rw-rw-rw- | |
login.php | 0.582 KB | File | -rw-rw-rw- | |
login_control.php | 0.716 KB | File | -rw-rw-rw- | |
logout.php | 0.099 KB | File | -rw-rw-rw- | |
mail.php | 0.508 KB | File | -rw-rw-rw- | |
mail_controller.php | 1.324 KB | File | -rw-rw-rw- | |
papers.php | 4.332 KB | File | -rw-rw-rw- | |
Product.php | 4.522 KB | File | -rw-rw-rw- | |
read_mai.php | 18.012 KB | File | -rw-rw-rw- | |
register.php | 4.011 KB | File | -rw-rw-rw- | |
sent.php | 9.575 KB | File | -rw-rw-rw- | |
slider.php | 6.859 KB | File | -rw-rw-rw- | |
sliderupdate.php | 3.239 KB | File | -rw-rw-rw- | |
specification.php | 3.194 KB | File | -rw-rw-rw- | |
subscriber_list.php | 7.287 KB | File | -rw-rw-rw- | |
test.html | 0.006 KB | File | -rw-rw-rw- | |
update.php | 0.920 KB | File | -rw-rw-rw- | |
video.php | 4.870 KB | File | -rw-rw-rw- | |
viewproduct.php | 0.135 KB | File | -rw-rw-rw- | |
visotor_counter.php | 0.009 KB | File | -rw-rw-rw- |