ZakAttack |
12-13-2003 10:12 PM |
It takes like a few minutes to make one in php. Just make a banners .txt file with all the banner image links/urls, make a quick function that parses it. have it pick up a number of random numbers equal to the number of different banners you want up at one time, then output those links out of the array of parsed img links, urls to bannerOne, Two, Three.txt..... as many banners as you need, then have the index.php file include bannerOne.txt where needed. Just have the server update once a day or whenever you want via cron job or a windows service.
|