|
How to add a chat room to your PHP-Nuke How to add a chat room to your PHP-NukeTo add a feature-rich chat room to your PHP-Nuke, please refer to the following instructions. Firstly,please download PHP-Nuke chat module, and uncompress the package. Then copy the following files.1. Copy: blocks/block-123_Flash_Chat_Server.php 2. Copy: folder modules/123flashchat/ Secondly, configure PHP-Nuke chat module's running mode.1. Please choose the running mode according to your need. Configuration path: Please configure the following parameters: Configuration reference: (1) Chat server is hosted by your own ($running_mode = 1). Configuration path: Configure the following parameters: (2) Chat server is hosted by 123flashchat.com ($running_mode = 2). Configuration path: Configure the following parameters: Configuration reference: (3) Chat server is hosted by 123flashchat.com free of charge ($running_mode = 3). Configuration path: Configure the following parameters: Thirdly, install the module in the admin panelPlease enter your PHP-Nuke website admin panel -> Blocks -> Add a New Block -> configure as following:
Fourthly, integrate your chat with PHP-Nuke user database, after doing that, users can single sign-on your PHP-Nuke chat, it means they won't have to enter their accounts again. If you choose running mode (1) or mode (2), you need to set Auth-URL by following the instructions below. 1 Log in the Chat Admin Panel 2 System Settings -> Integrate Panel ->DataBase -> SELECT: URL -> edit
3 Change URL to
4 Press OK to save your setting. 5 Restart chat server at System Management -> Restart The following image describes how auth-URL integration works.
The Auth-URL application will perform as the communicating medium of the chat server and the database, i.e.: in fact, when a user logs on a chat server, the server won't connect to the user database directly, instead, it will send the username and password to the Auth- URL. Then the Auth- URL requests the database to authenticate the user. Finally, the Auth- URL will return the feedback to the chat server in a predefined way, whether approved or declined. Integration done, enjoy your chat.
If you have any questions about chat room, please visit http://www.123flashchat.com/faq.html. |
![]()
![]()
![]()
![]()
| |||||||










