Does anyone have a PHP script or something that will do something like the following..
Code:
insert into tblLoginServerAccounts (LoginServerID, AccountName, AccountPassword, AccountEmail, LastLoginDate, LastIPAddress) values('$LoginServerID', '$AccountName', sha('$NewUserPassword'), '$NewUserEmail', now(), '127.0.0.1');
And have it so that the person fills in the blanks on say a webpage and then inserts a Katcha or other security type thing and then it just runs the query?
I'm also fine with some in game command too I heard they might exist as well.. Anyway i'm setting my server up as a Dual Loginserver that way I'll still be on the Eqemu login server list and also on my private server.
Mort