Hello, I understand that I can change the advertisement box in my Google account, and that it will update on all sites using that box, however I have a different questions. I have Adsense on.. Site1 Site2 Site3 Site4 Site5 All of these sites are identical. Now, I want these sites (using php) to draw the adsense script from a location at HUBSITE. So when I update the HUBSITE code all of those sites update. TECHNICALLY, the adsense is still LOCATED on site1 site2 site3 site4 site5 but it is drawing the code from HUBSITE (but HUBSITE is not listed anywhere on source code- so perfectly legal!) Basically, I am looking to replace my adsense code on SITE1 SITE2 SITE3 SITE4 SITE5 with something like "PHP_Include(HUBSITE.com/code.htm)". This way, if I want to take adsense off I can easily do it by just taking it off of the one instance on my hubsite. Is this possible? Will you provide the code? I don't think it should be hard. Point me in the right direction please!
It seem quite a risk to run adsense on multiple sites like hubpages and other revenue sharing sites because you don't have control over the site... I would rather be happy with one site than participating with revenue sharing sites... I think there is high risk of your adsense account being banned from those.... I may be wrong also in this ...
Simple, Please re-read my post. In my example I own site1 site2 site3 site4 site5 and HUBSITE.com. I wish for site1 site2 site3 site4 site5 to pull "code" from HUBSITE.com/code.htm.
From adsense's point of view. There is nothing wrong with pulling the code from one single point. Because PHP is a server side thing, it won't even see that you are pulling from an external source. I'm not entirely sure if the "Include" function in PHP allows for cross domain. But you can use something like CURL with PHP, or Javascript.