created on 08 May 2008, by Syndication, read more…
A couple of days ago I was adding entries to my ban related tables via phpbb's administration tools. After awhile, I quickly tired of serially adding an entry and then submitting it. I decided to dump the three tables in question and then modify them by hand. Plus that, I wanted to review the MySQL syntax.
Here are a series of create and insert statements for MySQL. I modified some of the entry values with "x", "!", "?" as to not offend some readers.
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; -- -- Table structure for table `phpbb_banlist` --