MyBB Community Forums

Full Version: NOOOO! HELP!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i deleted the thing in the mysql called "mybb_badword" Can some1 post on how to get it back or post the file which can get it back for me?! PLEASE!!!
Here u go...
-- 
-- Table structure for table `mybb_badwords`
-- 

CREATE TABLE `mybb_badwords` (
  `bid` int(10) unsigned NOT NULL auto_increment,
  `badword` varchar(100) collate latin1_general_ci NOT NULL default '',
  `replacement` varchar(100) collate latin1_general_ci NOT NULL default '',
  PRIMARY KEY  (`bid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=23 ;

-- 
-- Dumping data for table `mybb_badwords`
-- 

INSERT INTO `mybb_badwords` VALUES (1, 'fuck', '*****');
INSERT INTO `mybb_badwords` VALUES (3, 'shit', '*****');
INSERT INTO `mybb_badwords` VALUES (8, 'cunt', '*****');
INSERT INTO `mybb_badwords` VALUES (6, 'damn', '*****');
INSERT INTO `mybb_badwords` VALUES (7, 'bastard', '*****');
INSERT INTO `mybb_badwords` VALUES (9, 'slut', '*****');
INSERT INTO `mybb_badwords` VALUES (10, 'whore', '*****');
INSERT INTO `mybb_badwords` VALUES (11, 'nigger', '*****');
INSERT INTO `mybb_badwords` VALUES (12, 'dick', '*****');
INSERT INTO `mybb_badwords` VALUES (13, 'cock', '*****');
INSERT INTO `mybb_badwords` VALUES (14, 'anal', '*****');
INSERT INTO `mybb_badwords` VALUES (15, 'ass', '*****');
INSERT INTO `mybb_badwords` VALUES (16, 'jew', '*****');
INSERT INTO `mybb_badwords` VALUES (17, 'cheater', '*****');
INSERT INTO `mybb_badwords` VALUES (20, 'mpc', '*****');
INSERT INTO `mybb_badwords` VALUES (21, 'cheat', '*****');
INSERT INTO `mybb_badwords` VALUES (22, 'bitch', '*****');

-- --------------------------------------------------------
billy, i need "mybb_badword" not "mybb_badwords" see the diff?
There is no table called mybb_badword in MyBB.
ummm, Thats cause it comes with installing the Arcade Toungue I accidentally deleted it in my sttempt to re-install the Arcade.
CREATE TABLE ibf_badword (
				  wid int(3) NOT NULL auto_increment,
				  type varchar(250) NOT NULL default '',
				  swop varchar(250) NOT NULL default '',
				  m_exact tinyint(1) NOT NULL default '0',
				  UNIQUE KEY wid (wid)
				)
thanyou SOOOO much!! hope it works!!
OMG...the arcade databases in myforum SQL won't delete!!
More details?