Page 1 of 1

top hand and top winner

Posted: Thu Mar 13, 2014 1:47 pm
by unvash
how can i show the top 10 top winner like chipleader ?

Re: top hand and top winner

Posted: Thu Mar 13, 2014 2:12 pm
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

Re: top hand and top winner

Posted: Fri Mar 14, 2014 2:46 am
by unvash
most win hands i mean

Re: top hand and top winner

Posted: Fri Mar 14, 2014 2:47 am
by unvash
based on hand wining

Re: top hand and top winner

Posted: Fri Mar 14, 2014 2:51 am
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?

Re: top hand and top winner

Posted: Fri Mar 14, 2014 8:04 am
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.

Re: top hand and top winner

Posted: Fri Mar 14, 2014 9:24 am
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.

Re: top hand and top winner

Posted: Sun Mar 23, 2014 11:42 am
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 ?

Re: top hand and top winner

Posted: Sun Mar 23, 2014 1:51 pm
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.