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.189.119
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 : photo_report.js
function Callphotoreport() { $("#page_main_div").load('html_modules/photo_report.html',function() { document.getElementById('display_module_name').innerHTML = 'Photo Report'; document.getElementById('module_name_for_save').value = 'Photo Report'; getDefaultHeadFooterLinks("Photo Report"); } ); } function downloadAllStudentPhotos() { if(trim($('#college_from').val()) =='') { alert("Enter College From"); $("#college_from").focus(); return; } if(trim($('#degree_from').val()) == '') { alert("Enter Degree From"); $("#degree_from").focus(); return; } var datastring = "&college_from="+$('#college_from').val()+"&college_to="+$('#college_to').val()+"°ree_from="+$('#degree_from').val()+"°ree_to="+$('#degree_to').val(); //alert(datastring); $.ajax({ type: "POST", url: $host_url+"checkphotoreport", data:datastring, success:checkphotoreportSuccess }); //window.location.href = $host_url+"downloadAllStudentPhotos.demo&college_from="+$('#college_from').val()+"&college_to="+$('#college_to').val()+"°ree_from="+$('#degree_from').val()+"°ree_to="+$('#degree_to').val(); } function checkphotoreportSuccess(responce) { responce = eval('(' + responce + ')'); if(responce.error_code == -1) { alert('No details found for given data'); return false; } else window.location.href = $host_url+"downloadAllStudentPhotosreport.demo&college_from="+$('#college_from').val()+"&college_to="+$('#college_to').val()+"°ree_from="+$('#degree_from').val()+"°ree_to="+$('#degree_to').val(); }
Close