Wongod
03-08-2006, 07:44 AM
I'm trying to have guests show up on the guest count in my forum from a non-vb (the main index of my site). I found several other threads on this issue through the search but none of them have a valid solution. On my main index, I already have the code:
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
// #################### DEFINE IMPORTANT CONSTANTS #######################
define('THIS_SCRIPT', 'mainIndex');
require_once('./global.php');
However, users that are on my main index are still not showing up in the guest count for the forums. Any ideas?
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
// #################### DEFINE IMPORTANT CONSTANTS #######################
define('THIS_SCRIPT', 'mainIndex');
require_once('./global.php');
However, users that are on my main index are still not showing up in the guest count for the forums. Any ideas?