![]() |
|
#121
|
|||
|
|||
|
To fix the problems with PokerRoom hand histories, I find that all I need to do is add spaces around my hand.
I see "Seat 7: Me [AH,AD]..." I put "Seat 7: Me [ AH,AD ]..." For the geeks, here is the diff to fix the source <font class="small">Code:</font><hr /><pre>diff -w hhconverter.cgi hhconverter.cgi.twocards 7437c7437 < if ($Message =~ s/Seat (\d+): ([^\n]*?) \[ (\d|T|J|Q|K|A)(C|D|H|S),(\d|T|J|Q|K|A)(C|D|H|S) \]/Seat $1: $2/i) --- > if ($Message =~ s/Seat (\d+): ([^\n]*?) \[ ?(\d|T|J|Q|K|A)(C|D|H|S),(\d|T|J|Q|K|A)(C|D|H|S) ?\]/Seat $1: $2/i) </pre><hr /> It's those tasty little question marks that make it go. I added a patch to the SourceForge project page |
|
#122
|
|||
|
|||
|
[ QUOTE ]
To fix the problems with PokerRoom hand histories, I find that all I need to do is add spaces around my hand. I see "Seat 7: Me [AH,AD]..." I put "Seat 7: Me [ AH,AD ]..." [/ QUOTE ] I'm quite perplexed. I don't think this helps me at all. Does adding the string "hand" before the actual hand number do anything for you? That's all I need to get it to work fairly well. Anyway, I will try your diff later. A buddy of mine is hosting a version from sourceforge, for tinkering purposes. Thanks Now if only pokernetwork would let you access the cards dealt to you in an easy way... |
|
#123
|
|||
|
|||
|
Replying to my own thread here.
I just realized, as I posted on the sourceforge handconverter bug report page, that I got the pokerroom and pokernetwork formats mixed up. I get all my histories from pokernetwork, since I can view them offline, and can view hands I didn't participate in. Sorry for the misinformation! |
|
#124
|
|||
|
|||
|
Chapstick,
Just tried the converter on Selchian again with a recent Pokerroom hand, still no luck. I read the previous messages in this thread, recommending that the word 'hand' be inserted in the hand history header (it already was). Also the suggestion to include spaces around the hand: [ AS,AD ] (it already was in my hand history). Still no luck. It still broken [img]/images/graemlins/frown.gif[/img]. What to do, what to do. |
|
#125
|
|||
|
|||
|
If I'm not mistaken, you're trying to buy the Inspiron 9300? I just got it last week... you will love it and cherish it if you do buy it. Six-tabling is a piece of cake with little overlap. Make sure you find the $500 Dell coupon online. And I recommend the carbon fiber face plate as well (if you like carbon fiber).
|
|
#126
|
|||
|
|||
|
I can't get the convertere to work with absolute limit games. it says the game is 0 handed, and that "__ is button with _,_. Button ____, SB ___, BB ___"
the ___'s being just blank spaces |
|
#127
|
|||
|
|||
|
Any chance of getting the converter to work for Doyle's room and related skins now that they have hand histories?
Thanx |
|
#128
|
|||
|
|||
|
Great script bison.
Are you thinking in make the html version xhtml complaints? Basically you need to change the <b> and <br/> tags for <strong> and <br/>. And what about give the images of the suits instead the letter? It could be fantastic [img]/images/graemlins/wink.gif[/img]. Bye! |
|
#129
|
|||
|
|||
|
The converter doesn't seem to work on the Party $25 NL hands.
I didn't read the thread so I don't know if this is known, if it is, just ignore it. Begin hand: ***** Hand History for Game 2219191414 ***** $25 NL Hold'em - Friday, June 17, 01:26:27 EDT 2005 Table Table 36910 (Real Money) Seat 10 is the button Total number of players : 9 Seat 1: BluntmanXE ( $25.7 ) Seat 5: bbbgee ( $0 ) Seat 6: mikeyfitzz ( $32.31 ) Seat 7: gr3445y ( $44.7 ) Seat 8: CEValkyrie ( $24.4 ) Seat 10: d0gv0m1t ( $52.55 ) Seat 2: Crazy_Rabbit ( $23.6 ) Seat 4: mberman7 ( $16.65 ) Seat 3: Damien444 ( $22.15 ) BluntmanXE posts small blind [$0.1]. Crazy_Rabbit posts big blind [$0.25]. ** Dealing down cards ** Dealt to Crazy_Rabbit [ As Ks ] Damien444 folds. mberman7 raises [$0.5]. mikeyfitzz folds. gr3445y folds. CEValkyrie folds. d0gv0m1t folds. BluntmanXE folds. Crazy_Rabbit raises [$1.75]. mberman7 raises [$3]. mikeyfitzz: 9-8 again? havejoker has joined the table. Crazy_Rabbit raises [$3]. mberman7 calls [$1.5]. ** Dealing Flop ** [ 9h, 5s, 7d ] Crazy_Rabbit bets [$11.65]. mberman7 is all-In [$11.65] ** Dealing Turn ** [ Jh ] ** Dealing River ** [ 2s ] Crazy_Rabbit shows [ As, Ks ] high card ace. mberman7 shows [ 2h, Qh ] a pair of twos. mberman7 wins $31.75 from the main pot with a pair of twos. |
|
#130
|
|||
|
|||
|
Greetings, bisonbison.
I am the forum administrator at FlopTurnRiver.com. As you may know, our forum members have been using your fantastic tool for over a year now. We have a link to your converter and instructions for using it here (remove URL if it's inappropriate): http://www.flopturnriver.com/phpBB2/...pic.php?t=2566 I was wondering if you'd be kind enough to add FlopTurnRiver to the list of the converter's Format options. It'd be identical to the 2+2 format, with this one exception: replace "color:" with "color=". All this time, our members have had to search-and-replace their hand histories before converting and it would be much more convenient for them if they didn't need to. I would've PM'd you with this request, but your PM is disabled. I appreciate your consideration. Thank you. |
![]() |
|
|