PDA

View Full Version : Show Online Users in file.php


sunrise2006
12-31-2006, 12:07 PM
Hello friends,

I use the below code to check user session at any file .php but when execute that, the user session will not insert to session table for handle by another online users.


$currentdir = getcwd();
chdir("../forum");
require_once("./global.php");
require_once("./includes/functions_bigthree.php");
require_once("./includes/functions_forumlist.php");
$userinfo = $vbulletin->userinfo;
chdir($currentdir);
unset($currentdir);
Please help me how to do that?

Thanks.

sunrise2006
01-04-2007, 01:08 PM
No every bod know way to this action?

sunrise2006
01-06-2007, 03:42 PM
Friends, please help me. They give a deadline to do this work for me!

sunrise2006
01-11-2007, 07:11 AM
At least, post a reply for this thread for i know that you see this!

IrPr
02-16-2008, 06:54 PM
You have to define THIS_SCRIPT so session will be updated
then you can handle your unknown location by WOL hook locations