KarateKid - i had this installed a while ago and i installed it again this week.
You have a little bug in there regarding the use of single quotes to output the relevant HTML. It should always be double quotes and this is my code:
PHP Code:
$code = "<a href=\"$forumurl/click.php?bannerid=$bannerid\" target=\"new\"><img src=\"$forumurl/view.php?bannerid=$bannerid\" border=\"0\" width=\"$width\" height=\"$height\"></a>";
- miSt