I want to set up the bad word filter in phpBB and do not want to enter each word individually which seems to be the only method provided on the built in admin panel.
At http://www.4cm.com/badwordlist/ there is a script that installs a bad word list but I can't see how to execute it in my totalchoice account.
The script has a series of lines like this in it :
INSERT INTO phpbb_words (word_id, word, replacement) VALUES (1, '*damn', '*beep*');
I don't recognize INSERT INTO as a shell command and even if it is we don't have shell access on totalchoice, do we ? So how do I get these commands executed. Someone suggested that I can do this by installing phpAdMin but that is as big a job with as steep a learning curve as setting up phpBB and I'd rather avoid that and concentrate on getting the forum running.
Thanks.