Page 1 of 1

Create New Account

Posted: Mon Oct 08, 2012 7:10 pm
by antmar904
hello,

is there a way that i can create a form on a website that will after submited it will create that account on the poker server so the user can connect and log in with there account they just create?

Re: Create New Account

Posted: Mon Oct 08, 2012 7:34 pm
by Kent Briggs
antmar904 wrote:is there a way that i can create a form on a website that will after submited it will create that account on the poker server so the user can connect and log in with there account they just create?
Yes, you just need a scripting language on your web site. Pretty much all of them will have PHP installed for you. Then you use that to call the Poker Mavens API, which has functions for pretty much every admin task you can do manually. There's a "Create New Account" example posted here:

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

Full API docs are here:

http://www.briggsoft.com/docs/pmavens/T ... erface.htm

Re: Create New Account

Posted: Mon Oct 08, 2012 8:24 pm
by antmar904
great thank you!!!!