Mysql Password Hashes

For general discussion of the Poker Mavens software
Post Reply
kode
Posts: 1
Joined: Thu Aug 07, 2014 3:52 am

Mysql Password Hashes

Post by kode »

Hello Support, I am planning to buy Gold, I would like to run the poker site on my Linux server,
On my server there are already accounts and passwords there, I would like to know how can I transfer my existing users to Poker Maven Server
More over is it possible to run Poker Maven Server on Linux?
Also I have allowed users to change their passwords via their control panel in my web, I need to know how to change the raw password to poker maven.
e.g
in my web
$username = $_REQUEST['username'];
$password = $_REQUEST['password'];
$password = md5($password)
mysql_query( INSERT INTO USERS with USERNAME + PASSWORD);
Kindly advice.

Sincerely,
Kode
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Mysql Password Hashes

Post by Kent Briggs »

Poker Mavens is a Windows application. You would have to use wine or some other emulation to run it on linux. I would advise against doing that, however. You can set user passwords using the AccountsEdit command in the API. Poker Mavens will convert that to a hash. Once hashed, the raw password cannot be retrieved.

API docs and examples:

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