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!

[Release ]Login Logger ver 2

Status
Not open for further replies.
@work
Joined
Jan 26, 2008
Messages
617
Reaction score
39
Hi guys,

Here I've posted another login/logout logger with better performance.

Put the "Login Logger.exe" in your MainServer folder.

In LogInfo.ini you will find :

[LogInfo]
savepath="D:\"
Here you have to give the path to a location from where you want to manipulate the online characters.

For Example many of you have wamp server . . .

[LogInfo]
savepath="C:\wamp\www\online\"
(Note : put "\" at the end of your path )

Then start your server and this Logger....
( If you have given the savepath to C drive folder or your windows installation drive then you have to Run As Admin )

After that you will get a "online.xml" file at your given path.... this file will be updated every 5 seconds so you will get the update of online players in your server

I've also given an example file in "online.rar" this will show you how to display your xml data into html.
( If you dont want to bother just paste the files into the savepath location )

I've also managed the *.mir file to be copied first and then used this will reduce the possibilities of lag or any other issue.

Post your suggestion or comments in order to make it more and more advanced.

I hope this will help, Enjoy !
:thumbup:

[18-01-2012] Updated again :
1.Removed midnight error bug


[21-01-2012] Updated version 2.3 :
1.Now the tool can find the last file from the file list
2.Output file name can be changed in INI file
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Apr 3, 2011
Messages
65
Reaction score
4
Re: Login Logger ver 2

Good work
if u copying the .mir file.
it will increase the disk space
and
in this does we need to restart it after 00:00
every day?
 
@work
Joined
Jan 26, 2008
Messages
617
Reaction score
39
Re: Login Logger ver 2

1. No it will not increase the disk space as it will overwrite the file again and again....

2. No you don't have to restart the logger at mid night
 
@work
Joined
Jan 26, 2008
Messages
617
Reaction score
39
Re: Login Logger ver 2

Enjoy then ! If you find any Runtime error then you can post a screenshot here..... will try to resolve it.
 
Joined
Jan 14, 2007
Messages
509
Reaction score
85
Re: Login Logger ver 2

Enjoy then ! If you find any Runtime error then you can post a screenshot here..... will try to resolve it.

@ 12 am this error appeared!
had to restart the tool and forgot to take screenshot.. so changed time to 11:59:59 in test server and :$:
 

Attachments

You must be registered for see attachments list
@work
Joined
Jan 26, 2008
Messages
617
Reaction score
39
Re: Login Logger ver 2

Removed the bug and updated the file above. Keep posting the bugs :)
 
Joined
Jan 14, 2007
Messages
509
Reaction score
85
Re: Login Logger ver 2

removed the bug and updated the file above. Keep posting the bugs :)
sm1 else too try plz.. I am not sure that whats the reason.. in test server i get this error.. and cant test in online server as i will have to wait till midnight ( change time in online server...)
:$: :$::$:
 

Attachments

You must be registered for see attachments list
Joined
Jan 14, 2007
Messages
509
Reaction score
85
Re: Login Logger ver 2

My bad.. the error appeared because i used it in test server and there were no players online so no mir file was created that day.. the last mir file was 2 days old..
i don't know much that how the tool decides that which mir file to use, but as i tested... the mir file dosn't gets created @ midnight but it gets created only when a player comes online or goes offline after midnight.. in my live server its sometimes 12.00 but some times its 12.04 or 12.02 etc.
this time i have started the tool in live server.. hope it won't stop @ 12.
 
@work
Joined
Jan 26, 2008
Messages
617
Reaction score
39
Re: Login Logger ver 2

Im changing its file selection code , so in next release it will be able to load the last created file by main server so it wont crash at all even if you run it on a test server
 
Goodbye
Loyal Member
Joined
Oct 6, 2009
Messages
965
Reaction score
134
Re: Login Logger ver 2

How about simply checking zcinfo.txt in loginserver folder?

Is it properly updated when users login/logout?
 
@work
Joined
Jan 26, 2008
Messages
617
Reaction score
39
Re: Login Logger ver 2

Haven't checked yet... what info it provides... ? ( As i'm not having a running server if you know what info it provides will be better )
 
Goodbye
Loyal Member
Joined
Oct 6, 2009
Messages
965
Reaction score
134
Re: Login Logger ver 2

sid = 0 IP = 192.168.0.201 Aid = 0 userCount = 121
 
Goodbye
Loyal Member
Joined
Oct 6, 2009
Messages
965
Reaction score
134
Re: Login Logger ver 2

Is it? That's what I am asking. You guys that have servers online, test it.
 
@work
Joined
Jan 26, 2008
Messages
617
Reaction score
39
Re: Login Logger ver 2

I don't have any server online or even any test server to test it . . . I was just interested in programming some utilities that can help people out here
 
Status
Not open for further replies.
Back
Top