Hello im looking for a script that can auto add adsense ads to every page of a very large directory. I would be nice if it can move the ads to different spots on the page but its not absolutely necessary. Is there any script like this available online?
Surely you can just enter them into the template i.e. header, footer etc? Then they will appear sitewide!
yes they schould be in the template files or. you can add the code to every html and file using simple search replace. very simple software which is a great help. If you need help i can install it likely for $1.50 haha. just PM me.
better yet do it with php include or ssi so that you can easily modify the adsense code without having to change all of the different templates ;-)
If you are using wordpress this guy dax has a script that automatically injects adsense into random words. Its free too. http://wordpress-plugins.biggnuts.com/adsense-plugin/
I second this. Put <?php include"adsense.inc"?> in the template wherever you want it, then make a file called adsense.inc and put the adsense code in it. That way when you change it, you don't have to change the template.