Help for this page

Select Code to Download


  1. or download this
        var jData = {request:{'service':'ins_task_queue'},data:[]};
        $('[name=remote_download_id]:checked').each(function(){
    ...
        });
    
    ...
    
  2. or download this
        public function getRequest($request,$data,$response_type){
            $reqData['request']['service']     = $request;
    ...
    function getApiKey($fields){
        return hash_hmac('sha512',$fields['data'].$fields['abc'].$fields['
    +xyz'],$GLOBALS['ses_secret_key']);
    }