>>
Site Map
>>
Forums
>>
Blocks 7x
Forum module - topics in forum:
Blocks 7x - Discussions regarding PHP-Nuke Blocks. 7x
Need help with custom made adv. block
I have make a block with nuketools and it works a bit
I have 2 adv.banner I want to show in the block and when I use just one it works but both banner dont work.
<?php
#### Generated by Block Creator by Disipal Site (www.disipal.net) ###
if (eregi("block-Reklamblock120x240.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
$content = "<img src=\"http://link.com/imp.gif?xxx\" width=\"0\" height=\"0\" alt=\"\"><a href=\"http://www.link.com/reports/click.php?a=xxx=140&g=2680\" target=\"_blank\"><img src=\"http://www.adv.page.com/_graphics/ads/140x60.gif\" width=\"140\" height=\"60\" border=\"0\" alt=\"\"></a>";
$content .= "br>";
$content = "<img src=\"http://imp.store.com/imp.php?a=353&b=460&w=460&p=41\" width=\"0\" height=\"0\" /><a href=\"http://click.site.com/click/\" target=\"_blank\"><img src=\"http://images.link.com/41/460.jpg\" alt=\"Affiliator Affiliateprogram\" border=\"0\" /></a>";
?>
What is wrong with my code in this?
I have change the real link and affilate info so I dont break some forumrules.