Rush Poker HH hack
Results 1 to 4 of 4
  1. #1
    Junior Member
    Join Date
    Mar 2010
    Posts
    9

    Default Rush Poker HH hack

    I couldn't figure out why my several thousand Rush Poker hands were reduced to 82 in Hold'em Manager. The answer was that they were obviously imported before Hold'em Manager saw the difference between regular ring game tables and Rush Poker tables. To remedy this I did the following:

    DISCLAIMER: Before you try this - wait for one of the administrators to confirm that this will work OR accept any consequences without complaining to either me or administrators. Some SQL knowledge is probably a good idea.

    Find a Hand History Game ID from a log file that you're pretty sure hasn't got imported (doesn't show up when you filter for Rush).

    Search in PostgreSQL admin:
    SELECT * FROM PokerHands WHERE gamenumber = [Hand History Game ID you found]

    Check the column gametype_id and find this id in the table GameTypes (SELECT * FROM GameTypes).

    If the GameType description doesn't end with Rush then you've found your problem. Find the ID of the Rush variant of the actual blind level and jot this down.

    Do a "SELECT * FROM Tables" and find the Rush tables table ID and do the following.

    THIS IS WHERE YOU WILL DESTROY AND HAVE TO REBUILD YOUR DATABASE IF YOU GET IT WRONG!
    UPDATE PokerHands SET gametype = [The gametype ID you jotted down] WHERE table_id = [Rush Table ID]

    Voila.

    I couldn't find this fix anywhere else so I'm posting it as is. Hope the administrators can make some kind of script file. There are only a limited amount of Rush poker tables on Full Tilt so a general script shouldn't be that hard to make.

  2. #2
    Junior Member
    Join Date
    Mar 2010
    Posts
    9

    Default

    Even though the database is fixed. I'm still not seeing the changes in Hold'em Manager. Hope admins can tell me why...

  3. #3
    Tech Support Manager morny's Avatar
    Join Date
    Jul 2008
    Location
    Ireland
    Posts
    20,888

    Default

    As you already mentioned you shouldn't really mess with the database unless your extremely sure you know what your doing. The simplest thing to do here is to purge the hands and reimport them and Holdem Manager should pick them up correctly

    If it doesnt please please email the hands to support@holdemmanager.net and also link to this thread and well get it fixed
    --------------------------------------------------------------------------------------------------------------------
    We welcome any feedback on any solutions we provide, this helps us to provide better quality solutions in the future.

  4. #4
    Junior Member
    Join Date
    Mar 2010
    Posts
    9

    Default

    Reimporting now - CPU is boiling

Similar Threads

  1. Rush poker FTP
    By smell777 in forum Releases
    Replies: 260
    Last Post: 08-15-2010, 08:53 PM
  2. Rush Poker on FT
    By Lord Baldrick in forum Manager General
    Replies: 4
    Last Post: 02-28-2010, 07:01 PM
  3. rush poker
    By nimzo in forum Manager General
    Replies: 1
    Last Post: 02-15-2010, 08:56 AM
  4. Rush poker / Normal poker - how make my notes come back?
    By Abaddon in forum Manager General
    Replies: 8
    Last Post: 02-12-2010, 07:00 AM
  5. Rush Poker FTP
    By superninja in forum Manager General
    Replies: 5
    Last Post: 01-20-2010, 06:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •