java/src/messenger/webim
2013-07-08 10:24:34 +00:00
..
images Completely rewrite invitations 2013-05-23 15:02:10 +00:00
install Add field with close timestamp to the Thread class 2013-06-24 11:29:22 +00:00
js Update plugins message system. 2013-06-19 14:17:04 +00:00
libs Add statistics aggregation interval 2013-07-03 08:31:36 +00:00
locales Add statistics aggregation interval 2013-07-03 08:31:36 +00:00
operator Make operator's email field required 2013-07-08 10:24:34 +00:00
plugins Add hidden file to plugins directory to keep it in git 2013-04-08 12:12:58 +00:00
sounds
styles Update Handlebars to v1.0.0 and recompile templates 2013-06-17 13:36:19 +00:00
view Make operator's email field required 2013-07-08 10:24:34 +00:00
.htaccess
b.php
button.php
captcha.php
client.php Add an ability to start chat with specified operator 2013-05-29 15:31:30 +00:00
cron.php Remove messages indexing 2013-06-19 09:15:29 +00:00
default_ie.css Update license headers in CSS files 2013-05-23 15:12:27 +00:00
default.css Extend by thread statistics 2013-05-27 13:54:30 +00:00
index.php
LICENSE
license.php
mail.php
README remove eclipse files; update version to 1.6.5; fix headers 2013-03-06 22:32:31 +01:00
thread.php
VERSION
widget.php Fix bug with invitation state retrieving in widget.php 2013-05-24 12:40:58 +00: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.