I got this script that I want to use for my website:
http://www.newbienetwork.net/scripts.php?script=the_spy_tracker_thingy
I basically just want it to show how many users are online on the entire site. The problem is with including the online.php3 file.
If I put it in one of the headers for some reason all the data goes into one IP address, so it always says 1 user is online. If I include it on the actual page, like index.php for example....it works fine....
Here's the code I'm using to include:
<font size=2><?include("/usr/www/users/syslogic/scripts/online.php3");?>There are currently <b><? echo $online_total;?></b> users online on this page</font>
Does anybody know how I can fix this or why this is happening?