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 | : 3.133.153.110
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 /
oasis /
js /
Report /
[ HOME SHELL ]
Name
Size
Permission
Action
appear_list_center_qp_wise.js
2.02
KB
-rwxr-xr-x
appear_list_qp_wise.js
895
B
-rwxr-xr-x
appfeedetails.js
2.34
KB
-rwxr-xr-x
college_pending_markslist.js
7.41
KB
-rwxrwxrwx
college_pending_markslist19032...
2.26
KB
-rwxr-xr-x
college_pending_markslist_old....
2.16
KB
-rwxr-xr-x
iaemptyformat.js
1.97
KB
-rwxr-xr-x
report_Admission_Ticket.js
20.25
KB
-rwxr-xr-x
report_Daily_Report.js
5.72
KB
-rwxr-xr-x
report_Daily_Report_barcode.js
2.54
KB
-rwxr-xr-x
report_Daily_Report_qp.js
4.45
KB
-rwxr-xr-x
report_MarksListStudentWise.js
9.06
KB
-rwxr-xr-x
report_MarksListStudentWise1.j...
2.2
KB
-rwxr-xr-x
report_MarksListSubjectWise.js
1.94
KB
-rwxr-xr-x
report_SubjectListAdmCl.js
1.98
KB
-rwxr-xr-x
report_SubjectListGeneral.js
3.49
KB
-rwxr-xr-x
report_admission_list.js
9.11
KB
-rwxr-xr-x
report_admission_list_kswu.js
1.73
KB
-rwxr-xr-x
report_attendance_summary.js
2.82
KB
-rwxr-xr-x
report_bacth_preparation_dairy...
1.2
KB
-rwxr-xr-x
report_candidate_list.js
3.01
KB
-rwxr-xr-x
report_degree_list.js
831
B
-rwxr-xr-x
report_markslist_pending.js
1.35
KB
-rwxr-xr-x
report_qpcount_univ.js
1.13
KB
-rwxr-xr-x
report_ra_invigilators_dairy.j...
855
B
-rwxr-xr-x
report_ra_qp_wise_student_coun...
3.76
KB
-rwxr-xr-x
report_ra_qp_wise_student_coun...
1.67
KB
-rwxr-xr-x
report_ra_qp_wise_student_coun...
2.68
KB
-rwxr-xr-x
report_ra_roomwise_register_no...
1.02
KB
-rwxr-xr-x
revaluation_report.js
1.12
KB
-rwxr-xr-x
student_count.js
938
B
-rwxr-xr-x
subject_wise_students.js
2.24
KB
-rwxr-xr-x
tatkal.js
1.23
KB
-rwxr-xr-x
teacher_report.js
2.37
KB
-rwxr-xr-x
teacher_val_report.js
676
B
-rwxr-xr-x
teachers.js
31.28
KB
-rwxr-xr-x
teachersreport.js
1.25
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : report_SubjectListGeneral.js
function LoadSubjectListGeneral() { $geditinternalcode = 0; window.enable_proper_module = "SubjectListGeneral"; $("#page_main_div").load( "../html_modules/subject_list_general.html", function () { document.getElementById("display_module_name").innerHTML = "Subject"; document.getElementById("module_name_for_save").value = "saveSubjectListGeneral"; $("#report_sublist_general_degree_code").focus(); $("#report_sublist_general_degree_code").val(""); $("#report_sublist_general_degree_name").val(""); $("#report_sublist_general_Examno").val(""); $("#report_sublist_general_Exam_name").val(""); getDefaultHeadFooterLinks("Subject List (General)"); } ); } function GenerateSublistGENReport() { if (trim($("#report_sublist_general_degree_code").val()) == "") { alert("Enter Degree!!"); $("#report_sublist_general_degree_code").focus(); return; } if (trim($("#report_exam_no_start_from").val()) == "") { $exam_starts = "0"; } else { $exam_starts = $("#report_exam_no_start_from").val(); } if (trim($("#report_exam_no_end_to").val()) == "") { $exam_ends = "Z"; } else { $exam_ends = $("#report_exam_no_end_to").val(); } if (document.getElementById("report_general").checked) { $type = "SUBJECT_GENERAL"; } if (document.getElementById("report_admcl").checked) { $type = "SUBJECT_ADCL"; } if (document.getElementById("report_theoty_only").checked) { $type = "SUBJECT_THEORY"; } window.open( $host_url + "generateSubjecGeneralReport.demo°ree_code=" + trim($("#report_sublist_general_degree_code").val()) + "&exam_code_start=" + $exam_starts + "&exam_code_end=" + $exam_ends + "&reportType=" + $type ); } function GetSubjectGeneralGetExamNO($Examno) { switch (document.getElementById("module_name_for_save").value) { case "saveSubjectListGeneral": $degcode = document.getElementById( "report_sublist_general_degree_code" ).value; if ($degcode == "") { alert("please Enter Degree Code"); document.getElementById("report_sublist_general_degree_code").focus(); return; } PopupMarkEntrySubGetExamNO($degcode, $Examno); break; } } function getSubjectListView(subjType) { if (trim($("#report_sublist_general_degree_code").val()) == "") { alert("Enter Degree!!"); $("#report_sublist_general_degree_code").focus(); return; } if (trim($("#report_exam_no_start_from").val()) == "") { $exam_starts = "0"; } else { $exam_starts = $("#report_exam_no_start_from").val(); } if (trim($("#report_exam_no_end_to").val()) == "") { $exam_ends = "Z"; } else { $exam_ends = $("#report_exam_no_end_to").val(); } $.blockUI({ message: "<h1 class='h1' style='font-size:12px'><img src='images/ajax-loader.gif' border='0'></h1>", }); $.ajax({ type: "POST", //async:false, url: $host_url + "getSubListViewData.demo", data: "degree_code=" + trim($("#report_sublist_general_degree_code").val()) + "&exam_code_start=" + $exam_starts + "&exam_code_end=" + $exam_ends + "&subjType=" + subjType, success: getSubListViewDataResponse, }); } function getSubListViewDataResponse($responce) { $responce = eval("(" + $responce + ")"); $.unblockUI(); if ($responce.error_code == 0) { $("#subject_list").show(); $("#subject_list").html($responce.data.html); } else { alert($responce.data); } }
Close