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.145.106.176
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 /
[ HOME SHELL ]
Name
Size
Permission
Action
OnloadModule.js
561
B
-rwxr-xr-x
PasswordPopup.js
1008
B
-rwxr-xr-x
PreMultipleSaveValidation.js
242
B
-rwxr-xr-x
PreSaveModuleValidation.js
247
B
-rwxr-xr-x
batch_setup.js
10.13
KB
-rwxr-xr-x
dash_board.js
592
B
-rwxr-xr-x
deviation_report.js
1.03
KB
-rwxr-xr-x
download_upload_mannual.js
1.88
KB
-rwxr-xr-x
evaluation.js
15.98
KB
-rwxr-xr-x
evaluationreport.js
716
B
-rwxr-xr-x
freeze_marks.js
2.79
KB
-rwxr-xr-x
gandhiGridValidation.js
198
B
-rwxr-xr-x
include_js.js
3
B
-rwxr-xr-x
marks_deviation_report.js
1.07
KB
-rwxr-xr-x
month_year.js
1.54
KB
-rwxr-xr-x
postSaveSchemaGroupDetails.js
212
B
-rwxr-xr-x
practical_entry_freezing.js
13.89
KB
-rwxr-xr-x
practical_entry_freezing_new.j...
1.94
KB
-rwxr-xr-x
practical_marks.js
8.54
KB
-rwxr-xr-x
practical_marks_mis.js
16.97
KB
-rwxr-xr-x
practical_report_popups.js
2.84
KB
-rwxr-xr-x
preCustomGridEditValidation.js
333
B
-rwxr-xr-x
report_setup.js
21.31
KB
-rwxr-xr-x
report_setup_popup.js
5.02
KB
-rwxr-xr-x
revaluation_report.js
512
B
-rwxr-xr-x
user_report.js
5.13
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : practical_entry_freezing_new.js
function LoadEnablePracticalEntryFreezing_new(type) { g_freeze_time = type; $("#page_main_div").load( "../html_modules/practical_entry_freezing_new.html", function () { $geditinternalcode = 0; window.enable_proper_module = "enableLoadRevaluationt"; document.getElementById("display_module_name").innerHTML = "Batch Wise Time Table"; $("#a_pr_id").html("Batchwise Time Table"); getDefaultHeadFooterLinks("Batch Wise Time Table"); document.getElementById("module_name_for_save").value = "SavePracticalEntryFreezing"; document.getElementById("is_add_edit").value = "Edit"; } ); } function getPracticalEntryFreezeDetails_new() { if (empty(trim($("#fmacas_degree_code").val()))) { alert("Please Enter Degree"); return false; } if (empty(trim($("#fmacas_sub_Examno").val()))) { alert("Please Enter Exam"); return false; } var str = "°ree_code=" + trim($("#fmacas_degree_code").val()); str += "&exam_no=" + trim($("#fmacas_sub_Examno").val()); str += "&subject=" + trim($("#fmacas_sub_final_subcode").val()); str += "&g_freeze_time=" + g_freeze_time; $.blockUI({ message: "<h1 class='h1' style='font-size:12px'>Batchwise time table... <img src='images/spinner.gif' border='0'></h1>", }); $.ajax({ type: "POST", url: $host_url + "getPracticalEntryFreezeDetails_new", data: str, success: getPracticalEntryFreezeDetailsResponce_new, }); } function getPracticalEntryFreezeDetailsResponce_new(responce) { responce = eval("(" + responce + ")"); $.unblockUI(); g_freeze_data = responce.data.freeze_data; if (responce.error_code == "0") { $("#fmacas_module_subject_data").html(responce.data.html_data); $("#fmacas_module_subject_data").show(); } else { $("#fmacas_module_subject_data").html( "<div align='left'>No Records Found</left>" ); $("#fmacas_module_subject_data").show(); } $("#batch_sl_no_0").focus(); }
Close