[DiscordArchive] Anyone wanna help a newb understand a PHP issue...
[DiscordArchive] Anyone wanna help a newb understand a PHP issue...
Archived author: Needle • Posted: 2024-12-03T08:09:32.001000+00:00
Original source
Archived author: Needle • Posted: 2024-12-03T08:09:32.873000+00:00
Original source
Thread automatically created by Maskz-_- in <#415944535718494208>
Archived author: Maskz-_- • Posted: 2024-12-03T08:09:55.179000+00:00
Original source
335 TC
Archived author: Maskz-_- • Posted: 2024-12-03T08:10:22.211000+00:00
Original source
Should be working and I've ran extension and port tests..
Archived author: Kaev • Posted: 2024-12-03T08:10:27.532000+00:00
Original source
Is the data successfully added to the database?
Archived author: Maskz-_- • Posted: 2024-12-03T08:10:32.987000+00:00
Original source
Ye like
Archived author: Maskz-_- • Posted: 2024-12-03T08:10:44.749000+00:00
Original source
The salt and verifier get converted into 32 char binary
Archived author: Maskz-_- • Posted: 2024-12-03T08:10:47.524000+00:00
Original source
And it's adding
Archived author: Maskz-_- • Posted: 2024-12-03T08:10:59.409000+00:00
Original source
But then I go and log in but it doesn't recognize the pass
Archived author: ReynoldsCahoon • Posted: 2024-12-03T08:12:32.240000+00:00
Original source
I would create an account using your form, and grab the data from the character account (where the salted password is stored) and then delete that account, and create it from the commandline of the server, and then compare the data that generates to the data yours generates, to verify it's actually generating it correctly.