1. Use the same Database for both programs when you install PhpMyChat.
2. Combine “c_reg_users” table into “phpbb_users” table.
3. Locate the “lib” directory for PhpMyChat.
4. Open each file and change all code that refers to “password” to “user_password” with out the quotes.
5. Locate and open config.lib.php
6. Change define("C_REG_TBL", 'c_reg_users'); to define("C_REG_TBL", 'phpbb_users');
7. Customize index.lib.php in the “lib” directory and remove the registration link so you can only register thru the phpBB side.
Anladığım kadarıyla yapmaya çalıştım ama tam anlamadığım için başarılı olamadım. Özellikle 2. Combine “c_reg_users” table into “phpbb_users” table. kısmını anlayamadım.
Yardımcı olabileceklere teşekkürler..



