Page 1 of 1

limit transfer

Posted: Sat Jan 22, 2011 7:04 am
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..."

Re: limit transfer

Posted: Sat Jan 22, 2011 10:20 am
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).

Re: limit transfer

Posted: Sun Jan 23, 2011 1:04 pm
by mike123
okey, but, how can i make it API, the player should write his account and password to transfer chips?

Re: limit transfer

Posted: Sun Jan 23, 2011 1:31 pm
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.

Re: limit transfer

Posted: Tue May 31, 2011 7:50 am
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