i18n/src/messenger/webim
2010-03-16 21:09:53 +00:00
..
images notifications on home page, warn if operator is offline 2010-01-15 23:47:35 +00:00
install add "Notifications Log" page, record sent mails, fast history search, fix redirection to groups 2010-01-10 13:39:49 +00:00
js copyright text in generated .js 2010-02-27 16:06:25 +00:00
libs extract get_operator_groupslist (fix for Java API) 2010-02-27 14:33:59 +00:00
locales initial sv by Sverok - Oliver Sundström, Nina Högberg, Andreas Brodin and David Stenström 2010-03-16 21:09:53 +00:00
operator extract get_operator_groupslist (fix for Java API) 2010-02-27 14:33:59 +00:00
sounds [2141253] Play sound when visitor appears in the queue 2008-10-01 22:56:46 +00:00
styles openwebim.org ->mibew.org 2009-10-13 20:47:19 +00:00
view jquery 1.3.2 -> 1.4.2 2010-02-27 14:24:41 +00:00
.htaccess Security fix for those who can't view button code. 2009-06-23 13:10:56 +00:00
button.php update year in headers 2010-01-07 22:14:29 +00:00
captcha.php update year in headers 2010-01-07 22:14:29 +00:00
client.php send new visitor notification 2010-01-16 00:42:28 +00:00
COPYING openwebim.org ->mibew.org 2009-10-13 20:47:19 +00:00
default.css notifications on home page, warn if operator is offline 2010-01-15 23:47:35 +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 update year in headers 2010-01-07 22:14:29 +00:00
leavemessage.php add "Notifications Log" page, record sent mails, fast history search, fix redirection to groups 2010-01-10 13:39:49 +00:00
license.php update year in headers 2010-01-07 22:14:29 +00:00
mail.php add "Notifications Log" page, record sent mails, fast history search, fix redirection to groups 2010-01-10 13:39:49 +00:00
README license, readme, update version to 1.6.2 2009-08-04 15:26:11 +00:00
thread.php update year in headers 2010-01-07 22:14:29 +00:00
VERSION -> 1.6.3 2009-10-13 21:02:06 +00:00

Mibew Messenger
Copyright (c) 2005-2009 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.