• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Does anyone know how to get a list of all online characters/account programmatically?

Newbie Spellweaver
Joined
Apr 12, 2017
Messages
27
Reaction score
1
it is easy if your php script can read Zone logs.. we dont need to more efforts to do about it, i checked the zone logs seems it tracked the login and logout of the player together also what character is selected and the date and time.. only we need to do is to write a code in php that will monitor the Zones logs txt files..
 
Upvote 0
Joined
Jun 10, 2009
Messages
659
Reaction score
141
it is easy if your php script can read Zone logs.. we dont need to more efforts to do about it, i checked the zone logs seems it tracked the login and logout of the player together also what character is selected and the date and time.. only we need to do is to write a code in php that will monitor the Zones logs txt files..

Reading zone logs while it's zone is busy writing to it is hassle if you ask me!
 
Upvote 0
Newbie Spellweaver
Joined
Mar 24, 2017
Messages
21
Reaction score
1
You can send a request to DBSRV port 8895 for checking user status, but the packet is encrypted. GM Tool uses the way to make sure user is offline before writing data to file. Looking for someone sharing the experience of encryption/decryption.
 
Upvote 0
Newbie Spellweaver
Joined
Oct 29, 2015
Messages
53
Reaction score
0
Since you are a pro in Php, I really encourage you to look into the gamelogin.php and enhance that from there.
And that will also probably solve in multi-client instances in 1 pc.
As it will record per account who logged in.

Hi sir, about the record who login and how about the record for logout sir??
 
Upvote 0
Back
Top