• Networking: The investigation is still on the way, we've switched to backup telecom carriers since the episode but we're still working in settling everything as it must be. We'll add more updates as we have them available. Incoming and outgoing emails will be restricted, and user registration has been disabled until the issue is resolved.

help enable login with password

Newbie Spellweaver
Joined
Apr 17, 2023
Messages
70
Reaction score
18
sameone please help how to enable the login with password on client not only a user login on it! or add tutorial how to enable that! and how can we enter in server? always get error 306 in entering select server.
 
sameone please help how to enable the login with password on client not only a user login on it! or add tutorial how to enable that! and how can we enter in server? always get error 306 in entering select server.

Maybe make it yourself :ROFLMAO:

DC0FVgN.png



I confirm that Lua, which can log in with account number + password, has been modified.
I now roughly know how to connect lua to unity objects.
But I need time to test, it requires using php as login authentication.
The fake password object you created now should have no password verification effect.

sameone please help how to enable the login with password on client not only a user login on it! or add tutorial how to enable that! and how can we enter in server? always get error 306 in entering select server.
I have successfully connected lua -> Unity inputfield :ROFLMAO:


XQH3e8A.png



But I found that it will not judge the password.
At this time, you must write another http Post request.
POST: userid/password
Check whether the password is correct through php
Respond to client
This completes the login verification :ROFLMAO: :ROFLMAO:
 
Last edited:
Back