Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Script] Total User Online by phprap^^

Newbie Spellweaver
Joined
Feb 16, 2008
Messages
70
Reaction score
2
if you wanna se how much players you realy have make a join query.

select count(characteridx) from cabal_character_table as c
inner join account..cabal_auth_table as a on c.characteridx/8=a.usernum
and c.login=1 and a.login=1

whit this, you are checking bouth login are setting to 1, that means the account its online and char its online.
 
Master Summoner
Joined
Nov 9, 2004
Messages
527
Reaction score
53
Ok i succeded to install php on IIS, now i open
and its shows me Usoraio Online something like that and dont show the users.. only this nothing else!

Image:

phprap - [Script] Total User Online by phprap^^ - RaGEZONE Forums


Thanks.

And yes, i was edit the config to my sql usr and pass!
 
Back
Top