scoutz
06-14-2007, 08:16 AM
After I upgraded from 3.6.5 to the newest version i noticed that my users online outside my forum where not tracked anymore. Anyone has a solution for this?
$curdir = getcwd ();
chdir('/dir/to/forums');
require_once('/dir/to/forums/global.php');
chdir ($curdir);
$curdir = getcwd ();
chdir('/dir/to/forums');
require_once('/dir/to/forums/global.php');
chdir ($curdir);