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 | : 52.14.66.242
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_old /
Report /
[ HOME SHELL ]
Name
Size
Permission
Action
FeeReportLsys.js
976
B
-rwxr-xr-x
answer_book_statistics.js
1.02
KB
-rwxr-xr-x
appear_list_center_qp_wise.js
1.42
KB
-rwxr-xr-x
appear_list_qp_wise.js
937
B
-rwxr-xr-x
appfeedetails.js
2.39
KB
-rwxr-xr-x
college_pending_markslist.js
1.23
KB
-rwxr-xr-x
fee_summary.js
1.59
KB
-rwxr-xr-x
iaemptyformat.js
2.04
KB
-rwxr-xr-x
photo_report.js
1.73
KB
-rwxr-xr-x
report_Admission_Ticket.js
4.98
KB
-rwxr-xr-x
report_Admission_Ticket_kus.js
4.4
KB
-rwxr-xr-x
report_Daily_Report.js
5.88
KB
-rwxr-xr-x
report_Daily_Report_barcode.js
2.53
KB
-rwxr-xr-x
report_Daily_Report_qp.js
2.5
KB
-rwxr-xr-x
report_MarksListStudentWise.js
3.99
KB
-rwxr-xr-x
report_MarksListStudentWise1.j...
2.42
KB
-rwxr-xr-x
report_MarksListSubjectWise.js
1.94
KB
-rwxr-xr-x
report_SubjectListAdmCl.js
2.03
KB
-rwxr-xr-x
report_SubjectListGeneral.js
3.59
KB
-rwxr-xr-x
report_admission_list.js
6.28
KB
-rwxr-xr-x
report_admission_listold.js
1.46
KB
-rwxr-xr-x
report_attendance_summary.js
3.16
KB
-rwxr-xr-x
report_bacth_preparation_dairy...
1.22
KB
-rwxr-xr-x
report_candidate_list.js
2.55
KB
-rwxr-xr-x
report_degree_list.js
873
B
-rwxr-xr-x
report_markslist_pending.js
1.36
KB
-rwxr-xr-x
report_pr_pending.js
1.38
KB
-rwxr-xr-x
report_practical_misc.js
1.31
KB
-rwxr-xr-x
report_qpcount_univ.js
1.28
KB
-rwxr-xr-x
report_ra_invigilators_dairy.j...
943
B
-rwxr-xr-x
report_ra_qp_wise_student_coun...
884
B
-rwxr-xr-x
report_ra_roomwise_register_no...
1.18
KB
-rwxr-xr-x
revaluation_report.js
1.15
KB
-rwxr-xr-x
student_count.js
954
B
-rwxr-xr-x
studentsectionlist.js
1.38
KB
-rwxr-xr-x
subject_wise_students.js
2.27
KB
-rwxr-xr-x
tatkal.js
1.28
KB
-rwxr-xr-x
teacher_report.js
2.38
KB
-rwxr-xr-x
teacher_val_report.js
685
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : report_degree_list.js
/* * * FOR THE Report degree list * PROGRAMED BY NAVEEN * DATE: 13/03/09 * TIME: 1:15 PM * */ function LoadDegreeList() { $("#page_main_div").load("../html_modules/degree_list.html", function() { document.getElementById("display_module_name").innerHTML = "Degree List Report"; document.getElementById("module_name_for_save").value = "ReportDegreeList"; getDefaultHeadFooterLinks("Degree List"); }); } function GenerateDegreeReport() { /* if(trim($("#report_degree_all").val()) == '') { alert('Please Enter Radio Button!!'); $("#report_degree_all").focus(); return; } */ if (document.getElementById("report_degree_all").checked) { $type = "ALL"; } else { $type = "SELECTED"; } window.location.href = $host_url + "generateDegreeReport.demo°ree_types=" + trim($type); }
Close