refill by card

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

refill by card

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

Re: refill by card

Post 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.
mike123
Posts: 72
Joined: Tue Feb 16, 2010 7:30 am

Re: refill by card

Post by mike123 »

ok just one more question.

any api commands for online now players on the homepage ?
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: refill by card

Post 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
simongerges
Posts: 1
Joined: Thu Feb 10, 2011 8:51 am

Re: refill by card

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

Re: refill by card

Post 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
Post Reply