baner rotation, here ya go

shade

BANNED
Joined
Jan 1, 2009
Messages
146
Reaction score
184
I've seen people make extremely long banner rotation codes and quite frankly there annoying. So people please don't freken use if and else statements for your code it's stupid.

You just need something like:

<?php
$ran = rand(1, 5);
$link = link.$ran;
$img = images\yourbannerhere.$ran;
echo "<html><head></head><body><a href=\"$link\"><img src=\"$img\" boder=\"0\"></a></body></html>";
?>
 
spot on - i was wondering about scripting something like this myself but to also log impressions so that i can swap between CPC, CPA, CPI but this is a start! cheers!
 
Back
Top