|
|
|
|
|
|
|
Fizzy
Full Member
Posts: 214
|
|
Re:[Done 1.5.1] Who's Online w/ Hidden Users
« Reply #172 on: May 05, 2003, 01:33:47 PM » |
|
I've been trying all ways to get this one to run on mune but without any luck. The mod runs ok but it kills the Members Online mod by Spaceman Spiff from functioning. Durinh install with boardmod I had to change the search in subs.php In my version of subs all i have is Quote function WriteLog() { global $REMOTE_ADDR,$username,$db_prefix; $logTime = time(); $identity = $username; if ($username == 'Guest') { $identity = $REMOTE_ADDR; }
$request = mysql_query ("REPLACE INTO {$db_prefix}log_online (identity,logTime) VALUES ('$identity',$logTime)") or database_error(__FILE__, __LINE__); $request = mysql_query ("DELETE FROM {$db_prefix}log_online WHERE logTime < " . ($logTime - 900)) or database_error(__FILE__, __LINE__);
}
which is nothing like what I have in the who mod. I've backtracked and can't find any previous mods that even seem tot touch this section of subs.php I'm trying to install this on 1.5.1 RC1 Any thoughts ?
|
|
|
Logged
|
|
|
|
|
|
|
|
|
|
Draker
Noobie
Posts: 29
|
|
Re:[Done 1.5.1] Who's Online w/ Hidden Users
« Reply #179 on: June 07, 2003, 05:45:54 PM » |
|
Darn... 50/50 shot, and I posted to the wrong thread. Go figure. Thanks for letting me know though, I'll go and repost it in the correct thread . [EDIT] Ok, I'm just blind or something. The error I reported has already been reported in the correct thread with a posted solution. I guess I just couldn't read or something the day I came across the error. Sorry for all the bother.
|
|
« Last Edit: June 07, 2003, 05:50:28 PM by Draker »
|
Logged
|
|
|
|