It's very easy 1. tell phpbb to know you new table // // OPEN FILE // includes/constants.php // // FIND THIS CODE // ?> // // BEFORE ADD // define('CD_TABLE', $table_prefix.'your table name'); define('TRACK_TABLE', $table_prefix.'your table name'); define('ARTIST_TABLE', $table_prefix.'your table na...