View Single Post
  #1  
Old 07-27-2011, 09:34 PM
KingMort
Banned
 
Join Date: Sep 2006
Posts: 841
Default Login Server Help

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
Reply With Quote