Quote:
Originally Posted by keithbell1234
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)