[HELP]Ascent NCDB Rev's

Results 1 to 5 of 5
  1. #1
    Member quickmasta is offline
    MemberRank
    Sep 2006 Join Date
    Far Far AwayLocation
    33Posts

    [HELP]Ascent NCDB Rev's

    I checked allmost every Rev and why there isnt no Banned_phrases.sql file??
    And i Try to run a server it says error missing Banned_phrases blah blah blah...

    Will sql updates replace the whole file of banned_phrases.sql?


  2. #2
    Member IronAngel is offline
    MemberRank
    Mar 2006 Join Date
    39Posts

    Re: [HELP]Ascent NCDB Rev's

    execute all sql update from Ncdb

  3. #3
    Member quickmasta is offline
    MemberRank
    Sep 2006 Join Date
    Far Far AwayLocation
    33Posts

    Re: [HELP]Ascent NCDB Rev's

    You see they where not contain Sql updates, they only Contain Tool.bat,world tables and stuff.

  4. #4
    Sorcerer Supreme jab416171 is offline
    Member +Rank
    Sep 2007 Join Date
    377Posts

    Re: [HELP]Ascent NCDB Rev's

    banned_phrases isn't really that necessary.
    But here it is if you REALLY want it :P
    Code:
    DROP TABLE IF EXISTS `banned_phrases`;
    
    CREATE TABLE `banned_phrases` (
      `phrase` varchar(250) collate utf8_unicode_ci NOT NULL,
      PRIMARY KEY  (`phrase`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

  5. #5
    Elite Member Kirth is offline
    Member +Rank
    Nov 2007 Join Date
    112Posts

    Re: [HELP]Ascent NCDB Rev's

    Download the "sql updates" zip file from the folowing topic;
    http://forum.ragezone.com/f114/ascen...6-07-a-324372/



Advertisement