[VSRO] Characters online

05/05/2013 23:01 cyberninjah#1
Hey,

do anyone know a way to get a list of the characters that are connected?
i only found information about the last logout of a character and not when its logged on.

or is there a easier other way to get this.
05/06/2013 16:27 qkuh#2
I bet there is a isOnline flag somewhere in the DB.
05/06/2013 16:55 cyberninjah#3
Quote:
Originally Posted by qkuh View Post
I bet there is a isOnline flag somewhere in the DB.
Thats what i thought to but never found it.
05/07/2013 08:34 Alexiuns#4
you need program like server stats ?
see how many player in the game ?>
05/07/2013 09:29 cyberninjah#5
Quote:
Originally Posted by Special-Magician View Post
you need program like server stats ?
see how many player in the game ?>
No no no i already made this.
all i want to make now is a list with the characters that are online.
With buttons like Ban player, Kick Player.

And so on :)

I found out this is possible with the logs in the db there are only some little problems with it.
05/07/2013 18:40 lesderid#6
Quote:
Originally Posted by cyberninjah View Post
I found out this is possible with the logs in the db there are only some little problems with it.
Relying on parsed log data is usually a rather bad idea...
05/07/2013 20:23 amra85#7
Quote:
Originally Posted by lesderid View Post
Relying on parsed log data is usually a rather bad idea...
agree :awesome:
05/08/2013 10:19 IceAmStiel#8
[Only registered and activated users can see links. Click Here To Register...]

But as lesder already said, it's inaccurate, a disconnect won't be logged, ergo the player will seem to be still online at the log table.
05/08/2013 14:56 cyberninjah#9
on smc you can see what accounts are online.
when i parsed the packet i will use that for the list.
in the log files i can get the last logged in character based on accountname.

maybe i find a better solution to the the charactername then from the logs.
05/08/2013 18:34 gigola123#10
You can use the sql thing of Caipi , 1silk per 1 , you put 0 silk , and you'll get a table _OnlineOffline , then WHERE status = 'Online' (If I remember well) you'll be able to see who is online and who not ;)
05/20/2013 21:14 cyberninjah#11
Right now i use packet monitoring serverside to get some info about the logged on characters.