Code:
DROP TABLE IF EXISTS nuke_quiecom_shoutblock;
DROP TABLE IF EXISTS nuke_quiecom_shoutblock_censor;
DROP TABLE IF EXISTS nuke_quiecom_shoutblock_conf;
DROP TABLE IF EXISTS nuke_quiecom_shoutblock_emoticons;
DROP TABLE IF EXISTS nuke_quiecom_shoutblock_ipblock;
DROP TABLE IF EXISTS nuke_quiecom_shoutblock_nameblock;
DROP TABLE IF EXISTS nuke_shoutbox;
CREATE TABLE nuke_shoutbox (
id int(9) DEFAULT '0' NOT NULL auto_increment,
name varchar(20) NOT NULL,
comment text NOT NULL,
date varchar(10) NOT NULL,
time varchar(10) NOT NULL,
ip varchar(39),
PRIMARY KEY (id)
);
INSERT INTO nuke_shoutbox (id, name, comment, date, time, ip) VALUES (1,'OurScripts.net','Thank You for trying this out!','03-22-04','24:00','noip');
DROP TABLE IF EXISTS nuke_shoutbox_conf;
CREATE TABLE nuke_shoutbox_conf (
id int(9) DEFAULT '0' NOT NULL auto_increment,
color1 varchar(20) NOT NULL,
color2 varchar(20) NOT NULL,
date varchar(5) NOT NULL,
time varchar(5) NOT NULL,
number varchar(5) NOT NULL,
ipblock varchar(5) NOT NULL,
nameblock varchar(5) NOT NULL,
censor varchar(5) NOT NULL,
tablewidth varchar(3) NOT NULL,
urlonoff varchar(5) NOT NULL,
delyourlastpost varchar(5) NOT NULL,
anonymouspost varchar(5) NOT NULL,
height varchar(5) NOT NULL,
themecolors varchar(5) NOT NULL,
textWidth varchar(4) NOT NULL,
nameWidth varchar(4) NOT NULL,
smiliesPerRow varchar(4) NOT NULL,
reversePosts varchar(4) NOT NULL,
PRIMARY KEY (id)
);
INSERT INTO nuke_shoutbox_conf (id, color1, color2, date, time, number, ipblock, nameblock, censor, tablewidth, urlonoff, delyourlastpost, anonymouspost, height, themecolors, textWidth, nameWidth, smiliesPerRow, reversePosts) VALUES (1,'#EBEBEB','#FFFFFF' ,'yes' ,'yes','10','yes','yes','yes','150','yes','yes','no','150','no','20','10','7','no');
DROP TABLE IF EXISTS nuke_shoutbox_emoticons;
CREATE TABLE nuke_shoutbox_emoticons (
id int(9) DEFAULT '0' NOT NULL auto_increment,
text varchar(20) NOT NULL,
image varchar(70) NOT NULL,
PRIMARY KEY (id)
);
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (4,':confused:', '<img src=images/blocks/shout_box/confused.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (5,':sigh:', '<img src=images/blocks/shout_box/sigh.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (8,':sleep:', '<img src=images/blocks/shout_box/sleep.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (9,':upset:', '<img src=images/blocks/shout_box/upset.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (11,':none:', '<img src=images/blocks/shout_box/none.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (15,':eek:', '<img src=images/blocks/shout_box/bigeek.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (16,':rolleyes:', '<img src=images/blocks/shout_box/rolleyes.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (17,':mad:', '<img src=images/blocks/shout_box/mad.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (18,':yes:', '<img src=images/blocks/shout_box/yes.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (19,':no:', '<img src=images/blocks/shout_box/no.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (20,':shy:', '<img src=images/blocks/shout_box/shy.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (21,':laugh:', '<img src=images/blocks/shout_box/laugh.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (22,':dead:', '<img src=images/blocks/shout_box/dead.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (23,':cry:', '<img src=images/blocks/shout_box/cry.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (24,':)', '<img src=images/blocks/shout_box/smile.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (25,':(', '<img src=images/blocks/shout_box/sad.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (26,';)', '<img src=images/blocks/shout_box/smilewinkgrin.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (27,':|', '<img src=images/blocks/shout_box/none.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (28,':-)', '<img src=images/blocks/shout_box/smile.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (29,':-(', '<img src=images/blocks/shout_box/sad.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (30,';-)', '<img src=images/blocks/shout_box/smilewinkgrin.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (31,':-|', '<img src=images/blocks/shout_box/none.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (32,':0', '<img src=images/blocks/shout_box/bigeek.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (33,'B)', '<img src=images/blocks/shout_box/cool.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (34,':D', '<img src=images/blocks/shout_box/biggrin.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (35,':P', '<img src=images/blocks/shout_box/bigrazz.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (36,':B', '<img src=images/blocks/shout_box/bigrazz.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (37,'B-)', '<img src=images/blocks/shout_box/cool.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (38,':-D', '<img src=images/blocks/shout_box/biggrin.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (39,':-P', '<img src=images/blocks/shout_box/bigrazz.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (40,':O', '<img src=images/blocks/shout_box/bigeek.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (41,'b)', '<img src=images/blocks/shout_box/cool.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (42,':d', '<img src=images/blocks/shout_box/biggrin.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (43,':p', '<img src=images/blocks/shout_box/bigrazz.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (44,':b', '<img src=images/blocks/shout_box/bigrazz.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (45,'b-)', '<img src=images/blocks/shout_box/cool.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (46,':-d', '<img src=images/blocks/shout_box/biggrin.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (47,':-p', '<img src=images/blocks/shout_box/bigrazz.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (48,':-b', '<img src=images/blocks/shout_box/bigrazz.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (49,':o', '<img src=images/blocks/shout_box/bigeek.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (50,'o_O', '<img src=images/blocks/shout_box/bigeek.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (51,'O_o', '<img src=images/blocks/shout_box/bigeek.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (52,'o_o', '<img src=images/blocks/shout_box/bigeek.gif>');
INSERT INTO nuke_shoutbox_emoticons (id, text, image) VALUES (53,'O_O', '<img src=images/blocks/shout_box/bigeek.gif>');
DROP TABLE IF EXISTS nuke_shoutbox_ipblock;
CREATE TABLE nuke_shoutbox_ipblock (
id int(9) DEFAULT '0' NOT NULL auto_increment,
name varchar(50) NOT NULL,
PRIMARY KEY (id)
);
DROP TABLE IF EXISTS nuke_shoutbox_nameblock;
CREATE TABLE nuke_shoutbox_nameblock (
id int(9) DEFAULT '0' NOT NULL auto_increment,
name varchar(50) NOT NULL,
PRIMARY KEY (id)
);
DROP TABLE IF EXISTS nuke_shoutbox_censor;
CREATE TABLE nuke_shoutbox_censor (
id int(9) DEFAULT '0' NOT NULL auto_increment,
text varchar(30) NOT NULL,
replacement varchar(30) NOT NULL,
PRIMARY KEY (id)
);
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (1,'\@\$\$', 'butt');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (2,'a\$\$', 'butt');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (3,'anton', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (4,'arse', 'butt');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (5,'arsehole', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (6,'ass', 'butt');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (7,'ass muncher', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (8,'asshole', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (9,'asstooling', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (10,'asswipe', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (11,'b\!tch', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (12,'b17ch', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (13,'b1tch', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (14,'bastard', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (15,'beefcurtins', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (16,'bi7ch', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (17,'bitch', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (18,'bitchy', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (19,'boiolas', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (20,'bollocks', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (21,'breasts', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (22,'brown nose', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (23,'bugger', 'd***');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (24,'butt pirate', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (25,'c0ck', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (26,'cawk', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (27,'chink', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (28,'clitsaq', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (29,'cock', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (30,'cockbite', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (31,'cockgobbler', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (32,'cocksucker', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (33,'cum', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (34,'cunt', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (35,'dago', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (36,'daygo', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (37,'dego', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (38,'dick', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (39,'dick wad', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (40,'dickhead', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (41,'dickweed', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (42,'douchebag', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (43,'dziwka', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (44,'ekto', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (45,'enculer', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (46,'faen', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (47,'fag', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (48,'faggot', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (49,'fart', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (50,'fatass', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (51,'feg', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (52,'felch', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (53,'ficken', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (54,'fitta', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (55,'fitte', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (56,'flikker', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (57,'fok', '$#%!');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (58,'f***', '$#%!');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (59,'fu\(k', '$#%!');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (60,'f***er', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (61,'f***ing', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (62,'fuckwit', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (63,'fuk', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (64,'fuking', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (65,'futkretzn', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (66,'fux0r', '$#%!');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (67,'gook', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (68,'h0r', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (69,'handjob', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (70,'helvete', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (71,'honkey', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (72,'hore', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (73,'hump', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (74,'injun', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (75,'kawk', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (76,'kike', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (77,'knulle', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (78,'kraut', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (79,'kuk', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (80,'kuksuger', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (81,'kurac', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (82,'kurwa', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (83,'langer', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (84,'masturbation', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (85,'merd', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (86,'motherfucker', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (87,'motherfuckingcocksucker', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (88,'mutherfucker', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (89,'nepesaurio', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (90,'nigga', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (91,'nigger', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (92,'nonce', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (93,'nutsack', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (94,'one\-eyed\-trouser\-snake', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (95,'penis', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (96,'picka', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (97,'pissant', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (98,'pizda', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (99,'politician', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (100,'prick', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (101,'puckface', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (102,'pule', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (103,'pussy', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (104,'puta', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (105,'puto', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (106,'rimjob', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (107,'rubber', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (108,'scheisse', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (109,'schlampe', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (110,'schlong', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (111,'screw', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (112,'s**t', '****');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (113,'shiteater', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (114,'shiz', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (115,'skribz', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (116,'skurwysyn', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (117,'slut', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (118,'spermburper', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (119,'spic', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (120,'spierdalaj', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (121,'splooge', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (122,'spunk', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (123,'tatas', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (124,'tits', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (125,'toss the salad', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (126,'twat', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (127,'unclefucker', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (128,'vagina', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (129,'vittu', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (130,'votze', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (131,'wank', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (132,'wanka', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (133,'wanker', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (134,'wankers', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (135,'wankstain', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (136,'whore', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (137,'wichser', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (138,'wop', '[censored]');
INSERT INTO nuke_shoutbox_censor (id, text, replacement) VALUES (139,'yed', '[censored]');
DROP TABLE IF EXISTS nuke_shoutbox_date;
CREATE TABLE nuke_shoutbox_date (
id int(5) DEFAULT '0' NOT NULL auto_increment,
date varchar(10) NOT NULL,
time varchar(10) NOT NULL,
PRIMARY KEY (id)
);
INSERT INTO nuke_shoutbox_date (id, date, time) VALUES (1,'d-m-Y','g:i:a');
|