Page 1 of 1

Security

Posted: Thu Feb 25, 2010 2:12 pm
by mike123
i got some of my costumers account hacked
and i payed them back so i wont loose them.
i want to allow the account to login from one computer

the software detect from which computer the account login (PC : XXXXX)

for example account : mike logs in from PC: XXXXXX

i need each account to have a personal pc\

so mike can login from pc xxxxxx

if someone hacks his password. they cant take his chips if not from his computer...

can this be done with your software?

if not i hope it will work soon. it would be great
(sorry for my bad english)

Mike.

Re: Security

Posted: Thu Feb 25, 2010 2:31 pm
by Kent Briggs
mike123 wrote: so mike can login from pc xxxxxx
if someone hacks his password. they cant take his chips if not from his computer...
can this be done with your software?
Not directly but what you could do is implement your own login system from your web site. From there use a browser cookie to track a player to a specific PC and continue or deny the login based on that. You would need some kind of reset system in case the player cleared his cookies or changed browsers, etc.