Account table fix menu

User Tag List

Results 1 to 7 of 7
  1. #1
    Lich King's Avatar Contributor
    Reputation
    100
    Join Date
    May 2007
    Posts
    911
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Account table fix

    This isn't really a release, but I've been seeing alot of people needing this, so I decided to share. Some people have been seeing the logonserver say that it needs the column "encrypted password" like this:


    This is the fix for that. Just delete your old accounts table and run this querie:
    CREATE TABLE `accounts` (
    `acct` bigint(20) unsigned NOT NULL auto_increment,
    `login` varchar(255) collate utf8_unicode_ci NOT NULL default '',
    `password` varchar(2 collate utf8_unicode_ci NOT NULL default '',
    `encrypted_password` varchar(40) collate utf8_unicode_ci NOT NULL default '',
    `gm` varchar(27) collate utf8_unicode_ci NOT NULL default '',
    `banned` int(1) unsigned NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00',
    `lastip` varchar(15) collate utf8_unicode_ci NOT NULL default '',
    `email` varchar(50) collate utf8_unicode_ci NOT NULL default '',
    `flags` int(11) unsigned NOT NULL default '0',
    `forceLanguage` varchar(5) collate utf8_unicode_ci NOT NULL default 'enUS',
    `muted` int(30) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=45 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
    Well.. thats it :wave:

    Account table fix
  2. #2
    Akenatehm's Avatar Member
    Reputation
    9
    Join Date
    Mar 2008
    Posts
    112
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice Work Betrayer, I don't need to use it but I know many people will find it useful.

  3. #3
    Lich King's Avatar Contributor
    Reputation
    100
    Join Date
    May 2007
    Posts
    911
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Akenatehm View Post
    Nice Work Betrayer, I don't need to use it but I know many people will find it useful.
    Yeah, I know, I've been seeing alot of threads asking about this problem, so decided to give to everyone so we don't have a bunch of threads about it

  4. #4
    Akenatehm's Avatar Member
    Reputation
    9
    Join Date
    Mar 2008
    Posts
    112
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cool. This might seem a little off topic but are you currently working on a Database?

  5. #5
    Lich King's Avatar Contributor
    Reputation
    100
    Join Date
    May 2007
    Posts
    911
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Umm.. not really

  6. #6
    Akenatehm's Avatar Member
    Reputation
    9
    Join Date
    Mar 2008
    Posts
    112
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you please add me on MSN Akenatehm at hotmail dot com, I really need to talk to you about something.

  7. #7
    Lich King's Avatar Contributor
    Reputation
    100
    Join Date
    May 2007
    Posts
    911
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok.. I added you

Similar Threads

  1. GM In account tables.
    By Performer in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 08-09-2008, 05:21 PM
  2. Account Tables and how they should look?
    By Bisa in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 04-20-2008, 08:01 AM
  3. who has an sql of the accounts table
    By anonymous23 in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 02-03-2008, 02:13 PM
  4. [info] The account table set up!
    By runiker in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 01-28-2008, 05:00 PM
  5. Accounts table breaks everything
    By wilikas in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 09-02-2007, 07:56 AM
All times are GMT -5. The time now is 10:58 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search