Two Plus Two Older Archives  

Go Back   Two Plus Two Older Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 06-06-2005, 09:12 PM
illunious illunious is offline
Senior Member
 
Join Date: Oct 2003
Location: Wausau, WI
Posts: 247
Default teddyFBI\'s hand history program

This is a very simple PT utility, teddiFBI requested it here. I had a similar idea before, and it seemed useful enough to spend a few hours coding it. It lists the most recent hands (hand number / what you had / pot / bet). Double click one and it is added to a list for future export/review. There's a text box for manual hand number entry and a label for how much you won lost in X amount of time.

The target user for this utility is someone that is trying to improve their game through reviewing a sessions tough/questionable hands (both by themselves and on 2+2). You run this while your playing, it displays the last X minutes worth of hands, and you toggle the hands that you want to review later.

Main window:


The export button puts all the hand histories in the list in a file and opens that file. You can read through them, use them on bisons coverter, or if you play on a party skin you can copy/paste the entire file into the teamfu replayer.

I'm hosting the zip on "YouSendIt.com" if someone can mirror a more reliable link, please do. The zip includes the vb 6.0 source code, the exe and an .ini file.

Instructions: Extract the .exe and .ini files to a directory and edit the .ini file:

Line 1: Your PT user ID (you need to search the PT .mdb in the players table for this, usually some low number)
Line 2: # minutes (previously referred to as X) you want to display (change this to something like 15, 355 is what I was using for testing)
Line 3: location of your current ptrack.mdb file (ptrack.mdb is the original)
Line 4: location of your hhdb.mdb file
Line 5: location of your notepad or text editor


download
Reply With Quote
  #2  
Old 06-06-2005, 09:16 PM
pokergrader pokergrader is offline
Senior Member
 
Join Date: Apr 2005
Posts: 210
Default Re: teddyFBI\'s hand history program

mirrored at http://www.pokergrader.com/software/hh.zip
Reply With Quote
  #3  
Old 06-06-2005, 09:20 PM
illunious illunious is offline
Senior Member
 
Join Date: Oct 2003
Location: Wausau, WI
Posts: 247
Default Re: teddyFBI\'s hand history program

That was quick, thanks!
Reply With Quote
  #4  
Old 06-06-2005, 10:41 PM
pokergrader pokergrader is offline
Senior Member
 
Join Date: Apr 2005
Posts: 210
Default Re: teddyFBI\'s hand history program

I stalk the software forum.
Reply With Quote
  #5  
Old 06-07-2005, 02:29 AM
Dangergirl Dangergirl is offline
Member
 
Join Date: Aug 2004
Posts: 33
Default Re: teddyFBI\'s hand history program

Great work illunious , I can't wait to try this out tomorrow [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #6  
Old 06-07-2005, 10:09 AM
teddyFBI teddyFBI is offline
Member
 
Join Date: Jun 2004
Posts: 99
Default Re: teddyFBI\'s hand history program

Wow - ask and ye shall receive.
Great work and thanks on behalf of everyone.
Looking fwd to trying this out tonight.

Will it work / i.e. does it pick up all hands played if I'm playing multiple skins at once?
Reply With Quote
  #7  
Old 06-07-2005, 01:23 PM
illunious illunious is offline
Senior Member
 
Join Date: Oct 2003
Location: Wausau, WI
Posts: 247
Default Re: teddyFBI\'s hand history program

[ QUOTE ]
Will it work / i.e. does it pick up all hands played if I'm playing multiple skins at once?

[/ QUOTE ]

It should, as long as you have aliases set up in PT.
Reply With Quote
  #8  
Old 07-09-2005, 06:53 AM
Supern Supern is offline
Member
 
Join Date: Jan 2005
Location: Stockholm, Sweden
Posts: 65
Default Re: teddyFBI\'s hand history program

How do I find my PT user ID?
I don't have access.

You can't find the ID within PT?
Reply With Quote
  #9  
Old 07-11-2005, 10:06 AM
teddyFBI teddyFBI is offline
Member
 
Join Date: Jun 2004
Posts: 99
Default Re: teddyFBI\'s hand history program

[ QUOTE ]
How do I find my PT user ID?
I don't have access.

You can't find the ID within PT?

[/ QUOTE ]

no, you need to have access (as I also found out)
Reply With Quote
  #10  
Old 07-12-2005, 08:10 PM
_dave_ _dave_ is offline
Junior Member
 
Join Date: Feb 2005
Location: UK
Posts: 17
Default Re: teddyFBI\'s hand history program

For Supern, and others who would like to use this but don't have MS Access, the following JavaScript snippet should help (It works for me, YMMV).

Copy and paste the following code into a notepad, and save as player_id.js, in the same folder as your ptrack.mdb files.

You must change the parts in <font color="blue">blue</font> to match the correct mdb file and screen name.

<font class="small">Code:</font><hr /><pre>var db = new ActiveXObject("ADODB.Recordset");
var cstring = "Driver={Microsoft Access Driver (*.mdb)};DBQ=<font color="blue">ptrack</font>.mdb";
var sql = "SELECT screen_name,player_id FROM players WHERE screen_name='<font color="blue">_dave_</font>';";
db.Open(sql, cstring, 1, 3);
WScript.Echo(db(0) + " - player_id: " + db(1));
db.Close(); </pre><hr />

Double click the player_id.js file you saved, and you will get a message box showing the player_id you searched for.

Hope this helps,

Dave.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:12 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.