27.05.2010, 21:50
i have two tables to login (mybb_users and mybb_players)
in mybb_userss i have global accounts (forums)
in mybb_players i have all player accounts (without password, but i want have global password from mybb_users).
the most important fields in mybb_users (without the special mybb field)
- uid (auto_increment) - its unique id of global account
- username
- password
the most important fields in mybb_players (without the money and other not important)
- uid (auto_increment) - it's unique id of player account
- gid - it's global account id
- username
in mybb_userss i have global accounts (forums)
in mybb_players i have all player accounts (without password, but i want have global password from mybb_users).
the most important fields in mybb_users (without the special mybb field)
- uid (auto_increment) - its unique id of global account
- username
- password
the most important fields in mybb_players (without the money and other not important)
- uid (auto_increment) - it's unique id of player account
- gid - it's global account id
- username