I solved my problem (getting an "HTTP404 page not found" error site after pressing shout button)!!!!!!
in shoutbox.php I replaced
Code:
header("Location: $PHP_SELF?s=$sessionhash[sessionid]");
with:
Code:
header("Location: shoutbox.php?s=$sessionhash[sessionid]");
nevertheless I would like to know where the exact fault is located, why doesn't work this $PHP_SELF thing with the shoutbox on my board ??
thanks,
Schorsch