I have an strange problem, iam running phpnuke website with an gallery.
I can not find the code to put the include statement result on the same screen, its been shown above it. Toff explaining just have a look:
http://albatros.sytes.net:1088 and look down on the left for the box "test "and his picture (random) shown above it. This is the code for the "test" sidebox:
-----------------------------------------------------------------------------------
<?php
if (eregi("block-albatros.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
include ("http://albatros.sytes.net:1088/modules. ... random.php");
$content = "Above is the include statement"
?>
------------------------------------------------------------------------------------
the block-random.php can not be moved. Anny tips are welcome.
Greetinx