Random block in phpnuk5.6 its working but top of the box

GoKeR
GoKeR's picture

Joined: 2002-08-19
Posts: 8
Posted: Fri, 2002-09-06 00:30

Hi
first of all I set it random block in phpnuke5.6.
then I created a block file like this

Quote:
<?
include ('http://www.liv-tyler.net/modules.php?op=modload&amp;name=gallery&amp;file=index&amp;include=block-random.php');
?>

After I added the block ok its working. But it isnt in the block it is top of the block and there is "this block content isnt..." in the block message
How I can put it in? I also tried this

Quote:
<?
$content = include ('http://www.liv-tyler.net/modules.php?op=modload&amp;name=gallery&amp;file=index&amp;include=block-random.php');
?>

However still the same and there is

Quote:
1

in the block.
Thanks ... :???: