[QUESTION]ReadMe[QUESTION

12/09/2009 04:04 keithbell1234#1
hey i was just wondering is there anyway of creating a web script telling u exacerly who is online
12/09/2009 06:12 Ratchedk90#2
probably :P
look it up dont just use eo as an example other games have an online list try mix the scripts
12/09/2009 09:06 funhacker#3
Quote:
Originally Posted by keithbell1234 View Post
hey i was just wondering is there anyway of creating a web script telling u exacerly who is online
Suggestion 1: Please try to make titles related to your thread. [Question]ReadMe[Question] has no relevance to what your thread is about. Perhaps you could say [Question]or[Help]PlayerOnlineScript or PHPScript .

Suggestion 2: You could use the account server log to do this and only show people logged in recently. Example would be every 15minutes a script reads from your Login Log, for entries done between (cur_time-15mins) -> (cur_time)
Then it would use these login names to get account ids and display the Main character (type=0) that was logged on. (Displaying the account names would be a security flaw)