tray/src/messenger/webim
2013-03-13 15:38:23 +00:00
..
images invitation patch by Fedor Fetisov 2011-04-07 10:34:37 +02:00
install Use md5 hashes as request buffer keys 2013-03-13 15:38:22 +00:00
js Update Marionette.js to v1.0.0-rc6 2013-03-13 15:38:23 +00:00
libs Overcome third-party cookies limitation in safari 5 2013-03-13 15:38:23 +00:00
locales Add network problems detection mechanism to operator/users.php 2013-03-13 15:38:23 +00:00
operator There is no KIND_AVATAR message kind any more 2013-03-13 15:38:23 +00:00
sounds [2141253] Play sound when visitor appears in the queue 2008-10-01 22:56:46 +00:00
styles Rename 'silver' dialog style to 'default' one 2013-03-13 15:38:23 +00:00
view Add network problems detection mechanism to operator/users.php 2013-03-13 15:38:23 +00:00
.htaccess Update access permissions 2013-03-13 15:38:22 +00:00
b.php Replace thread related functions by Thread's methods 2013-03-13 15:32:41 +00:00
button.php apache 2 license in php headers 2013-03-06 22:22:53 +01:00
captcha.php Create application initialization script 2013-03-13 15:32:40 +00:00
client.php Use various page name for agent and user chat 2013-03-13 15:38:22 +00:00
default_ie.css Completely rewrite User's JavaScript application 2013-03-13 15:32:48 +00:00
default.css Update styles preview system to work with JavaScript applications 2013-03-13 15:38:23 +00:00
index.php apache 2 license in php headers 2013-03-06 22:22:53 +01:00
leavemessage.php Replace thread related functions by Thread's methods 2013-03-13 15:32:41 +00:00
LICENSE apache 2 license (started); upgrade version to 1.6.5 2013-03-05 00:24:26 +01:00
license.php Create application initialization script 2013-03-13 15:32:40 +00:00
mail.php Implement new chat system 2013-03-13 15:32:42 +00:00
README remove eclipse files; update version to 1.6.5; fix headers 2013-03-06 22:32:31 +01:00
request.php Overcome third-party cookies limitation in safari 5 2013-03-13 15:38:23 +00:00
thread.php Create base class for Client Side Request Processors 2013-03-13 15:32:45 +00:00
VERSION apache 2 license (started); upgrade version to 1.6.5 2013-03-05 00:24:26 +01:00

Mibew Messenger
Copyright 2005-2013 the original author or authors.

REQUIREMENTS

 * Apache web server 1.3.34 or above
 * MySQL database 5.0 or above
 * PHP 4.x or above with MySQL support

INSTALLATION

1. Create folder with name 'webim' in the root of your website.
2. Upload all the files contained in this archive (retaining the directory structure) into created folder.
   Be sure to chromo the webim folder to 755 and the install folder to 644.
3. Add a MySQL database with the name 'webim'
4. Edit /webim/libs/config.php to the information needed to connect to the database
5. Using your web browser visit http://<yourdomain>/webim/install/ and
   hit 'Create tables'
6. Remove /webim/install/ directory from your server
7. Logon as
                  user: admin
                  password: <empty>
7. Get button code and setup it on your site.
8. Change your password and name.
9. Wait for your visitors on 'Pending users' page.

On unix/linux platforms change the owner of /webim/images/avatar folder 
to the user, under which the web server is running (for instance, www).
The owner should have all rights on the folder /webim/images/avatar 
(chmod 700 /webim/images/avatar).

UPDATE

1. Backup your /webim/libs/config.php
2. Backup your /webim/images/avatar folder.
3. Delete the items in the webim folder on the server.
4. Upload all the files contained in the downloaded archive (retaining the directory structure) into webim folder.
5. Re-edit the MySQL database settings you config.php
6. Visit http://<yourdomain>/webim/install/ and follow the instructions to update database (if needed).
7. Remove /webim/install/ directory from your server
8. Restore contents of /webim/images/avatar folder.