help, how to inport user date to mysql?

For general discussion of the Poker Mavens software
Post Reply
pokercnman
Posts: 5
Joined: Sun Jun 16, 2013 12:11 am

help, how to inport user date to mysql?

Post by pokercnman »

hi guys,
how i can import the poker user date to mysql datebase?
i use the accountpassword api cant get user password,as the password been hash.
i can get the password from pokermavens v2.96, but i cant get it from pokermavens v3.21


i need the users who registered in poker game client can login my php forum with same username and password.

thank you.
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Re: help, how to inport user date to mysql?

Post by Kent Briggs »

You can use the AccountsGet API command to fetch player account info. Passwords are hashed in version 3, you cannot retrieve them. If you want to use your own login system, just store passwords or hashes in your own database and use the SessionKey feature to login them into the poker server.
Post Reply