WoWSimpleRegistration icon indicating copy to clipboard operation
WoWSimpleRegistration copied to clipboard

skyfire

Open Andyk10 opened this issue 2 years ago • 6 comments

support Skyfire? Is it using SOAP or SRP6?

Andyk10 avatar Nov 01 '23 16:11 Andyk10

I'm using SRP6 with the Skyfire core. It shows a successful registration, but there's no record in the database. Could you please explain why?

Andyk10 avatar Nov 01 '23 16:11 Andyk10

Don't quite know about Skyfire, but Docs of Skyfire should have provided the authentication algrithm with a function or a class. Look for that first please.

victorxtx avatar Nov 01 '23 16:11 victorxtx

Core Type: 0 = TrinityCore 1 = AzerothCore 2 = AshamaneCore 3 = Skyfire Project 4 = OregonCore 5 = CMangos 10 = etc =====================================================================*/ $config['server_core'] = 3;

It's not working. T.T

Andyk10 avatar Nov 01 '23 16:11 Andyk10

If you have already tried every one of the above, I should say sorry for that. I don't actually use this Reg page, prefering write one myself.

victorxtx avatar Nov 01 '23 16:11 victorxtx

I don’t know about SkyFire; try normal, then SPR6. If none of those works, you can try SOAP.

masterking32 avatar Dec 29 '23 18:12 masterking32

I use a repack based on Skyfire, and I managed to get this working by setting the core type to 5 in config.php

The reason this works is because in the auth database, you'll see that the salt and verifier are stored under columns "s" and "v". In core_handler.php, you'll see that if the CMangos core (type 5) is selected, it will store your salt and verifier under "s" and "v". The sha_pass_hash field doesn't get filled this way, and I'm not sure how to get that to work, but it works anyway!

brandavies avatar Feb 19 '24 04:02 brandavies