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'; $username=$_SESSION['username']; if(!isset($_SESSION['username'])) { header('location:login.php'); } $select="select* from user where username='$username'"; $exe=mysqli_query($con,$select); $row=mysqli_fetch_array($exe); $_SESSION['userid']=$row['id']; $id=$_SESSION['userid']; $sitename=$row['sitename']; ?> <!DOCTYPE html> <html> <head> <link rel="icon" href="../images/index.png"/> <meta charset="UTF-8"> <title><?php echo $row['sitename']; ?> | Admin</title> <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'> <!----my css--------> <link href="css/style.css" rel="stylesheet" type="text/css"/> <!-- Bootstrap 3.3.4 --> <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <!-- FontAwesome 4.3.0 --> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <!-- Ionicons 2.0.0 <link href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet" type="text/css" /> ///Ionicons 2.0.0 --> <!-- Theme style --> <link href="dist/css/AdminLTE.min.css" rel="stylesheet" type="text/css" /> <!-- AdminLTE Skins. Choose a skin from the css/skins folder instead of downloading all of them to reduce the load. --> <link href="dist/css/skins/_all-skins.min.css" rel="stylesheet" type="text/css" /> <!-- iCheck --> <link href="plugins/iCheck/flat/blue.css" rel="stylesheet" type="text/css" /> <!-- Morris chart --> <link href="plugins/morris/morris.css" rel="stylesheet" type="text/css" /> <!-- jvectormap --> <link href="plugins/jvectormap/jquery-jvectormap-1.2.2.css" rel="stylesheet" type="text/css" /> <!-- Date Picker --> <link href="plugins/datepicker/datepicker3.css" rel="stylesheet" type="text/css" /> <!-- Daterange picker --> <link href="plugins/daterangepicker/daterangepicker-bs3.css" rel="stylesheet" type="text/css" /> <!-- bootstrap wysihtml5 - text editor --> <link href="plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.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]--> <script> function validateForm() { var x = document.forms["myForm"]["sitename"].value; if (x == null || x == "") { alert("Name must be filled out"); return false; } } function CheckAll() { l=document.forms[0].length; for (i=0;i<l-1;i++) { document.forms[0].elements[i].checked=true; } } function unCheckAll() { l=document.forms[0].length; for (i=0;i<l-1;i++) { document.forms[0].elements[i].checked=false; } } </script> </head> <body class="skin-blue sidebar-mini"> <div class="wrapper"> <header class="main-header"> <!-- Logo --> <a href="http://lensai.com/" target="_blank" class="logo"> <!-- mini logo for sidebar mini 50x50 pixels --> <span class="logo-mini"><b>L</b></span> <!-- logo for regular state and mobile devices --> <span class="logo-lg"><p><?php echo $sitename ;?></p></span> </a> <!-- Header Navbar: style can be found in header.less --> <nav class="navbar navbar-static-top" role="navigation"> <!-- Sidebar toggle button--> <a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button"> <span class="sr-only">Toggle navigation</span> </a> <div class="navbar-custom-menu"> <ul class="nav navbar-nav"> <!-- Messages: style can be found in dropdown.less--> <li class="dropdown messages-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-envelope-o"></i> </a> <ul class="dropdown-menu"> <li class="header">You have 0 messages</li> <li> <!-- inner menu: contains the actual data --> <ul class="menu"> </ul> </li> <li class="footer"><a href="#">See All Messages</a></li> </ul> </li> <!-- User Account: style can be found in dropdown.less --> <li class="dropdown user user-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <img src="images/author.png" class="user-image" alt="User Image"/> <span class="hidden-xs"><?php echo $row['username']; ?></span> </a> <ul class="dropdown-menu"> <!-- User image --> <li class="user-header"> <img src="images/user.jpg" class="img-circle" alt="User Image" /> <p><?php echo $row['email'];?></p> </li> <!-- Menu Body --> <!-- Menu Footer--> <li class="user-footer"> <div class="pull-left"> <a href="index.php?p=change_password" class="btn btn-default btn-flat">Change Password</a> </div> <div class="pull-right"> <a href="logout.php" class="btn btn-default btn-flat">Log Out</a> </div> </li> </ul> </li> </ul> </div> </nav> </header> <!-- Left side column. contains the logo and sidebar --> <aside class="main-sidebar"> <!-- sidebar: style can be found in sidebar.less --> <section class="sidebar"> <div class="user-panel"> <div class="pull-left image"> <img src="images/author.png" class="img-circle" alt="User Image"> </div> <div class="pull-left info"> <p><?php echo $row['username']; ?></p> <a href="index"><i class="fa fa-circle text-success"></i> Online</a> </div> </div> <ul class="sidebar-menu nav"> <li class="header">MAIN NAVIGATION</li> <li class="active treeview"> <a href="index.php?p=dashboard"> <i class="fa fa-dashboard"></i> <span>Dashbaord</span></small> </a> </li> <li> <a href="index.php?p=slider"> <i class="fa fa-th"></i> <span>Slider</span></small> </a> </li> <li class="treeview active"> <a href="#"> <i class="fa fa-laptop"></i> <span>Prodct</span> </a> <ul class="treeview-menu active"> <li><a href="index.php?p=Product"><i class="fa fa-circle-o"></i> Products</a></li> <li><a href="index.php?p=attachment"><i class="fa fa-circle-o"></i> Products Attachment</a></li> <li><a href="index.php?p=specification"><i class="fa fa-circle-o"></i> Products Specification</a></li> </ul> </li> <li> <a href="index.php?p=brochures"> <i class="fa fa-file-pdf-o"></i> <span>Brochures</span></small> </a> </li> <li> <a href="index.php?p=papers"> <i class="fa fa-building-o"></i> <span>Papers</span></small> </a> </li> <li> <a href="index.php?p=video"> <i class="fa fa-laptop"></i> <span>Video</span></small> </a> </li> <li> <a href="index.php?p=blog"> <i class="fa fa-book"></i> <span>Blog</span></small> </a> </li> </ul> </section> <!-- /.sidebar --> </aside> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <!-- Main content --> <section class="content"> <?php if(isset($_GET['p'])) { $page=$_GET['p']; $file=$page.".php"; include_once "$file"; } else { include_once "dashboard.php"; } ?> </section><!-- /.content --> </div><!-- /.content-wrapper --> <footer class="main-footer"> <strong>Copyright © 2015-2016 <a href="index.php"><?php echo $sitename ;?></a>.</strong> All rights reserved. </footer> </div><!-- ./wrapper --> <!----------same-------------------> <script src="plugins/jQuery/jQuery-2.1.4.min.js"></script> <script src="bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <script src="plugins/slimScroll/jquery.slimscroll.min.js" type="text/javascript"></script> <script src='plugins/fastclick/fastclick.min.js'></script> <script src="dist/js/app.min.js" type="text/javascript"></script> <script src="plugins/iCheck/icheck.min.js" type="text/javascript"></script> <!----------//same-------------------> <!-- jQuery 2.1.4 --> <!-- jQuery UI 1.11.2 --> <script src="http://code.jquery.com/ui/1.11.2/jquery-ui.min.js" type="text/javascript"></script> <!-- Resolve conflict in jQuery UI tooltip with Bootstrap tooltip --> <script> $.widget.bridge('uibutton', $.ui.button); </script> <!-- Bootstrap 3.3.2 JS --> <!-- Morris.js charts --> <script src="http://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script> <script src="plugins/morris/morris.min.js" type="text/javascript"></script> <!-- Sparkline --> <script src="plugins/sparkline/jquery.sparkline.min.js" type="text/javascript"></script> <!-- jvectormap --> <script src="plugins/jvectormap/jquery-jvectormap-1.2.2.min.js" type="text/javascript"></script> <script src="plugins/jvectormap/jquery-jvectormap-world-mill-en.js" type="text/javascript"></script> <!-- jQuery Knob Chart --> <script src="plugins/knob/jquery.knob.js" type="text/javascript"></script> <!-- daterangepicker --> <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.2/moment.min.js" type="text/javascript"></script> <script src="plugins/daterangepicker/daterangepicker.js" type="text/javascript"></script> <!-- datepicker --> <script src="plugins/datepicker/bootstrap-datepicker.js" type="text/javascript"></script> <!-- Bootstrap WYSIHTML5 --> <script src="plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js" type="text/javascript"></script> <!-- Slimscroll --> <!-- FastClick --> <!-- AdminLTE App --> <!-- AdminLTE dashboard demo (This is only for demo purposes) --> <script src="dist/js/pages/dashboard.js" type="text/javascript"></script> <!-- AdminLTE for demo purposes --> <script src="dist/js/demo.js" type="text/javascript"></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- |