Server IP : 2a02:4780:11:1359:0:1d43:a566:2 / Your IP : 216.73.216.161 Web Server : LiteSpeed System : Linux in-mum-web1259.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64 User : u490972518 ( 490972518) PHP Version : 5.6.40 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : ON | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u490972518/domains/ppschool.org.in/public_html/gsmps/app/plugins/../ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include('php-includes/connect.php'); include('php-includes/check-login.php'); $userid = $_SESSION['userid']; $search = $userid; $sel4="select * from registration where application='$userid' order by id desc"; $res4=mysqli_query($con,$sel4); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Panel </title> <!-- Google Font: Source Sans Pro --> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback"> <!-- Font Awesome Icons --> <link rel="stylesheet" href="plugins/fontawesome-free/css/all.min.css"> <!-- overlayScrollbars --> <link rel="stylesheet" href="plugins/overlayScrollbars/css/OverlayScrollbars.min.css"> <!-- Theme style --> <link rel="stylesheet" href="dist/css/adminlte.min.css"> </head> <body class="hold-transition dark-mode sidebar-mini layout-fixed layout-navbar-fixed layout-footer-fixed"> <div class="wrapper"> <style> .first{float:left; margin-left:20%; border-radius:100%; width:100px;height:100px} .first2{float:left; margin-left:20%; margin-top:20px; border-radius:100%; width:100px;height:100px} .first3{float:left; margin-left:20%; margin-top:20px; border-radius:100%; width:100px;height:100px} .first4{float:left; margin-left:20%; margin-top:20px; border-radius:100%; width:100px;height:100px} .first5{float:left; margin-left:20%; margin-top:20px; border-radius:100%; width:100px;height:100px} span{color:white} </style> <!-- Navbar --> <?php include('link/menu.php')?> <!-- /.navbar --> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <!-- /.content-header --> <!-- Main content --> <section class="content" style='margin-left:-40px'> <div class="container-fluid"> <!-- Info boxes --> <div class="row"> <div class=" bg-warning first"> <a href='app_profile.php'><center><img src='images/green.png' style='height:70px;width:70px'> <span >Profile</span></center></a> </div> <div class=" bg-warning first"> <a href='app_fees.php'><center><i class="fas fa-rupee-sign" style='font-size:60px'></i> <br/><span >Fees</span></center> </a><!-- /.info-box --> </div> <!-- /.col --> </div> <div class="row"> <div class=" bg-warning first2"> <a href='app_homework.php'> <center><i class="fas fa-home" style='font-size:60px'></i> <br/><span >Home Work</span></center> </a> <!-- /.info-box --> </div> <div class=" bg-warning first2"> <a href='app_attendence.php'><center><i class="fas fa-users" style='font-size:60px'></i> <br/><span >Attendence</span></center> </a> <!-- /.info-box --> </div> <!-- /.col --> </div> <div class="row"> <div class=" bg-warning first3"> <a href='##app_video.php'><center><i class="fas fa-video" style='font-size:55px'></i> <br/><span >Video</span></center> </a><!-- /.info-box --> </div> <div class=" bg-warning first3"> <a href='##app_result.php'><center><i class="fas fa-list-alt" style='font-size:55px'></i> <br/><span >Result</span></center> </a><!-- /.info-box --> </div> <!-- /.col --> </div> <div class="row"> <div class=" bg-warning first4"> <a href='gaurdian.php'> <center><i class="fas fa-comments" style='font-size:55px'></i> <br/><span >Gaurdian</span></center> </a><!-- /.info-box --> </div> <div class=" bg-warning first4"> <a href='classteacher.php'> <center><i class="fas fa-comments" style='font-size:55px'></i> <br/><span >ClassTeacher</span></center> </a><!-- /.info-box --> </div> <!-- /.col --> </div> <div class="row"> <div class=" bg-warning first4"> <a href='app_notice.php'> <center><i class="fas solid fa-bell" style='font-size:55px'></i> <br/><span >Notice</span></center> </a><!-- /.info-box --> </div> <div class=" bg-warning first4"> <a href='logout.php'> <center><i class="fas fa-sign-out-alt" style='font-size:55px'></i> <br/><span >Logout</span></center> </a><!-- /.info-box --> </div> <!-- /.col --> </div> <!-- /.info-box --> </div> <!-- /.col --> </div> <!-- /.row --> <!-- /.row --> <!-- Main row --> <div class="row"> <!-- Left col --> <!-- /.content-wrapper --> <!-- Control Sidebar --> <!-- /.control-sidebar --> <!-- Main Footer --> <?php include('link/footer.php');?> </div> <!-- ./wrapper --> <!-- REQUIRED SCRIPTS --> <?php include('link/jquery.php')?> </body> </html>