Page 1 of 1

Player points

Posted: Sat Jul 27, 2013 11:09 pm
by viktor
How to create a player points system?

Re: Player points

Posted: Sat Jul 27, 2013 11:39 pm
by Kent Briggs
viktor wrote:How to create a player points system?
Based on what criteria?

Re: Player points

Posted: Sun Jul 28, 2013 9:04 am
by viktor
Based on rake I think would be the best option, for every x rake contributed into the pot x amount of player points will be awarded to you and displayed on your "Account" section.

Re: Player points

Posted: Sun Jul 28, 2013 9:46 am
by Kent Briggs
viktor wrote:Based on rake I think would be the best option, for every x rake contributed into the pot x amount of player points will be awarded to you and displayed on your "Account" section.
There is no built-in reporting in Poker Mavens so you would have to write your own code that scans the hand history files and pulls out whatever data you want to compile. However, there are standalone utilities for Rake and Entry Fee stats on the Utilities page:

http://www.briggsoft.com/docs/pmavens/Utilities.htm

Re: Player points

Posted: Fri Aug 02, 2013 10:13 am
by bxmediaus
Hey Viktor

For this, I would suggest - take a point system based on the user deposit.

Every time user makes a deposit, add to their points.

This way, you don't need to add any additional code to integrate with Poker Mavens. We have built an affiliate system for one of our clients in this same way - so that an affiliate receives some percentage of the rake.The rake is just `x` % of the total deposits for one user.

Cheers!