Open Side Menu Go to the Top

04-29-2009 , 01:31 AM
is there an easy way to get all the players listed in a notepad file?




am trying to make notes by filtering certain things. would be very easy if there was a way to just pull these names instead of typing them all out.

any ideas? if someone could write a script i would be willing to make a donation.
PT3 program or script to grab list of players?
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards ? Splash Pots ? CoinRaces
PT3 program or script to grab list of players?
04-29-2009 , 04:10 AM
I would make a custom report and export it.

If you don't know how, go to reports -> Section: 'Holdem Cash Player Statistics' (edit. 'Holdem Tournament Player Statistics' ... lol donkaments) -> press New -> double click 'Player' in the Available Stats box -> go to Filters and untick 'Filter on Active Player' -> name your new custom report and save it -> run your report and sort it ascending -> click the little box in the right that expands your report to a new window -> 'Export' and save it as .txt -> Your new file will look something like this:
Code:
"Player"
"!i will bury"
""KRACKER911""
"#006Bob"
"#1_Maestro88"
"$!b0*85"
"$$_Ek1982_$$"
"$andbagger"
"$Big@S!ick8$"
"$Geldkalle$"
Use notepad's edit|replace to remove the unnecessary quotation marks. But be aware that some players actually have quotation marks in their name (e.g. "KRACKER911").

Last edited by Weegs; 04-29-2009 at 04:24 AM. Reason: donkaments
04-29-2009 , 09:09 AM
Or you can use emacs to fix the file.

On that specific file, once it's open in emacs if you press:
C-x ( DELETE C-e C-h BACKSPACE C-a DOWN ARROW C-x ) C-u 500000 C-x e

where C-x is control and x, C-e control + e, and anything written in ALL CAPS means hit that key (e.g. press the down arrow once at DOWN ARROW), it will then take care of everything in the file, then C-x C-s C-x C-c to exit and the file will be edited appropriately
04-29-2009 , 01:26 PM
Quote:
Originally Posted by Weegs
I would make a custom report and export it.

If you don't know how, go to reports -> Section: 'Holdem Cash Player Statistics' (edit. 'Holdem Tournament Player Statistics' ... lol donkaments) -> press New -> double click 'Player' in the Available Stats box -> go to Filters and untick 'Filter on Active Player' -> name your new custom report and save it -> run your report and sort it ascending -> click the little box in the right that expands your report to a new window -> 'Export' and save it as .txt -> Your new file will look something like this:
Code:
"Player"
"!i will bury"
""KRACKER911""
"#006Bob"
"#1_Maestro88"
"$!b0*85"
"$$_Ek1982_$$"
"$andbagger"
"$Big@S!ick8$"
"$Geldkalle$"
Use notepad's edit|replace to remove the unnecessary quotation marks. But be aware that some players actually have quotation marks in their name (e.g. "KRACKER911").

when i run the report it completely ignores the filter and makes a list of like 50,000 players or w/e instead of the 780 that i've filtered it down to. any suggestions?

in PT3 I have filtered it down to certain blind levels, facing certain situations. and it shows me several hundred players. but the same type of filters are not in the reports section
04-29-2009 , 02:36 PM
You need to click on the blue Filters link on the left, then click Simple Filters and enter the filters in there for them to be used in the custom report.
04-29-2009 , 04:52 PM
Quote:
Originally Posted by Kraada
You need to click on the blue Filters link on the left, then click Simple Filters and enter the filters in there for them to be used in the custom report.
oh ok, over looked that. appreciate the help very much.
PT3 program or script to grab list of players?
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards ? Splash Pots ? CoinRaces
PT3 program or script to grab list of players?

      
m