hello. How can i put other ads when there is no admob ads displaying?
hELP! ADMOB ADS!
Collapse
X
-
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 lolVisit: 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
-
posted by gumslone.
PHP 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;
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
-
Originally posted by subzero View Postposted by gumslone.
PHP 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;
echo admob_request();
}
if($set_load_limit_high == "1")
{
New Add that is not admob!
}else{
echo admob();
}
Comment
-
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; }
and where your ads show
PHP Code: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
-
Originally posted by subzero View PostCode: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; }
and where your ads show
PHP Code:if($set_load_limit_high == "1")
{
New Add that is not admob!
}else{
echo admob();
}
can you give me an example.
sorry i'm new in coding.
Comment
Comment