..also, there are no references to the table prefix in the phpBB pages (index.php, viewtopic.php etc). The table prefix is stored in in the variable $table_prefix in config.php as posted by Carbonize and the actual table name is defined as a constant in constants.php
Therefore the many thousands of SQL queries contain constants instead of strings, i.e. "SELECT * FROM " . USERS_TABLE; -- <http://forum.pspad.com/read.php?2,37259,37265> PSPad freeware editor http://www.pspad.com
