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.116.88.132
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 /
guk_old /
js /
Report /
[ HOME SHELL ]
Name
Size
Permission
Action
answer_book_statistics.js
916
B
-rwxr-xr-x
appear_list_center_qp_wise.js
1.28
KB
-rwxr-xr-x
appear_list_qp_wise.js
842
B
-rwxr-xr-x
appfeedetails.js
2.25
KB
-rwxr-xr-x
college_pending_markslist.js
1.06
KB
-rwxr-xr-x
fee_summary.js
1.37
KB
-rwxr-xr-x
iaemptyformat.js
1.86
KB
-rwxr-xr-x
photo_report.js
1.53
KB
-rwxr-xr-x
report_Admission_Ticket.js
4.48
KB
-rwxr-xr-x
report_Admission_Ticket_kus.js
4.02
KB
-rwxr-xr-x
report_Daily_Report.js
5.59
KB
-rwxr-xr-x
report_Daily_Report_qp.js
2.15
KB
-rwxr-xr-x
report_MarksListStudentWise.js
3.57
KB
-rwxr-xr-x
report_MarksListStudentWise1.j...
2.18
KB
-rwxr-xr-x
report_MarksListSubjectWise.js
1.77
KB
-rwxr-xr-x
report_SubjectListAdmCl.js
1.84
KB
-rwxr-xr-x
report_SubjectListGeneral.js
3.26
KB
-rwxr-xr-x
report_admission_list.js
2.22
KB
-rwxr-xr-x
report_admission_listold.js
1.34
KB
-rwxr-xr-x
report_attendance_summary.js
2.71
KB
-rwxr-xr-x
report_bacth_preparation_dairy...
1.1
KB
-rwxr-xr-x
report_candidate_list.js
2.29
KB
-rwxr-xr-x
report_degree_list.js
828
B
-rwxr-xr-x
report_markslist_pending.js
1.18
KB
-rwxr-xr-x
report_pr_pending.js
1.19
KB
-rwxr-xr-x
report_practical_misc.js
1.16
KB
-rwxr-xr-x
report_qpcount_univ.js
1.1
KB
-rwxr-xr-x
report_ra_invigilators_dairy.j...
804
B
-rwxr-xr-x
report_ra_qp_wise_student_coun...
771
B
-rwxr-xr-x
report_ra_roomwise_register_no...
1.04
KB
-rwxr-xr-x
revaluation_report.js
1.06
KB
-rwxr-xr-x
student_count.js
863
B
-rwxr-xr-x
studentsectionlist.js
1.2
KB
-rwxr-xr-x
subject_wise_students.js
2.08
KB
-rwxr-xr-x
tatkal.js
1.1
KB
-rwxr-xr-x
teacher_report.js
2.58
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : appfeedetails.js
function callfeedetails() { $("#page_main_div").load('html_modules/appfeedetails.html',function() { document.getElementById('display_module_name').innerHTML = 'Fee Details'; document.getElementById('module_name_for_save').value = 'Fee Details'; getDefaultHeadFooterLinks("Fee Details"); getpopup(); } ); } function getpopup() { $.ajax({ type: "POST", url: $host_url+"getfeeInformation", success: PopulateExamTypeListCategoryResponce }); } function PopulateExamTypeListCategoryResponce(responce) { responce = eval('(' + responce + ')'); document.getElementById("cat_from").options.length = 1; document.getElementById("cat_to").options.length = 1; var category =responce.data['category']; $op = new Option(); $op.id=0;//specifying the id for options //document.getElementById("candidate_list_category").options.add($op); for($i=0;$i < category.length;$i++) { $op = new Option(category[$i]['value'], category[$i]['internal_code']); $op.id=category[$i]['internal_code'];//specifying the id for options document.getElementById("cat_from").options.add($op); } for($i=0;$i < category.length;$i++) { $op = new Option(category[$i]['value'], category[$i]['internal_code']); $op.id=category[$i]['internal_code'];//specifying the id for options document.getElementById("cat_to").options.add($op); } } function Generateappfeedetails() { var coll_from = $("#coll_from").val(); var coll_to = $("#coll_to").val(); var deg_from = $("#deg_from").val(); var deg_to = $("#deg_to").val(); var exam_from = $("#exam_from").val(); var exam_to = $("#exam_to").val(); var cat_from = $("#cat_from").val(); var cat_to = $("#cat_to").val(); var reg_from = $("#regno_from").val(); var reg_to = $("#regno_to").val(); var lowfee = 'F'; if(document.getElementById('feeexmpted').checked == true) { lowfee = 'T'; } window.location.href = $host_url+"Generateappfeedetails&coll_from="+coll_from+"&coll_to="+coll_to+"°_from="+deg_from+"°_to="+deg_to+"&exam_from="+exam_from+"&exam_to="+exam_to+"&cat_from="+cat_from+"&cat_to="+cat_to+"&lowfee="+lowfee+"®_from="+reg_from+"®_to="+reg_to; }
Close