Page 1 of 1

new accounts

Posted: Sun Feb 21, 2010 4:53 am
by mike123
Hello, i need a simple form to give to the admins to create New accounts.

i removed the "create new account" from my game.

i need to limit it

so only administrators can create new accounts

but not from the server or http://xxx.xxx.xxx.xx:8087/admin

thank you.

Re: new accounts

Posted: Sun Feb 21, 2010 8:42 am
by mike123
i need to give the ability to create new accounts to someone. without lettin him know the administration password
ty

Re: new accounts

Posted: Sun Feb 21, 2010 10:45 am
by Kent Briggs
mike123 wrote:Hello, i need a simple form to give to the admins to create New accounts.
There's a Create New Account example in PHP on the API examples page:

http://www.briggsoft.com/docs/pmavens/API_Examples.htm

Re: new accounts

Posted: Sun Feb 21, 2010 10:49 am
by Kent Briggs
mike123 wrote:i need to give the ability to create new accounts to someone. without lettin him know the administration password
ty
Put a special administrator password box in your form and have your PHP code check it before calling the API function. Or just put the code on a password-protected web page that only your admins can access.

Re: new accounts

Posted: Sun Feb 21, 2010 5:34 pm
by mike123
ok kent thanks for the code. i made it with php