Here is the problem I am having.
I have a module that has a meta refresh in the index.php.
Now when people are on that page for more than 30 minutes to an hour they dissapear from the User Info block.
I can see them with IP Tracker but not on the User Info block.
How can this be fixed? They are logged into the site but I need to show that in the block.
Is there something in Nuke that is causing the problem?
Is there a line that will keep the database and User Info updated?
It's a popup 500x250 opend with a link on the main page.
Here is a snip of the code:
Code:
<?PHP
if (!eregi("modules.php", $_SERVER['PHP_SELF']))
{
die ("You can't access this file directly...");
}
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
$index = 0;
////-->This is used for the "Welcome $username on the page only<--////
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum