Page 1 of 1

Minimum chips transfer

Posted: Sat Aug 29, 2009 4:23 pm
by nick
Hello,
We are offering a specific amount of free chips upon new user's registrations but the problem is that some people are abusing this and keep creating accounts to transfer those chips and gather them in a single account.

It would be a great option if u can add us a field "Minimum chips transfer" to stop such actions.

Thank You

Nick

Re: Minimum chips transfer

Posted: Sat Aug 29, 2009 6:52 pm
by Kent Briggs
nick wrote:It would be a great option if u can add us a field "Minimum chips transfer" to stop such actions.
You can disable the "Allow chip transfers" feature and then create your own system for transferring chips with a web page and the API. You can also disable the "Allow new accounts" feature and use your own criteria for making them with the API.

Re: Minimum chips transfer

Posted: Mon Aug 31, 2009 7:32 pm
by CanadaWest
Something like this.

The attached php file validates the Sender's password, checks the balance in his account, then takes the chips out of his account (AccountsDecBalance) and puts the same amount in hs friend's account (AccountsIncBalance).

Setting the option values in the form allows you to set the lower limit for chip transfers to whatever you want.