Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 18.191.195.180
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
sdu /
js /
Report /
[ HOME SHELL ]
Name
Size
Permission
Action
answer_book_statistics.js
916
B
-rwxr-xr-x
appear_list_center_qp_wise.js
1.28
KB
-rwxr-xr-x
appear_list_qp_wise.js
842
B
-rwxr-xr-x
appfeedetails.js
2.25
KB
-rwxr-xr-x
college_pending_markslist.js
1.06
KB
-rwxr-xr-x
fee_summary.js
1.37
KB
-rwxr-xr-x
iaemptyformat.js
1.86
KB
-rwxr-xr-x
photo_report.js
1.53
KB
-rwxr-xr-x
report_Admission_Ticket.js
4.55
KB
-rwxr-xr-x
report_Admission_Ticket_kus.js
4.02
KB
-rwxr-xr-x
report_Daily_Report.js
5.59
KB
-rwxr-xr-x
report_Daily_Report_qp.js
2.15
KB
-rwxr-xr-x
report_MarksListStudentWise.js
3.57
KB
-rwxr-xr-x
report_MarksListStudentWise1.j...
2.18
KB
-rwxr-xr-x
report_MarksListSubjectWise.js
1.77
KB
-rwxr-xr-x
report_SubjectListAdmCl.js
1.84
KB
-rwxr-xr-x
report_SubjectListGeneral.js
3.26
KB
-rwxr-xr-x
report_admission_list.js
1.39
KB
-rwxr-xr-x
report_admission_listold.js
1.34
KB
-rwxr-xr-x
report_attendance_summary.js
1.42
KB
-rwxr-xr-x
report_bacth_preparation_dairy...
1.1
KB
-rwxr-xr-x
report_candidate_list.js
2.29
KB
-rwxr-xr-x
report_degree_list.js
828
B
-rwxr-xr-x
report_markslist_pending.js
1.18
KB
-rwxr-xr-x
report_pr_pending.js
1.19
KB
-rwxr-xr-x
report_practical_misc.js
1.16
KB
-rwxr-xr-x
report_qpcount_univ.js
1.1
KB
-rwxr-xr-x
report_ra_invigilators_dairy.j...
804
B
-rwxr-xr-x
report_ra_qp_wise_student_coun...
771
B
-rwxr-xr-x
report_ra_roomwise_register_no...
1.04
KB
-rwxr-xr-x
revaluation_report.js
1.06
KB
-rwxr-xr-x
student_count.js
863
B
-rwxr-xr-x
studentsectionlist.js
1.2
KB
-rwxr-xr-x
subject_wise_students.js
2.08
KB
-rwxr-xr-x
tatkal.js
1.1
KB
-rwxr-xr-x
teacher_report.js
2.58
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : teacher_report.js
function CallEnableTeacherReport() { $("#page_main_div").load('html_modules/teacher_report.html',function() { document.getElementById('display_module_name').innerHTML = 'Teachers Report'; document.getElementById('module_name_for_save').value = 'Teachers Report'; getDefaultHeadFooterLinks("Teachers Report"); //AssignTeachReportDropDownMenus(); } ); } function AssignTeachReportDropDownMenus() { $.ajax({ type: "POST", url: $host_url+"AssignTeachDropDownMenus", data:"id=", success: AssignTeachReportDropDownMenusRepsonce }); } function AssignTeachReportDropDownMenusRepsonce($responce) { $responce = eval('(' + $responce + ')'); document.getElementById('from_dept').options.length = 0; document.getElementById('to_dept').options.length = 0; document.getElementById('from_des').options.length = 0; document.getElementById('to_des').options.length = 0; var dept=$responce.data['dept']; var des=$responce.data['des']; $op = new Option("Select", "0");$op.id="0"; document.getElementById('from_dept').options.add($op); $op = new Option("Select", "0");$op.id="0"; document.getElementById('to_dept').options.add($op); $op = new Option("Select", "0");$op.id="0"; document.getElementById('from_des').options.add($op); $op = new Option("Select", "0");$op.id="0"; document.getElementById('to_des').options.add($op); for($i=0;$i < dept.length;$i++) { $op = new Option(dept[$i]['value'], dept[$i]['code']); $op.id=dept[$i]['code']; document.getElementById('from_dept').options.add($op); }for($i=0;$i < dept.length;$i++) { $op = new Option(dept[$i]['value'], dept[$i]['code']); $op.id=dept[$i]['code']; document.getElementById('to_dept').options.add($op); } for($i=0;$i < des.length;$i++) { $op = new Option(des[$i]['value'], des[$i]['code']); $op.id= des[$i]['code']; document.getElementById('from_des').options.add($op); } for($i=0;$i < des.length;$i++) { $op = new Option(des[$i]['value'], des[$i]['code']); $op.id= des[$i]['code']; document.getElementById('to_des').options.add($op); } } function GenerateTeacherReport() { var from_dept=$("#from_dept").val(); var to_dept=$("#to_dept").val(); var from_des=$("#from_des").val(); var to_des=$("#to_des").val(); var str="&from_dept="+from_dept+"&to_dept="+to_dept+"&from_des="+from_des+"&to_des="+to_des; window.location.href = $host_url+"GenerateTeacherReport"+str; }
Close