top hand and top winner

For discussion of the Poker Mavens server module and other administration topics
Post Reply
unvash
Posts: 35
Joined: Sun Jan 05, 2014 3:53 pm

top hand and top winner

Post by unvash »

how can i show the top 10 top winner like chipleader ?
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: top hand and top winner

Post by Kent Briggs »

unvash wrote:how can i show the top 10 top winner like chipleader ?
What is your definition of a "winner"? There's code for showing chip leaders (based on account balance) on the API Examples page:

http://www.briggsoft.com/docs/pmavens/A ... ip_leaders
unvash
Posts: 35
Joined: Sun Jan 05, 2014 3:53 pm

Re: top hand and top winner

Post by unvash »

most win hands i mean
unvash
Posts: 35
Joined: Sun Jan 05, 2014 3:53 pm

Re: top hand and top winner

Post by unvash »

based on hand wining
unvash
Posts: 35
Joined: Sun Jan 05, 2014 3:53 pm

Re: top hand and top winner

Post by unvash »

i want tow list . one. top winner ( most wining hands of players )

tow . most played hands of players


what code should i use?
Win4fun
Posts: 29
Joined: Tue Jul 02, 2013 12:51 pm
Contact:

Re: top hand and top winner

Post by Win4fun »

I've made something like this using php: http://win4fun.net/highscores/

The code is for sale if you want to buy it. Email me at [email protected] if interested.
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: top hand and top winner

Post by Kent Briggs »

unvash wrote:most win hands i mean
The server doesn't track that directly so you would need to scan all of the hand history files and pull out the winners names. Probably store them in a database and update it on a regular schedule.
unvash
Posts: 35
Joined: Sun Jan 05, 2014 3:53 pm

Re: top hand and top winner

Post by unvash »

Win4fun wrote:I've made something like this using php: http://win4fun.net/highscores/

The code is for sale if you want to buy it. Email me at [email protected] if interested.
is this need a sql ? or just a php code ?
Win4fun
Posts: 29
Joined: Tue Jul 02, 2013 12:51 pm
Contact:

Re: top hand and top winner

Post by Win4fun »

unvash wrote:
Win4fun wrote:I've made something like this using php: http://win4fun.net/highscores/

The code is for sale if you want to buy it. Email me at [email protected] if interested.
is this need a sql ? or just a php code ?
It uses a SQL database and php.
Post Reply