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.133.108.172
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 /
telipura /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
cgi-bin
[ 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
wikipedia
[ DIR ]
drwxr-xr-x
.htaccess
197
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
about.php
13.46
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
626
B
-rw-r--r--
contact.php
1.83
KB
-rw-r--r--
error_log
242.17
MB
-rw-r--r--
favicon.ico
2.56
KB
-rw-r--r--
footer.php
6.03
KB
-rw-r--r--
gallery.php
1.54
KB
-rw-r--r--
header.php
11.43
KB
-rw-r--r--
htaccess
1.25
KB
-rw-r--r--
index.php
22.85
KB
-rw-r--r--
net.html
1.67
KB
-rw-r--r--
news-coverage.php
1.32
KB
-rw-r--r--
ok.txt
21
B
-rw-r--r--
prolayt.html
1.17
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
result.php
1.29
KB
-rw-r--r--
robots.txt
10.72
KB
-rw-r--r--
tc.php
3.14
KB
-rw-r--r--
theschool.php
4.29
KB
-rw-r--r--
wp-blog-header.php
4.57
KB
-rw-r--r--
wp-cron.php
4.57
KB
-rw-r--r--
z.htm
2.28
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : addmission.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">Addmission</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">Addmission</span> </div> </div> </div> </div> <!--Why Us Start--> <div class="site-section"> <div class="container"> <div class="row justify-content-center text-center"> <div class="col-lg-4"> <h2 class="section-title-underline mb-5"> <span>Addmission</span> </h2> </div> </div> <div class="row"> <div class="col-lg-12"> <?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '31'"; $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`= '32'"; $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> </div> </div> <!--Features End--> <?php include('footer.php'); ?>
Close