( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ HEX
HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux mail.thebrand.ai 6.8.0-107-generic #107-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 19:51:50 UTC 2026 x86_64
User: www-data (33)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/tmpr/../tmpr/../tmpr/../tmpr/../tmpr/../tmpr/..//js/profile.js
$(document).ready(function(){
          
 			
				
				               
                function loadDataReportaM(page){
                 
	 menuOut();	
					var thisaccount = localStorage.getItem('profile');
					var myaccount = localStorage.getItem('myaccount');
				loading_show();
					                
                    $.ajax
                    ({
                        type: "GET",
                         url: mimiServer+"service/profile.php?who="+myaccount+"&profile="+thisaccount+"",
                        data: "page=4-"+page,
                        success: function(msg)
                        {
                            $("#containerReportaM").ajaxComplete(function(event, request, settings)
                            {
                                  
                                $("#containerReportaM").html(msg);
								loading_hide();
                            });
                        }
                    });
                }
                loadDataReportaM("0"); 
				
				
				
				 // For first time page load default results
                $('#containerReportaM .paginationReportaM span.active').live('click',function(){
                    var page = $(this).attr('p');
					/*$('#profile').css('display', 'none');*/
			$('#nav2').css('margin-bottom', '-45px');
                    loadDataReportaM(page);
                    
                });           
                $('#go_btnReportaM').live('click',function(){
			  var page = parseInt($('.gotoReportaM').val());
                    var no_of_pages = parseInt($('.totalReportaM').attr('a'));
                    if(page != 0 && page <= no_of_pages){
					  loadDataReportaM(page);
                    }else{
                        alert('Enter a PAGE between 1 and '+no_of_pages);
                        $('.gotoReportaM').val("").focus();
                        return false;
                    }
                    
                });
            });
   
     //tailer