Question: In the AccountSwitch.txt file it lists at the end: #-----[ SQL ]------------------------------------------ # ALTER TABLE prefix_users ADD PID VARCHAR(5) DEFAULT NULL; And i'm wondering, exactly where is this table supposed to be created? Does it not need to be within phpbb? You need to ch...