FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Interesting little problem.
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Interesting little problem. [message #12943 is a reply to message #12830] Thu, 18 September 2003 15:32 Go to previous messageGo to previous message
JamesS is currently offline  JamesS   United States
Messages: 275
Registered: July 2002
Location: Atlanta, GA
Karma:
Senior Member
I kind of thought that might be it. But when I read in the admin control panel it did not sound like that was covered in the cached material. I thought maybe you were doing something like the following for the online users list:

<?php
$five_ago
= time() - 300;
$tmp = mysql_query("SELECT uname FROM users WHERE last_access >= $five_ago");

for (
$i = 0; $row = mysql_fetch_assoc($tmp); $i++ ) {
     
$ar[$i] = $row['uname'];
}

$list = implode(" ", $ar);
?>
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Trying a restore but 2.3.3 stable not posted here anymore
Next Topic: Deleting Anonymous User in User Manager
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 08 21:37:32 GMT 2024

Total time taken to generate the page: 0.05639 seconds