View Single Post
Old August 4th, 2008, 11:20 AM   #6 (permalink)
Yellowspurs
Member
Verified Customer
 
Join Date: Dec 2003
Posts: 75
I have the exact same code in my phpbb2.php. Below are the code that I copy from my file.

$query = "REPLACE INTO {$Globals['dprefix']}sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in)
VALUES ('$session_id',{$User['userid']}, $sesstime, $sesstime, '$ipaddr', '0', '1')";
Yellowspurs is offline   Reply With Quote