limit transfer

For discussion of the Poker Mavens server module and other administration topics
Post Reply
mike123
Posts: 72
Joined: Tue Feb 16, 2010 7:30 am

limit transfer

Post by mike123 »

hello i want to limit the chip transfer.. like this :


#1 - Minimum transfer is 200 chips

#2 - transfer can be made only to accounts : "mike,admin,support,kent..."
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: limit transfer

Post by Kent Briggs »

mike123 wrote:hello i want to limit the chip transfer.. like this :
#1 - Minimum transfer is 200 chips
#2 - transfer can be made only to accounts : "mike,admin,support,kent..."
The only way to do that is to disable the built-in "Allow chip transfers" setting and make your own using API calls (AccountsDecBalance, AccountsIncBalance).
mike123
Posts: 72
Joined: Tue Feb 16, 2010 7:30 am

Re: limit transfer

Post by mike123 »

okey, but, how can i make it API, the player should write his account and password to transfer chips?
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: limit transfer

Post by Kent Briggs »

mike123 wrote:okey, but, how can i make it API, the player should write his account and password to transfer chips?
Yes, your interface would need to validate the player by having them enter their account name and password and your code would confirm that was correct (using API command AccountsGet) before performing the chip transfer.
ddominguez
Posts: 41
Joined: Sat Feb 12, 2011 11:32 pm

Re: limit transfer

Post by ddominguez »

I develop a system for minimun transfer between user, using the api and Jomsocial, if you are interested please contact me via PM
Post Reply