Please tell me any open source script i can use to rotate ads on my site, i wish to add google adsense and some custom banners............ i tired openads but i think its not a good tool for a single publisher...... any other such tool available? Thanks
what I do is just save each individual piece of code in its own file called "(number).html". So for example you could have one particular block of adsense in a file called "1.html", and code for a custom banner in "2.html". Then on the page you want to load the script just say something like this: <php $random = rand(1, 10); //random number between 1 and 10 include($random . '.html'); ?> Code (markup):
that works, but if you use wordpress, you can easily use this plugin download it here http://gotchance.com/downloads/gotbanners.php or read more about it here http://gotchance.com/got-banners-plugin/ thanks