Minimum chips transfer

Add your suggestions for improving Poker Mavens
Post Reply
nick
Posts: 17
Joined: Sat Aug 29, 2009 4:10 pm

Minimum chips transfer

Post 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
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Minimum chips transfer

Post 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.
CanadaWest
Posts: 107
Joined: Wed May 06, 2009 12:59 pm
Contact:

Re: Minimum chips transfer

Post 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.
Attachments
TransferChips.zip
PHP Form For Transferring Chips
(909 Bytes) Downloaded 438 times
George
(CanadaWest)
www.playersclub.ca
Post Reply