BannerMonkey is an extremely simple and easy to use script that will rotate your sig banners/buttons for you based on time. Each banner/button gets exactly two hours of exposure each day (1 hour in each 12-hour period), and clicks are directed to the URLs associated with the banner/button in question.
Of course there is nothing special with a simple ad rotator script, but this has been made to work in forum situations where no kind of scripts normally are not allowed because of security risks.
GD-lib is not required, and 99% of all servers should be able to run this.
Download it at:
http://www.adultgods.com/bannermonkey1.0.zip
Detailed setup instructions are at the top of the bannermonkey.php file:
<i>// BannerMonkey 1.0 - by Repetitive Monkey/Weigan (ICQ: 236377182)
// Change the $ad[number] lines to reflect your banners (relative paths are
// ok) and the URLs they should go to, and then upload bannermonkey.php.
// Now to use BannerMonkey, simpy hotlink this script to display the ad,
// and link it to
http://www.yourdomain.com/bla/bannermonkey.php?click
// to have any clicks redirected to the URL associated with that banner.
// Example: <a href="http//www.domain.com/bannermonkey.php?click">
// <img src="http//www.domain.com/bannermonkey.php"></a>
$ad[1]=array("blabla.gif","http://www.sponsor.com/?ref=you");
$ad[2]=array("blabla2.gif","http://www.sponsor2.com/?ref=you");
$ad[3]=array("another.gif","http://www.hello.com/?ref=you");
$ad[4]=array("more.gif","http://www.another.com/?ref=you");
$ad[5]=array("whore.gif","http://www.yourdomain.com/i_am_a_sigwhore.html");
$ad[6]=array("andanother.gif","http://www.sponsor.com/?ref=you");
$ad[7]=array("funny.gif","http://www.sponsor2.com/?ref=you");
$ad[8]=array("button.gif","http://www.another.com/?ref=you");
$ad[9]=array("funny.gif","http://www.sponsor2.com/?ref=you");
$ad[10]=array("button.gif","http://www.another.com/?ref=you");
$ad[11]=array("funny.gif","http://www.sponsor2.com/?ref=you");
$ad[12]=array("another.gif","http://www.another.com/?ref=you");</i>