Page 1 of 1

36,000 players and Too many players registered?

Posted: Sun Sep 19, 2010 8:35 am
by coyote
I have a problem with the numbers of players registered *
I have more than 36,000 players and I can no longer displayed the
the top players to csv and import does not work

Re: 36,000 players and Too many players registered?

Posted: Sun Sep 19, 2010 9:53 am
by Kent Briggs
coyote wrote:I have a problem with the numbers of players registered *
I have more than 36,000 players and I can no longer displayed the
the top players to csv and import does not work
I don't know what you are referring to. There is no CSV import/export function in Poker Mavens for player accounts. Are you talking about some API code that you are running?

Re: 36,000 players and Too many players registered?

Posted: Sun Sep 19, 2010 11:22 am
by coyote
Yes it is an API code that I put up
top players and the code is taken from your example

Re: 36,000 players and Too many players registered?

Posted: Sun Sep 19, 2010 12:03 pm
by Kent Briggs
coyote wrote:Yes it is an API code that I put up
top players and the code is taken from your example
The "Chip Leaders" code from the API Examples page?

http://www.briggsoft.com/docs/pmavens/A ... ip_leaders

I just setup 50,000 accounts on my local test system and it worked fine there. What exactly isn't working on your system?

Re: 36,000 players and Too many players registered?

Posted: Sun Sep 19, 2010 12:15 pm
by Kent Briggs
I bet I know what it is. Check your API.php file for this line:

curl_setopt($curl,CURLOPT_TIMEOUT,30);

Change 30 to a higher number. You're probably fetching so much data that it's timing out after 30 seconds.