So... according to the documentation I need to do the following before anything else:
1. Connect to server.
2. Login to server
However ,, you cannot log into the server until you have an account. You cannot have an account until you Signup ... you cannot signup until you logged in ...
It's an endless loop...
Missing basic login/signup information in documentation
Re: Missing basic login/signup information in documentation
By default there's no need for an account to log into the Server, in fact the server is completely oblivious to the concepts of "account" and "signup".
You just provide a name, any name, or even no names and you will be logged in. We usually refer to this modality as a "guest login".
On top of this basic system you can build your own, database driven Signup and Login system.
The Signup system, as explained in the tutorials, uses the "guest login" to join the Zone, provide the account data and register it.
See here:
http://docs2x.smartfoxserver.com/Exampl ... gnup-login
hope it helps
You just provide a name, any name, or even no names and you will be logged in. We usually refer to this modality as a "guest login".
On top of this basic system you can build your own, database driven Signup and Login system.
The Signup system, as explained in the tutorials, uses the "guest login" to join the Zone, provide the account data and register it.
See here:
http://docs2x.smartfoxserver.com/Exampl ... gnup-login
hope it helps
Re: Missing basic login/signup information in documentation
Thanks for the post. I ended up posting in the wish list forum for allowing the signup system to work with MSSQL. Currently there is a bug in that component that throws exceptions.
ref: http://forums.smartfoxserver.com/viewto ... 32&t=16598
ref: http://forums.smartfoxserver.com/viewto ... 32&t=16598
Re: Missing basic login/signup information in documentation
Try using an INT for your table ID instead of what you are using now.