Administration -> General Admin -> Configuration -> Cookie Settings -> Cookie Name */ $config['auth']['phpBB2']['cookieName'] = 'phpbb2mysql'; // ################################################################### // vBulletin 3 configuration /** * Database table prefix */ $config['auth']['vBulletin3']['tablePrefix'] = ''; /** * This is the vBulletin license key that you can find in the Members' Area that is used in creating cookies */ $config['auth']['vBulletin3']['licenseKey'] = 'LXXXXXXX'; // ################################################################### // Invision Power Board 2 configuration /** * Database table prefix */ $config['auth']['IPB2']['tablePrefix'] = 'ibf_'; /** * Cookie prefix */ $config['auth']['IPB2']['cookiePrefix'] = ''; ?>