Individual Player Rake Calculation

For discussion of the Poker Mavens server module and other administration topics
Post Reply
ddominguez
Posts: 41
Joined: Sat Feb 12, 2011 11:32 pm

Individual Player Rake Calculation

Post by ddominguez »

Hi everybody, my script caculate all rake generated by player, analize the tournaments results etc, if youre interested in my script please send a private message.

Look an example of analisis.

Procesando Mano Id: 646 Hkey: 130902-52 Hand: Hand #130902-52 - 2011-05-23 17:29:46

select id from jos_poker_hand_rake where procesado=0 and `hkey`='130902-52';
Select hh From jos_poker_hand_history_detail where idhh = 646 and hkey = '130902-52' order by id;
Linea a Analizar
[1] Hand #130902-52 - 2011-05-23 17:29:46
[2] Game: NL Hold'em (200 - 1000) - Blinds 5/10
[3] Table: Boxer #1 | 0.5/1Bs
[4] Seat 1: Marlboro1969 (491)
[5] Seat 2: Insector (386)
[6] Seat 3: melidalachin (753)
[7] Seat 5: maik29 (164)
[8] Seat 6: TuSuerteTu (204)
[9] maik29 has the dealer button
[10] TuSuerteTu posts small blind 5
[11] Marlboro1969 posts big blind 10
[12] ** Hole Cards **
[13] Insector folds
[14] melidalachin calls 10
[15] maik29 folds
[16] TuSuerteTu folds
[17] Marlboro1969 checks
[18] ** Flop ** [3c Qh 9h]
[19] Marlboro1969 checks
[20] melidalachin checks
[21] ** Turn ** [As]
[22] Marlboro1969 checks
[23] melidalachin checks
[24] ** River ** [Kd]
[25] Marlboro1969 checks
[26] melidalachin bets 10
[27] Marlboro1969 folds
[28] melidalachin refunded 10
[29] melidalachin wins Pote (24)
[30] Rake (1)
[31] ** Deck ** [8s 4d 3h 4s 9d 2d Td Tc Ks Kc 3c Qh 9h
ID: 0- Analizando mano:-52 - 2011-05-23 17:29:46 - Fecha: Hand #1309

RakeFinal: 0.1
PoteFinal: 2.5
-------------------------------------------------------

Hand History Nro: Hand #130902-52 - 2011-05-23 17:29:46
Inicio: Fecha: 2011-05-23 Hora:17:29:46 Divisor:10 Mesa: Boxer #1 | 0.5/1Bs

Player PlaceAmount Bets Rake Contribucion Points Winner Endding Chips
Marlboro1969 49.1 1 0.04 40% 0.04 0 48.1
Insector 38.6 0 0 0% 0 0 38.6
melidalachin 75.3 1 0.04 40% 0.04 2.4 76.7
maik29 16.4 0 0 0% 0 0 16.4
TuSuerteTu 20.4 0.5 0.02 20% 0.02 0 19.9
Final: Fecha: 2011-05-23 Hora:17:29:46 Divisor:10 Mesa: Boxer #1 | 0.5/1Bs

-------------------------------------------------------
Moninex
Posts: 1
Joined: Tue Sep 06, 2011 4:41 am

Re: Individual Player Rake Calculation

Post by Moninex »

Hi can i get more details about your script,

how does it work and how can i see it work and does calculate the rake for every palyer by day or for each round only????
ddominguez
Posts: 41
Joined: Sat Feb 12, 2011 11:32 pm

Re: Individual Player Rake Calculation

Post by ddominguez »

the script calculate the individual rake per player and save de data in a mysql database, which data you can build many other reports, in the previous post see the example, my script calculate the rake based in a proporcional system, for install the script you need mysql and php, i have many other script, and a compltet web site based in joomla complete integrated with >PM API, you can view a demo in http://www.perropoker.com, if you can please add me to skype daniel.dominguez.romero

ring Game: Boxer #1 | 0.5/1
Player PlaceAmount Bets Rake Contribucion Points Winner TotalChips
Marlboro1969 49.1 1 0.04 40% 0.04 0 48.1
Insector 38.6 0 0 0% 0 0 38.6
melidalachin 75.3 1 0.04 40% 0.04 2.4 76.7
maik29 16.4 0 0 0% 0 0 16.4
TuSuerteTu 20.4 0.5 0.02 20% 0.02 0 19.9
skalleno
Posts: 10
Joined: Thu Sep 16, 2010 4:52 pm

Re: Individual Player Rake Calculation

Post by skalleno »

Just wanted to say a big thank you to ddominguez. I bought some scripts from him yesterday, and he helped me for about 4 hours to get it up and running. That`s what i call customer service. :D
Post Reply