Mysql Password Hashes
Posted: Thu Aug 07, 2014 4:41 am
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
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