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.144.224.105
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 /
gcm /
js /
popups /
[ HOME SHELL ]
Name
Size
Permission
Action
CollegeDetailsPopup.js
2.78
KB
-rwxr-xr-x
DegreeDetailsPopup.js
14.44
KB
-rwxr-xr-x
DegreeDetailsPopup09122016.js
13.2
KB
-rwxr-xr-x
DegreeDetailsPopupold.js
13.69
KB
-rwxr-xr-x
ExamnoDetailsPopup.js
12.32
KB
-rwxr-xr-x
RegisterNoPopup.js
8.83
KB
-rwxr-xr-x
RegisterNoPopup_before_subupdt...
8.12
KB
-rwxr-xr-x
RevaluationDetailsPopup.js
2.17
KB
-rwxr-xr-x
SubDegreeDetailsPopup.js
4.38
KB
-rwxr-xr-x
SubjectAppearingPopup.js
6.29
KB
-rwxr-xr-x
SubjectAppearingPopupForAnswer...
3.63
KB
-rwxr-xr-x
SubjectDetailsPopup.js
14.1
KB
-rwxr-xr-x
SubjectDetailsPopup09122016.js
13.64
KB
-rwxr-xr-x
SubjectDetailsPopupold.js
13.77
KB
-rwxr-xr-x
appear_list_center_qp_wise.js
798
B
-rwxr-xr-x
deptDetailsPopup.js
2.13
KB
-rwxr-xr-x
desDetailsPopup.js
2.12
KB
-rwxr-xr-x
qp_popup.js
7.12
KB
-rwxr-xr-x
qp_subject_popup.js
8.77
KB
-rwxr-xr-x
sectionDetailsPopup.js
4.71
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : SubjectAppearingPopupForAnswerScript.js
var $g_ref_data_arr=''; $host_url= getCookie('host_url'); $image_path= getCookie('image_path'); function SubjectCodePopup($degree_code,$exam_no) { $('#dialog').dialog('open'); $("#dialog").data("height.dialog", 222); $(".ui-dialog").css({width:460}); $('#ui-dialog-title-dialog').html("Subject Details"); $main="<table id='dispatch_answer_script_grid' class='scroll' ondblclick='selectSubjecCodeDetails();' ></table> <div id='sub_grid_div3' class='scroll' style='text-align:center;'></div>"; document.getElementById('dialog').innerHTML=$main; var dispatch_grid =jQuery("#dispatch_answer_script_grid").jqGrid( { url:$host_url+'SubjectCodePopupForAnswerScript.demo&DegCode='+trim($degree_code)+'&Examno='+trim($exam_no), //url:$host_url+'SubjectMarkDetailsPopup.demo&DegCode='+$degree_code+'&Examno='+$exam_no+"'", //url:+$host_url+'ExamnoDetailsPopup.demo&DegCode='+trim($degcode)+'&searchField='+trim($Examno)+, datatype: 'json', colNames:['SubCode','SubName','ShrotName'], colModel:[{name:'FCSUBCODE',index:'FCSUBCODE', width:60 }, {name:'FSUBNAME',index:'FSUBNAME', width:210 }, {name:'FSHORTNAME',index:'FSHORTNAME', width:90 }], rowNum:10, rowList:[5,10,15,20,25,30], pager: jQuery('#sub_grid_div3'), sortname: 'id', imgpath:$image_path, height:'119',width:'455', viewrecords: true, sortorder: 'asc',multiselect: false,cellEdit: true, //caption:'Subject Details', addCaption: 'Add Record' } ).navGrid('#sub_grid_div3',{edit:false,add:false,del:false,search:false},{},{},{},{multipleSearch:true}). navButtonAdd('#sub_grid_div3',{caption:"", buttonicon :'ui-icon-search', onClickButton:function(){degree[0].toggleToolbar() } }). navButtonAdd('#sub_grid_div3',{caption:"Select", onClickButton:function() { selectSubjecCodeDetails(); } }); dispatch_grid.filterToolbar(); $("#gs_FCSUBCODE").focus(); $('.ui-search-toolbar').bind('keydown',function(evt) { var kC = (evt.which) ? evt.which : evt.keyCode; if(kC==40) jQuery('#dispatch_answer_script_grid').editCell(0,0,false); }); } function selectSubjecCodeDetails() { var id=jQuery("#dispatch_answer_script_grid").getGridParam('selrow'); if(id!=null) { switch(document.getElementById('module_name_for_save').value) { case 'saveDispatchAnswersScript': $.ajax({ type: "POST", async:false, data: "subcode="+id+"°ree_code="+trim(window.location.g_popup_degree_code), url: $host_url+"getSubjectCodePopupForAnswerScript.demo", success: getSubjectCodePopupForAnswerScriptResponse }); $('#dialog').dialog("close"); break; case 'saveDailyReport': $.ajax({ type: "POST", async:false, data: "subcode="+id+"°ree_code="+trim(window.location.g_popup_degree_code), url: $host_url+"getSubjectCodePopupForAnswerScript.demo", success: getSubjectCodePopupForAnswerScriptResponse }); $('#dialog').dialog("close"); break; } } else { alert("Please select row"); } return; } function getSubjectCodePopupForAnswerScriptResponse($responce) { $responce = eval('(' + $responce + ')'); $id = window.location.g_dispatch_row_count_id; if($responce.error_code == 0) { switch(document.getElementById('module_name_for_save').value) { case 'saveDispatchAnswersScript': document.getElementById("dispatch_subcode_"+$id).value = $responce.data['FCSUBCODE']; document.getElementById("dispatch_name_"+$id).value = $responce.data['FSUBNAME']; break; case 'saveDailyReport': $id_daliy = window.location.g_daliy_id; document.getElementById($id_daliy).value = $responce.data.FCSUBCODE; break; } } }
Close