13
I have had the same problem for over a year now....
case in point... (can't get much more simple than this...but it just doesn't work)
this is the code I have used in the block;
include_once(XOOPS_ROOT_PATH . '/ip.php');
this is a link to the ip.php file... which works;
http://www.adamroark.net/TpM/ip.phpand this is the content of the ip.php file itself;
echo $HTTP_SERVER_VARS['REMOTE_ADDR'];
?>
I've tried it with the default theme...custom themes, etc.
Has anyone ever had it NOT work, and later discovered why?