[HELP!!!] Account Creation

04/02/2010 17:33 supernovahh#1
Ok, i have my server running top shape, unfortunately i can only create accounts through BetaCo. Not only that but the database is virtually useless. I make an account in database and the BetaCo.exe is getting them from C:\OldCODB\Users

Basically what im saying is i would like to be able to make a script (batch, php, whatever) to let me send the command to BetaCo.exe like so:

PHP registration page sends the username and pass to a batch file. the batch file then sends the command /newacc <username> <password> to BetaCo.exe, thus making the account every time one is created.

So far i got the PHP to Batch file down but the batch to betaco isnt so hot.

Can anyone help me with this or possibly make something that WILL work? T.I.A.
04/02/2010 17:51 -Shunsui-#2
There is a Register Page released already if u hostin the site and server on same computer u can use it, Else You can use EpicWebserver
04/02/2010 18:00 supernovahh#3
Link please? :D I hope it works, seems like all the BetaCo.exe 5165 reg pages are .html files that don't do anything lol
04/02/2010 18:08 Viscount S#4
Why bother with creating the batch file when you could save that data into a file in the users folder (if the web and account servers on the same machine)? If they are on separate machines, you could pass that data onto an analogous server listening on some port.
04/02/2010 18:56 supernovahh#5
Ive tried that, it doesnt work. theres some kind of coding with the .usr file that doesnt let it read in-game so it says invalid account name or pass
04/02/2010 20:39 Viscount S#6
Then you should figure out how to imitate that "coding."