arewhyfour 1 Posted February 27, 2013 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
TheDesigner 1197 Posted February 28, 2013 It's a simple answer.Nope. Share this post Link to post Share on other sites
m3ik0 333 Posted February 28, 2013 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
TheDesigner 1197 Posted February 28, 2013 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
arewhyfour 1 Posted February 28, 2013 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
domistyle 221 Posted February 28, 2013 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
arewhyfour 1 Posted February 28, 2013 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