123 Flash Chat can integrate your existing user database, like that of your forum or portal system.
123 Flash Chat integrates phpBB, PHPNuke, PostNuke, AspNuke, etc.
A forum which doesn't have a database can not be integrated.
The modes of IntegratedOtherDatabases are:
None - not using an integrated database to authorize a user
Mysql - using a mysql database
Oracle - using an oracle database
ODBC - using ODBC DSN to connect a database
Common - using all kinds of databases, advanced setting
URL - using a web URL to authorize a user's login information.
Eg:
<IntegratedOtherDatabase mode="Mysql">
If it is set to "None", when a new user clicks "register", they will be registered in the chat room original register window
If set to "Mysql", "Oracle" or "common", then when a new user clicks "register", a new window will pop up and they will be directed to another URL which is pre-set in client.xml. |