Brotherpray Posted December 26, 2016 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 12/12/16 Last Seen: January 3, 2017 Share Posted December 26, 2016 (edited) How to check account is loggedin or player online by php script? or How to kick account disconnect from server which php? or How to disable Database cach on memory ? ploblem is if player online database is not update. Edited December 26, 2016 by Brotherpray Link to comment Share on other sites More sharing options...
0 Secrets Posted December 26, 2016 Group: Developer Topic Count: 36 Topics Per Day: 0.01 Content Count: 588 Reputation: 437 Joined: 01/26/16 Last Seen: Wednesday at 03:00 PM Share Posted December 26, 2016 Q: How to check account is loggedin or player online by php script? A: Use this MySQL query. SELECT COUNT(*) FROM `char` WHERE online = 1 AND account_id = <your variable> Q: How to disable Database cach on memory ? A: No, you can't. That would require some serious rewrite on rAthena source code and its performance would drop by a lot. 1 Link to comment Share on other sites More sharing options...
0 Brotherpray Posted December 26, 2016 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 12/12/16 Last Seen: January 3, 2017 Author Share Posted December 26, 2016 Thanks secrets Link to comment Share on other sites More sharing options...
Question
Brotherpray
How to check account is loggedin or player online by php script?
or
How to kick account disconnect from server which php?
or
How to disable Database cach on memory ?
Edited by Brotherprayploblem is if player online database is not update.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts