i18n/src/messenger/webim
2012-03-17 14:39:58 +00:00
..
images invitation patch by Fedor Fetisov 2011-04-07 10:34:37 +02:00
install Added pergroups settings 2012-03-13 17:26:18 +00:00
js Added ability to select group in leavemessage form. 2012-03-09 19:40:07 +00:00
libs Fixed bug in visitor's tracking 2012-03-17 14:39:58 +00:00
locales Added sorting at operators page 2012-03-15 21:46:22 +00:00
operator Replaced 'operator_get_all' and 'get_operators_from_adjacent_groups' functions by 'get_operators_list' function 2012-03-15 22:07:09 +00:00
sounds [2141253] Play sound when visitor appears in the queue 2008-10-01 22:56:46 +00:00
styles Added ability to select group in leavemessage form. 2012-03-09 19:40:07 +00:00
view Added sorting at operators page 2012-03-15 21:46:22 +00:00
.htaccess fix cr in .htaccess; disable drop tables; do not show change password/delete install folder if admin has password; check file permissions/checksum 2011-03-04 23:01:24 +01:00
b.php Replaced all mysql_close by close_connection, except for the directory /install 2011-11-21 17:52:19 +00:00
button.php create button.php (for compatibility) 2011-02-16 01:26:02 +01:00
captcha.php fix captcha 2011-02-16 01:40:39 +01:00
client.php Added pergroups settings 2012-03-13 17:26:18 +00:00
COPYING 1.6.4 released 2011-03-05 23:06:30 +01:00
default.css Added pergroups settings 2012-03-13 17:26:18 +00:00
epl-v10.html refactor folder structure 2008-09-29 16:04:30 +00:00
gpl-2.0.txt combined license 2009-08-04 15:00:48 +00:00
index.php 2011 copyrights 2011-02-16 01:22:22 +01:00
leavemessage.php Added pergroups settings 2012-03-13 17:26:18 +00:00
license.php 2011 copyrights 2011-02-16 01:22:22 +01:00
mail.php Added pergroups settings 2012-03-13 17:26:18 +00:00
README 2011 copyrights 2011-02-16 01:22:22 +01:00
request.php Implemented cross-domain invitations 2011-12-15 08:13:40 +00:00
thread.php Replaced all mysql_close by close_connection, except for the directory /install 2011-11-21 17:52:19 +00:00
VERSION update version: 1.6.4 2011-02-16 01:47:12 +01:00

Mibew Messenger
Copyright (c) 2005-2011 Mibew Messenger Community

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.