hELP! ADMOB ADS!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • sleepy
    replied
    The code not work bro...

    Leave a comment:


  • hinerie09
    replied
    Can you give of an example on how to use this. Because i'm having a blank page when i try to put this code. Thanks.

    Leave a comment:


  • hinerie09
    replied
    Originally posted by subzero View Post
    Code:
    function server_load ( $time = 0 )   
    {   
        # Gets system load average array  
        $load = sys_getloadavg ();  
          
        return ( $time == 3 ? $load : $load [ $time ] );  
    }  
    
    # Usage  
    if ( server_load () < 50 )   
    {  
        $set_load_limit_high = 1; 
    }
    in core.php

    and where your ads show

    PHP Code:
    if($set_load_limit_high == "1"

    New 
    Add that is not admob
    }else{ 
    echo 
    admob(); 

    this were your ads will be and will change if admob is crapped out
    can teach how to do it.
    can you give me an example.
    sorry i'm new in coding.

    Leave a comment:


  • subzero
    replied
    Code:
    function server_load ( $time = 0 )   
    {   
        # Gets system load average array  
        $load = sys_getloadavg ();  
          
        return ( $time == 3 ? $load : $load [ $time ] );  
    }  
    
    # Usage  
    if ( server_load () < 50 )   
    {  
        $set_load_limit_high = 1; 
    }
    in core.php

    and where your ads show

    PHP Code:
    if($set_load_limit_high == "1"

    New 
    Add that is not admob
    }else{ 
    echo 
    admob(); 

    this were your ads will be and will change if admob is crapped out

    Leave a comment:


  • hinerie09
    replied
    Originally posted by subzero View Post
    posted by gumslone.

    PHP Code:
    function server_load $time )  
    {  
        
    # Gets system load average array 
        
    $load sys_getloadavg (); 
         
        return ( 
    $time == $load $load $time ] ); 


    # Usage 
    if ( server_load () < 50 )  

        
    $set_load_limit_high 1;
        echo 
    admob_request();  

    if(
    $set_load_limit_high == "1")
    {
    New 
    Add that is not admob!
    }else{
    echo 
    admob();

    Where should i put these code?

    Leave a comment:


  • subzero
    replied
    posted by gumslone.

    PHP Code:
    function server_load $time )  
    {  
        
    # Gets system load average array 
        
    $load sys_getloadavg (); 
         
        return ( 
    $time == $load $load $time ] ); 


    # Usage 
    if ( server_load () < 50 )  

        
    $set_load_limit_high 1;
        echo 
    admob_request();  

    if(
    $set_load_limit_high == "1")
    {
    New 
    Add that is not admob!
    }else{
    echo 
    admob();

    Leave a comment:


  • hinerie09
    replied
    LOL!!
    Read first!!

    Leave a comment:


  • subzero
    replied
    your code is in test set it to live

    if you do not know how to do this please use admob how to's and not asking here as i will send your a words or two lol

    Leave a comment:


  • hinerie09
    replied
    Anyone? ? ? ?

    Leave a comment:


  • hinerie09
    started a topic hELP! ADMOB ADS!

    hELP! ADMOB ADS!

    hello. How can i put other ads when there is no admob ads displaying?
Working...
X