Could you possibly post the solution here? I'm trying to figure out how to do the same thing but information is very lacking.
It should be simple enough to code a bit of PHP or a MySQL stored procedure to handle this process then post it so we get some idea how this is even supposed to work with the salt and verifier.
Currently, instructions say to manually run ./wowserver and use the account create command. That's not really feasible when the server is already running with users on it. Wouldn't it be beneficial to create a standalone executable that can be called in a PHP ( or other language ) shell, passed the username and password and it will go ahead and create the account, without interrupting the running wowserver?
Or, can wowserver be called from the command line with params to just create an account, without interrupting the current process?
I'm not finding details on a way to simply hook up a PHP form to account creation.