403Webshell
Server IP : 199.79.63.27  /  Your IP : 216.73.216.250
Web Server : Microsoft-IIS/10.0
System : Windows NT MD-PLESK-WEB5 10.0 build 20348 (Windows Server 2022) AMD64
User : IWPD_6698(lcitec7i) ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  D:/INETPUB/VHOSTS/lcit.edu.in/lcitps.edu.in/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : D:/INETPUB/VHOSTS/lcit.edu.in/lcitps.edu.in/example.php
<!doctype html>
<html class="no-js" lang="en">

<head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
	
    <title>LCIT SCHOOL</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- Place favicon.ico in the root directory -->
    <link rel="shortcut icon" type="image/png" href="assets/images/icon/favicon.ico">
 <?php include 'alllinks.php';?>
	<style>

		html {
  scroll-behavior: smooth;
			
}
		ul.a {

color: #9E9E9E;  
text-align:justify;
  
  list-style: none;
  margin: .5em;
  padding: 0;
  
  li {
    margin: 0;
    margin-bottom: .5em;
    padding-left: 1em;
    position: relative;
    font-size: 1em;
    &:after {
      content: '';
      height: .4em;
      width: .4em;
      background: #fd7e14;
      display: block;
      position: absolute;
      transform: rotate(45deg);
      top: .25em;
      left: 0;
    }
    
  }
  
}
		.slider_item {
  background: none;
}
[data-bg] {
  background: url(attr(data-bg url)) center/cover no-repeat;
}
		
	</style>
</head>

<body>
    <!--[if lt IE 8]>
            <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
        <![endif]-->
    <!-- preloader area start -->
    
    <!-- prealoader area end -->
    <!-- header area start -->
<?php include 'navbar.php'; ?>
    <!-- header area end -->
   
	
  <!-- take toure area start -->
    <div class="take-toure-area ptb--160 pb--70">
        <div class="container">
            <div class="row">
                <div class="col-md-8 offset-md-2">
					
                    <div class="section-title sec-style-two">
                       <img class="title-top-shape" src="assets/images/icon/title-top-shape.png" alt="image">
                        <span class="text-uppercase">Take A Tour</span>
                        <h2>Video tour on LCIT Public School</h2>
					 </div>
					
				
				<div class="video-area">
<a class="expand-video" href="assets/Video/Lcit-public-school.mp4" >

<i class="fa fa-play"></i> Play </a>
</div> </div> </div>

	
					
					     
			
        </div>
    </div>
    <!-- take toure area end -->
   <!-- footer area start -->
  <?php include 'footer.php'; ?>
    <!-- footer area end -->


    <!-- jquery latest version -->
    <script src="assets/js/vendor/jquery-2.2.4.min.js"></script>
    <!-- bootstrap 4 js -->
    <script src="assets/js/bootstrap.min.js"></script>
    <!-- others plugins -->
    <script src="assets/js/owl.carousel.min.js"></script>
    <script src="assets/js/jquery.magnific-popup.min.js"></script>
    <script src="assets/js/jquery.slicknav.min.js"></script>
    <script src="assets/js/plugins.js"></script>
    <script src="assets/js/scripts.js"></script>
	<script>
		
		$(document).ready(function() {
// get video source from data-src button
var $videoSrc;  
$('.video-btn').click(function() {
    $videoSrc = $(this).data( "src" );
});
console.log($videoSrc);
// autoplay video on modal load  
$('#myModal').on('shown.bs.modal', function (e) {
// youtube iframe configuration and settings
$("#video").attr('src',$videoSrc + "?autoplay=1&rel=0&controls=1&loop=1&modestbranding=1"); 
})
// stop playing the youtube video when modal closed
$('#myModal').on('hide.bs.modal', function (e) {
    // stop video
    $("#video").attr('src',$videoSrc); 
}) 
});
		
	</script>
</body>

</html>

Youez - 2016 - github.com/yon3zu
LinuXploit