Noob in pserver. The registration page is too much for me ^^.
Can I directly create an account to the client?
Can I directly create an account to the client?
ye that way you could do it also, but if catas says that even a simple reg page is too much .... how in the hell hes gonna do all that ?Quote:
Lol, technically you can create an account by entering it directly into MSSQL's account database...that's how I do it for local testing since I don't need people registering.
-> Open MSSQL, navigate to the account database, open the table and fill out the values (don't delete the top 2 or your servers won't connect)
For the password field, I use: [Only registered and activated users can see links. Click Here To Register...] Then just set it up like the rest of the accounts...
Note: IF you do this on a public server for any reason... Make sure the account ID is at least 8 characters and contains at least 3 different characters or it will cause a huge security hole... Such as... if you make a GM account like... '001' or just '1'...any account with the same ID will have GM access (learned this the hard way).