Page 1 of 1

importing players and player account creation

Posted: Tue Dec 22, 2009 8:34 am
by Mr.Victor
1) Is there a way I can import players into the system? I run a live league with a player database that I'd like to move over to PM.

2) I'd also like to know if there is a way I can disallow people create accounts freely either by disabling player account creation on the front end or by some kind of activation feature.

Re: importing players and player account creation

Posted: Tue Dec 22, 2009 9:50 am
by Kent Briggs
Mr.Victor wrote:1) Is there a way I can import players into the system? I run a live league with a player database that I'd like to move over to PM.
Poker Mavens contains an API that has many server functions, including player account creation. You can use a web scripting language like PHP, ASP.net, etc. to call the API. See the docs in the help file or on the web site for more info.

2) I'd also like to know if there is a way I can disallow people create accounts freely either by disabling player account creation on the front end or by some kind of activation feature.
Yes, there's a setting on the System tab for disabling account creation in the flash client.

Re: importing players and player account creation

Posted: Tue Dec 22, 2009 11:57 am
by Mr.Victor
Kent Briggs wrote:
Mr.Victor wrote:1) Is there a way I can import players into the system? I run a live league with a player database that I'd like to move over to PM.
Poker Mavens contains an API that has many server functions, including player account creation. You can use a web scripting language like PHP, ASP.net, etc. to call the API. See the docs in the help file or on the web site for more info.

Great! Would I be able to do a bulk import with this?

2) I'd also like to know if there is a way I can disallow people create accounts freely either by disabling player account creation on the front end or by some kind of activation feature.
Yes, there's a setting on the System tab for disabling account creation in the flash client.

Perfect. Just what I was looking for!

Re: importing players and player account creation

Posted: Tue Dec 22, 2009 8:44 pm
by Kent Briggs
Mr.Victor wrote:
Great! Would I be able to do a bulk import with this?
You would need to write some kind of script that processed your accounts in a loop.