You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 50 guest(s) and 1 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - User Info not updating [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
key2way
Nuke Cadet
Nuke Cadet


Joined: Sep 16, 2004
Posts: 1


PostPosted: Thu Sep 16, 2004 7:00 am Reply with quoteBack to top

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<--////

global $user, $banners, $cookie, $prefix, $admin, $user, $sitekey, $module_name;
    cookiedecode($user);
    $username = $cookie[1];
    if ($username == "") {
        $username = "Anonymous";
}

echo "<HTML><HEAD><TITLE>";
include("calling/newsong_file.txt");
echo "</TITLE>\n";

///More includes from other pages////
include("includes/meta.php");
include("includes/javascript.php");
include("includes/my_header.php");

echo "</HEAD>";
echo "<META http-equiv=\"refresh\" content=\"30\">\n";

///More echo blablabla stuff in here///

///This is the end of the body///
echo "</BODY></HTML>";

include("includes/counter.php");
include_once('includes/RWH_wiw.inc.php');
require( "modules/MS_Analysis/mstrack.php" );
?>


I pulled stuff from the header, footer and theme.php as you can see but still no go on showing who is still on the site.

Thanks
John
Find all posts by key2wayView user's profileSend private message
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
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



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.157 Seconds - 283 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::