Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I am trying to add a list of words to be censored. So I found this site http://www.phpbbsmith.com/projects/phpbb3/word-censor-list.html
ph开发者_Go百科pBB stores forum post texts in a strange way (like: [BLOB - 115 B]), what is it? How it is done?BLOB (Binary Large Object) is a large collection of binary data stored in a database tabl
I have transfered a big phpbb3 database from a latin1 database to an utf-8 Everything went ok, now I need to change the \"strange\" characters in the database. Yesterday I found a method that worked,