Search results for: stored

Pages: [1]
1
ULX groups are stored in gmod\data\ulib\groups.txt, users for groups are stored in gmod\data\ulib\users.txt
Utime data is stored in gmod\sv.db (the root gmod server folder)
If by 'ranks' you mean admin "groups", they have nothing to do with the same file area.
If by 'ranks' you mean something actually called 'ranks' in a gamemode, then it's possible whatever stores ranks are also in sv.db

No matter, it sounds as though your sv.db has been erased/modified/or corrupted.
If you do not have a recent backup of your gmod\sv.db file from recently, your UTime data is gone.

2
HI:) I have a question: Where is the data stored?

3
HI:) I have a question: Where is the data stored?
Search this thread for word "stored"

4
1) Utime data is stored in sv.db of server gmod directory. Changing anything in /addons will not affect the data for utime unless you changed something we've never recommended. Same for ULib/ULX, it's stored in /data/
2) Yes, that's our master repo, and whether you originally downloaded from there or not, the path you showed, and the readme file you showed in your last post are not the same/newer data in our repo.

I can't quickly tell the full differences between 1.42 and 1.43, however, the current code on github shows Megiddo added an extra check to make sure cpanel wasn't nil, which, your error indicates it is.


I'm not guaranteeing with 100% absolute surety your error will stop. I'm just saying the latest code from github was to fix an issue like that.

Installing the latest (removing the old addon and installing this one) won't effect the hours stored so far right? I'm guessing my previous time was reset due to me wiping my entire server, but wiping the addons/utime portion shouldnt effect it correct?

5

1) Utime data is stored in sv.db of server gmod directory. Changing anything in /addons will not affect the data for utime

6
1) Utime data is stored in sv.db of server gmod directory. Changing anything in /addons will not affect the data for utime unless you changed something we've never recommended. Same for ULib/ULX, it's stored in /data/
2) Yes, that's our master repo, and whether you originally downloaded from there or not, the path you showed, and the readme file you showed in your last post are not the same/newer data in our repo.

I can't quickly tell the full differences between 1.42 and 1.43, however, the current code on github shows Megiddo added an extra check to make sure cpanel wasn't nil, which, your error indicates it is.


I'm not guaranteeing with 100% absolute surety your error will stop. I'm just saying the latest code from github was to fix an issue like that.

I'll install the latest. Hopefully the hours logged aren't affected which I doubt they would from what you said. And as for the error, I've only seen it when I first joined after a fresh install of everything, so I doubt I'll see it again, and the only way I'll know if it continues or not is if I re-wipe my stuff. I'll just have to trust that this solves.

Thanks

7
1) Utime data is stored in sv.db of server gmod directory. Changing anything in /addons will not affect the data for utime unless you changed something we've never recommended. Same for ULib/ULX, it's stored in /data/
2) Yes, that's our master repo, and whether you originally downloaded from there or not, the path you showed, and the readme file you showed in your last post are not the same/newer data in our repo.

I can't quickly tell the full differences between 1.42 and 1.43, however, the current code on github shows Megiddo added an extra check to make sure cpanel wasn't nil, which, your error indicates it is.


I'm not guaranteeing with 100% absolute surety your error will stop. I'm just saying the latest code from github was to fix an issue like that.

8
Where does the addon store the hours? Is it hidden because I can't see any data logs that logs player x to hours x.

The reason i ask is because I had to wipe server after a year's worth of logged hours. So i'd like to see if I can recover that time.
All times are stored in sv.db, the SQLite database on the root of the server's files.
If you lost that, there is no recovery.

9
Hi people, do any of you know where the time data is stored?

I'm moving server hosts and I dont want my players to lose their time on my server.

10
Hi people, do any of you know where the time data is stored?

I'm moving server hosts and I dont want my players to lose their time on my server.
Blast from the past!
where is the player time info stored for this addon?
In SQLite, which manifests itself as sv.db in the garrysmod root.

11
go about resetting everyone's time played?
Well, you 'could' go and delete the sv.db, but there's probably tons of other important server and player data stored there.
But our releases section also contains an hour changer.
I didn't re-read the release post, but perhaps it could do what you're asking.
http://forums.ulyssesmod.net/index.php/topic,6182.0.html

12
where is the player time info stored for this addon?

13
where is the player time info stored for this addon?

In SQLite, which manifests itself as sv.db in the garrysmod root.

14
The main risk being that when you delete your sv.db, other addon information may go away. Things like prop protect, titles, user ratings, etc are stored in sv.db. If you delete it, all these values will reset to zero.

To edit a record:
1. Open sv.db using SQLite Database Browser
2. Go to the Browse tab.
3. Select UTime from the drop list (next to the magnifying glass)
4. Find your record (It won't have a name or steamid, only a uniqueid)
5. Double click the totaltime field. A box will pop up. Change the value therein to the number of seconds you want UTime to reflect. Then press the Apply / Close button.
6. Save the Database
7. Close SQLite Database Browser.

15
Where abouts is the data stored for each person? I'm moving to a new server and want to take the time online with me

16
It's stored in the SQL DB. Just copy the database over and you'll be golden.

Pages: [1]