Jump to content
Sign in to follow this  
arewhyfour

Find duplicate users?

Recommended Posts

Is there any way I can link "User 1" to "User 2" if they're playing on a new DayZ profile?

Is there something in the MySQL database or logs that could help me out?

Share this post


Link to post
Share on other sites

Is there any way I can link "User 1" to "User 2" if they're playing on a new DayZ profile?

Is there something in the MySQL database or logs that could help me out?

Their GUID.

Share this post


Link to post
Share on other sites

It's a simple answer.

Nope.

I read the damn question wrong, I need to stop doing that.

Their GUID/IP should link them via RCON. Right click their name in your database and "show associations", or search your database for his IP/GUID.

Share this post


Link to post
Share on other sites

The GUID isn't saved to the database, only the server.log file. How would I save it to the database orrrrr is there a tutorial on making admin scripts for DayZ so I script it?

Share this post


Link to post
Share on other sites

Anyone? :(

You can also use DaRT for this. http://dayzmod.com/forum/index.php?/topic/68933-dart-a-lightweight-dayz-rcon-tool-v081-27012013/

It will save every player to the player database.

Just search for the GUID you want to check and it will show you all the names the user ever was online with.

You have to have DaRT running while the players are ingame so they get added to the player database though.

Share this post


Link to post
Share on other sites

Update: I wrote a PHP script that's scheduled to run every hour that takes the server logs and parses it to get the player GUID and name. I think this will probably be best for the web app I'm building.

Thanks everyone!

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×