 |
 |
 |
 |
#53601 - 07/09/02 01:39 PM
Re: Online Or Offline Status?
|
Moderator
Registered: 05/04/01
Posts: 992
Loc: Twinsburg, Ohio
|
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by Variables: We use php live to assist members of our forum and every moderator who is assigned to a "department" has an online-offline indicator in their topic/reply's. This is php stuff and i think that such an indicator can be used in one way or another.</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">If i remember correctly, the recent visitors were stored in hashes, correct? If so, then this would be next to impossible because php hashes are read differently then cgi's, unless you do something like str_replace("(", "array(", $wol).
Manipulating the ubb's cache isn't too hard. I mean all you'd have to do is read the recent visitor files once, right, and then do a =~ s/($user is online)/$user/;, though it would be much more intelligent than that search.
... just rolling some ideas around ..
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|