it's not a mod...

Just word censors. Here's a partial export:
Code: Select all
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (9, 'u', '<span style=''color:blue'' title=''ignorance is bliss''>you</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (10, 'ur', '<span style=''color:blue'' title=''ignorance is bliss''>your</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (11, 'som*tin', '<span style=''color:blue'' title=''ignorance is bliss''>something</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (12, 'r', '<span style=''color:blue'' title=''ignorance is bliss''>are</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (13, 'b_4', '<span style=''color:blue'' title=''ignorance is bliss''>before</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (14, 'a_ny1', '<span style=''color:blue'' title=''ignorance is bliss''>anyone</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (15, 'n_e1', '<span style=''color:blue'' title=''ignorance is bliss''>anyone</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (16, 'b_e4', '<span style=''color:blue'' title=''ignorance is bliss''>before</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (17, 't_hx', '<span style=''color:blue'' title=''ignorance is bliss''>thanks</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (18, '1_0x', '<span style=''color:blue'' title=''ignorance is bliss''>thanks</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (21, 'p_ls', '<span style=''color:blue'' title=''ignorance is bliss''>please</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (22, 'p_lz', '<span style=''color:blue'' title=''ignorance is bliss''>please</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (24, 'w_ot', '<span style=''color:blue'' title=''ignorance is bliss''>what</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (25, 's_ome1', '<span style=''color:blue'' title=''ignorance is bliss''>someone</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (26, '4_get', '<span style=''color:blue'' title=''courtesy of neyo''>forget</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (27, '4_got', '<span style=''color:blue'' title=''courtesy of neyo''>forgot</span>');
(remove the underscores in the word fields to get the uncensored version)
There is a phpbb bug though: quote a post that has words that'll be substituted..

.. kinda mangles code posts
