Page 1 of 1

refill by card

Posted: Tue Dec 21, 2010 5:17 pm
by mike123
Hello. i want to create a simple form for customers... like this one


serial numbers for sale : SDF76GF5SGDF87 - JAF49FR8FJRE89 - JF89EU489GFJRJ - 9483FJUEIHF394H - 4KFR3F809U89H


(FORM to increment chips)

Account : john
serial :SDF76GF5SGDF87

20 chips were added to your account. have fun at the tables .


anything already done ?

or any idea to make it in an easy way ?

thank you

Re: refill by card

Posted: Tue Dec 21, 2010 5:42 pm
by Kent Briggs
The part that adds chips to an account is relatively easy using the AccountsIncBalance API command. Most of the work would be in your program for the tasks that come before that: creating the numbers, storing them in some kind of database, distributing them to the appropriate people, presenting an interface for cashing them in, authenticating a number, removing it from the pool, logging the transaction, etc. It's just a matter of a programmer cranking out the code to do all that.

Re: refill by card

Posted: Tue Dec 21, 2010 6:26 pm
by mike123
ok just one more question.

any api commands for online now players on the homepage ?

Re: refill by card

Posted: Tue Dec 21, 2010 7:49 pm
by Kent Briggs
mike123 wrote: any api commands for online now players on the homepage ?
Yes, from the help file:

ConnectionsList - retrieves the list of all current connections. Calling this with no parameters will just return the number of connections. Set the Fields parameter to a comma separated list of field names that you want returned. Do not include spaces in the list. You may choose any combination of these fields:

SessionID, Status, Player, PC, IP, Connect, Login, LastAction

Re: refill by card

Posted: Thu Feb 10, 2011 8:59 am
by simongerges
do u have any ready app for pin generation and management that can be integrated within the server ?
if yes how to get it or purchase it , if no what r ur suggestions ?

Re: refill by card

Posted: Thu Feb 10, 2011 10:28 am
by Kent Briggs
simongerges wrote:do u have any ready app for pin generation and management that can be integrated within the server ?
if yes how to get it or purchase it , if no what r ur suggestions ?
No, you'll need to hire a programmer for custom applications. Communication with the poker server is done via the API.

http://www.briggsoft.com/docs/pmavens/T ... erface.htm