Two Plus Two Older Archives  

Go Back   Two Plus Two Older Archives > Internet Gambling > Software

Reply
 
Thread Tools Display Modes
  #11  
Old 07-11-2005, 05:54 PM
Luv2DriveTT Luv2DriveTT is offline
Junior Member
 
Join Date: Apr 2004
Location: USA
Posts: 3
Default Re: teddyFBI\'s hand history program

Has a version been released yet that works with PostgreSQL hoasted databases?

TT [img]/images/graemlins/club.gif[/img]
Reply With Quote
  #12  
Old 07-11-2005, 08:46 PM
Nomad84 Nomad84 is offline
Senior Member
 
Join Date: Mar 2005
Posts: 194
Default Re: teddyFBI\'s hand history program

[ QUOTE ]
Line 1: Your PT user ID (you need to search the PT .mdb in the players table for this, usually some low number)

[/ QUOTE ]

Do you only need to use the primary username if you have aliases set up? Or do you need to change the ID when you change skins? I suppose I could figure this out myself if I'd just try it, but I haven't DLed it yet.
Reply With Quote
  #13  
Old 07-11-2005, 09:45 PM
astarck astarck is offline
Senior Member
 
Join Date: Dec 2004
Location: 55s
Posts: 470
Default Re: teddyFBI\'s hand history program

[ QUOTE ]
Does this only work for cash games? I followed the instructions and cannot get this to work for SNGs.

[/ QUOTE ]

Bump
Reply With Quote
  #14  
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

Thread Tools
Display Modes

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 09:19 AM.


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