$value) {
if ($param == 'client') {
google_append_url($google_ad_url, $param,
'ca-mb-' . $GLOBALS['google'][$param]);
} else if (strpos($param, 'color_') === 0) {
google_append_color($google_ad_url, $param);
} else if (strpos($param, 'url') === 0) {
$google_scheme = ($GLOBALS['google']['https'] == 'on')
? 'https://' : 'http://';
google_append_url($google_ad_url, $param,
$google_scheme . $GLOBALS['google'][$param]);
} else {
google_append_globals($google_ad_url, $param);
}
}
return $google_ad_url;
}
$google_ad_handle = @fopen(google_get_ad_url(), 'r');
if ($google_ad_handle) {
while (!feof($google_ad_handle)) {
echo fread($google_ad_handle, 8192);
}
fclose($google_ad_handle);
}
?>
Here I talk about youtube, google, adsense, videos and many thing related to those. I once was confused about these things, but with the help of a friend, some stuff on the internet, and a few hours of looking and looking for everything to work, here I am, with all the knowledge i need to make great videos and even make some cash from adsense. but sometimes i get selfish and talk about myself :P
About Me
- Jonny Boy
- This is my blog about YouTube, videos, games, adsense, or anything I know about. I can offer help on those things, and also blog about random stuff, or just put in some weird adsense code to attempt to do something.
No comments:
Post a Comment