Yes, this is not an ordinary chat module - I'm talking about a chat that will allow you to:
In addition, within the chat rooms, you could manage :
- number of chat rooms
- access (by password)
- the maximum number of chatters in a chat room
- moderators
- various options (webcam, sound, virtual gifts...)
- and many other things
Let me share with you my experience with this Chat system:
- Level : experienced user (but doesn't need to be an expert)
- Requirements: A Linux-based Web server like Virtual Private Server or dedicated servers for example. (It's also possible to use a 123flashchat server)
- Constraints: free version allows only for 10 chatteurs at same time
If you would like to see a demo, please go to here and choose a chat room !
Requirements: http://www.123flashchat.com/docs/v95/Server-Requirement
Download Linux version from http://www.123flashchat.com/download.html
Follow the installation procedure (very easy) here : http://www.123flashchat.com/docs/v95/For-Linux-User
Now, you can show the Chat here: http://mysite.fr:35555
Admin management will be here: http://mysite.fr:35555/admin-panel.html
Login management (Single sign-on) :
in fact, we could used the login/password table from XOOPS to use 123flashchat. We don't need to create another different login. You can use following data:
- Parameter system
- Integration Group
- Database Host: localhost
- Database Name: name of the XOOPS DB
- Database User: name of the XOOPS DB user
- Database password: password of the XOOPS DB
- database user table: xxx_users
- Username Field : uname
- password field: pass
- Enable MD5: YES
Now, we could integrate this chat with XOOPS
Download :
http://www.123flashchat.com/download/xoops_mod_for_123flashchat.zip
Follow installation procedure in the zip file (readme.txt)
- In the directory flashchatconf, Add an index.html file (just like another index.html file in XOOPS structure)
- On flashchatconf, Edit config.php: $running_mode=1; (your own server)
- On flashchatconf, edit config_local.php :
-- $chat_client_root_path = "http://mysite.fr:35555/123flashchat.html";
-- $chat_data_path = "/opt/123FlashChat9.6/server/data/default/";
-- $primary_server_port = 35555;
- Modify the chatwinsize.php file at line 53:
echo 'Go Chat !';
Create a custom block, and add:
Save in php mode.
Inside the block you will find: number of chat rooms, number of connected chatters, and their names
Sure, this is a very high level tutorial, but it's easy, just take some time to install and configure.
If you have questions, please contact me directly, or post them in this forum thread.
- Admin : chat rooms type management
- Front office : http://www.123flashchat.com/docs/v95/View-Manual
- Chat Rooms managment : http://www.123flashchat.com/docs/v95/Room-Settings-Manual
|