hELP! ADMOB ADS!

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

    hELP! ADMOB ADS!

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

    #2
    Anyone? ? ? ?

    Comment


      #3
      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
      Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
      Visit: WapMasterz Coming Back Soon!
      _______
      SCRIPTS FOR SALE BY SUBZERO
      Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
      FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
      _______
      Info & Tips
      php.net
      w3schools.com

      Comment


        #4
        LOL!!
        Read first!!

        Comment


          #5
          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();

          Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
          Visit: WapMasterz Coming Back Soon!
          _______
          SCRIPTS FOR SALE BY SUBZERO
          Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
          FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
          _______
          Info & Tips
          php.net
          w3schools.com

          Comment


            #6
            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?

            Comment


              #7
              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
              Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
              Visit: WapMasterz Coming Back Soon!
              _______
              SCRIPTS FOR SALE BY SUBZERO
              Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
              FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
              _______
              Info & Tips
              php.net
              w3schools.com

              Comment


                #8
                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.

                Comment


                  #9
                  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.

                  Comment


                    #10
                    The code not work bro...

                    Comment

                    Working...
                    X