Ulysses

General => Off-Topic => Topic started by: Cucuy Gaming on August 13, 2016, 12:05:10 AM

Title: Utime Data
Post by: Cucuy Gaming on August 13, 2016, 12:05:10 AM
Where is the utime data file located in the files cause I want to see how much time someone has on the server that I haven't seen in a while. Please Help.
Title: Re: Utime Data
Post by: MrPresident on August 13, 2016, 01:19:27 AM
utime is stored in the sv.db file. It uses SQLite, not data files.
Title: Re: Utime Data
Post by: roastchicken on August 13, 2016, 04:50:56 AM
As a word of caution from someone who has experienced data loss due to this: resist the temptation to open the SQLite database while the server is running. If you try to read the file and something tries to write to the database at the same time, you're at risk of corruption. Shut down the server, then open sv.db.