I am now in the creation process of my website and i curently use adhitz .My problem is that my site will have to be updated daily and i will have to create 20+ subdomains per day so i will have to copy-paste the ad code that adhitz provides me with wich will take too much time and in the future if i change my advertising network i will have to go and take of the code from more than 1000+ subdomains (wich will take forever) .So my question is how can i manage my ads by installing a script or something similar on my servers. p.s. the ads are displayed on the same location in every subdomain (i do not know if this helps but i thought it might be useful)
Well, this is not an answer... it is a suggestion. Joomla let's you create banners that you can place throughout your site as modules. So you can place the code in one module and publish the module in as many pages as you want. Or you can duplicate the module. In other words, Joomla facilitates the management of your ads code.
create a file, place your ad code into that file and add a php code to your site to include that file like <?php include(adhitz.txt); ?> This can automate the process whenever you need to change your ad code.