NickRosso Posted May 29, 2012 Share Posted May 29, 2012 Hi. So my newest problem is : i have a great login system (not made by me) and when somebody registers the userdata has benn put to his computer so I guess it's clientside. But in the resource also have a serverside.lua so I don't know what is it. I've read the wiki about the differences between server/clientside but with this i couldn't understand. So i want to put all user files to the server computer. Could anybody help me please? Link to comment
Castillo Posted May 29, 2012 Share Posted May 29, 2012 You're talking about the "username" and "password" saved to client PC? Link to comment
Castillo Posted May 29, 2012 Share Posted May 29, 2012 Why would you save that server side? it's just for login reminder. Link to comment
NickRosso Posted May 29, 2012 Author Share Posted May 29, 2012 Oh I see. I'm searching for those files that the user's data are in. Where the server knows, if that user is already exists, so it can log you in. Link to comment
Castillo Posted May 29, 2012 Share Posted May 29, 2012 These details aren't the account, they'll just save the data so player doesn't has to write the details again when join again. The accounts are saved server side. Link to comment
NickRosso Posted May 29, 2012 Author Share Posted May 29, 2012 And can you tell me where are those files? Link to comment
Castillo Posted May 29, 2012 Share Posted May 29, 2012 Accounts are saved at: "\server\mods\deathmatch\internal.db". You can open it with the program called "SQLitebrowser" ( Google for it ). Link to comment
NickRosso Posted May 29, 2012 Author Share Posted May 29, 2012 Thanks i have this one too. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now