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.17.175.191
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 : marks_deviation_report.js
function CallEnableMarksDeviationReport() { $("#page_main_div").load( "../html_modules/marks_deviation_report.html", function () { document.getElementById("display_module_name").innerHTML = "Marks Deviation Report"; document.getElementById("module_name_for_save").value = "Marks Deviation Report"; $("#from_college_code").val(getCookie("college_code")); $("#to_college_code").val(getCookie("college_code")); if (getCookie("user_type") == "SuperUser") { $("#from_college_code").removeAttr("disabled", "disabled"); $("#to_college_code").removeAttr("disabled", "disabled"); } getDefaultHeadFooterLinks("Marks Deviation Report"); } ); } function GenerateMarkDeviationReport() { var str = "&from_college_code=" + trim($("#from_college_code").val()); str += "&to_college_code=" + trim($("#to_college_code").val()); str += "&from_qp_code=" + $("#from_qp_code").val(); str += "&to_qp_code=" + trim($("#to_qp_code").val()); //alert(str); window.open($host_url + "GenerateMarkDeviationReport" + str); }
Close