AdRotator, but i really don't like it. I have it on my blog currently (if you want to see what it does most of the times).
What types of Advertisements do you want to rotate ? 125 banners , 468X60 half banners or 728X90 full banners ?
468X60. Is there a way to make it work with wp supercache? cause the banner won't change when you refresh the page
No idea m8 (Although probably not), I use for it a couple of blogs and its still working fine. Cheers DK
WPAds seems to work for me although it doesn't always rotate two ads evenly. Nice and simple plugin if you don't need something fancy.
I just use a few lines of PHP code to accomplish the same thing.. If none of your plugins work, PM me and I'll post the code.
<CENTER> <?php $banner[0] = '<iframe src="http://rcm.amazon.com/e/cm?t=jakolorbbookc-20&o=1&p=48&l=ur1&category=books&banner=0835KA0M3CYPVY7X8MR2&f=ifr" width="728" height="90" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>'; $banner[1] = '<iframe src="http://rcm.amazon.com/e/cm?t=jakolorbbookc-20&o=1&p=26&l=ur1&category=books&banner=0RCQ1NEMQDJP2TWJBJG2&f=ifr" width="468" height="60" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>'; $banner[2] = '<iframe src="http://rcm.amazon.com/e/cm?t=jakolorbbookc-20&o=1&p=48&l=ur1&category=books&banner=1WV938XZP3V21MG4E2R2&f=ifr" width="728" height="90" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>'; $rand_keys = array_rand($banner); echo $banner[$rand_keys]; ?> </CENTER> Code (markup):