Poker Software
Results 1 to 2 of 2
  1. #1
    Junior Member
    Join Date
    Aug 2009
    Posts
    12

    Default Adding Players to an alias in the database

    Hi,
    I would like to add multiple players to an alias. Therefore, I have created a list of player_id's that I would like to add to one alias id. I have seen that the "aliases" tables holds this information. However, when I add a pair such as

    insert into aliases (aliasplayer_id,player_id) values ('18725','17911');

    I can see it in the aliases table, but the player does not appear in the hold'em manager "aliases management".

    Any ideas?

  2. #2
    HM Support netsrak's Avatar
    Join Date
    Feb 2009
    Location
    Germany
    Posts
    24,470

    Default

    What you are trying to do is not officially supported....

    Try this:
    Close down HM and open the holdemmanager.config with notepad and change
    HTML Code:
    <setting name="LogDatabaseCommands">False
    To
    <setting name="LogDatabaseCommands">True
    Now create an alias via the Options menu in HM and when it finishes look in the logs folder for a file named dbtrace.log and open it with Wordpad and go to the bottom of the file and you will see the necessary statements.
    Participate in the Alpha release of the newest Hold'em Manager version: HM Cloud. Sign-up HERE.

    If you would like to leave some feedback to help us improve the quality of the solutions, and/or the support quality you received, - you can do this here


    HM2 FAQ -- Quick Start HM2 Guide -- Licensing -- Postgresql issues -- Top 10 Performance Tips

Similar Threads

  1. Adding alias's
    By Lunatic973 in forum Manager General
    Replies: 2
    Last Post: 07-21-2009, 01:02 PM
  2. Adding stats to Players tab
    By LanceFire in forum Manager General
    Replies: 1
    Last Post: 06-01-2009, 01:25 PM
  3. Does adding in the alias twice duplicate figures?
    By Dr1Gonzo in forum Manager General
    Replies: 3
    Last Post: 03-19-2009, 04:22 PM
  4. Adding stats to players tab
    By danped in forum Manager General
    Replies: 1
    Last Post: 11-14-2008, 12:06 PM
  5. Alias for 'All Players'
    By Rant2112 in forum Manager General
    Replies: 1
    Last Post: 10-30-2008, 01:18 PM

Tags for this Thread

Posting Permissions

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