**************************************************************************
**                                                                      **
Drupal: Web Site System                                      		    **
Module for 123 Web Messenger Server Software                          	**
**                                                                      **
**======================================================================** 
**                                                                      **
**                                                                      **
**                                                                      **
** Copyright (c) by TopCMM 					                            **
** Daniel Jiang (support@123flashchat.com)          	         		**
** http://www.topcmm.com					                        	**
** http://www.123flashchat.com                                          **
** http://drupal.org/                                                   **
**                                                                      **
**  Drupal Version : 7.16                                               **
**  Test Version : 7.16 ,7.14                                           **
**  Version : 1.0                                                       **
**************************************************************************
####################################################################################################################
## Notes:                                                                                                         ##
##                                                                                                                ##
##     IMPORTANT!!!!                                                                                              ##
##     If you need to use the chat service on a local server, before installing this module, please               ##
##     download 123 Flash Chat Server Software first from this page:                                              ##
##     http://www.123flashchat.com/download.html                                                                  ##
##     You may get the latest free demo version of 123 flash chat server software there.                          ##
##                                                                                                                ## 
##     And you can get professional support here: http://www.123flashchat.com/support.html                        ##
##     We provide online forum support, email support, etc.                                                       ##
##                                                                                                                ##
##     Good luck and have a nice day!                                                                             ##
##                                                                                                                ##
####################################################################################################################
## Before Adding This MOD to Your Drupal, You Should Backup All The Files Related to This MOD                    	  ##
####################################################################################################################

Step 1, Upload and Install:

		1. login web site with admin account.

		2. Find "Modules" in the web site top menu and click. 
		
		3. Find and click "Install new module";
		
			If you use "Install from a URL" , please use this url :
				http://www.123flashchat.com/download/drupal_mod_for_123webmessenger.tar.gz
				
			If you use "Upload a module or theme archive to install" :
				please choose "123webmessenger.tar.gz" to upload.
			
		4. Click Install to install 123webmessenger module, and then click "Enable newly added modules".

		5. Find "TOPCMM" -> "123 Web Messenger",  check it.

		6. Click "Save configuration" to enable this module.

Step 2, Configure module:

    		1. Find 123 Web Messenger at the top menu and click Settings.

    		2. Configure and save the Settings.

Step 3, Add 123WebMessenger bar:
			
			1. Find "Structure" in the web site top menu and click. 
			
			2. Click "Blocks", then find '123 Web Messenger Bar',set "REGION" column to "Footer".
			
Step 4, Integrate your chat with Drupal user database:

    Intro: For those who chooses running chat on [123WebMessenger Server Hosted By Your Own] or [123WebMessenger Server Hosted By 123FlashChat], database integration is necessary,
    please follow the instructions below.

            1. Drupal Admin Panel -> 123 Web Messenger ->  Admin Panel, Log in the Admin Panel of your 123 Web Messenger server using 123WebMessenger admin account.

	         OPEN: System Settings-> Integration Panel

            2. For DataBase, SELECT: URL, and click "edit"

            3. Change URL to:

				http://<Drupal install directory>/?q=login_chat&username=%username%&password=%password%

            4. Press OK to save the setting.
			
