Coder Social home page Coder Social logo

skyfire about wowsimpleregistration HOT 6 OPEN

Andyk10 avatar Andyk10 commented on September 1, 2024
skyfire

from wowsimpleregistration.

Comments (6)

Andyk10 avatar Andyk10 commented on September 1, 2024

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?

from wowsimpleregistration.

victorxtx avatar victorxtx commented on September 1, 2024

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.

from wowsimpleregistration.

Andyk10 avatar Andyk10 commented on September 1, 2024

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

from wowsimpleregistration.

victorxtx avatar victorxtx commented on September 1, 2024

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.

from wowsimpleregistration.

masterking32 avatar masterking32 commented on September 1, 2024

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

from wowsimpleregistration.

brandavies avatar brandavies commented on September 1, 2024

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!

from wowsimpleregistration.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.