mibew/src/messenger/webim
2013-09-26 17:14:54 +04:00
..
images Completely wiped out the old application name 2013-09-14 20:32:58 +04:00
install Update changelog 2013-09-25 00:13:34 +04:00
js Change version to 1.6.7 2013-09-25 00:11:20 +04:00
libs Remove useless double strings sanitizing 2013-09-25 15:29:57 +04:00
locales Fixed some localized constants 2013-09-26 17:14:54 +04:00
operator Fix missed db connection in escaping values when storing notification 2013-09-24 23:25:32 +04:00
sounds [2141253] Play sound when visitor appears in the queue 2008-10-01 22:56:46 +00:00
styles Add new localization constants 2013-09-14 22:15:36 +04:00
view Add new localization constants 2013-09-14 22:15:36 +04: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-04-06 23:40:06 +02:00
b.php Completely wiped out the old application name 2013-09-14 20:32:58 +04:00
button.php apache 2 license in php headers 2013-03-06 22:22:53 +01:00
captcha.php apache 2 license in php headers 2013-03-06 22:22:53 +01:00
client.php Fix bugs with extra escaping of special chars in requests related to operations with threads 2013-09-14 22:31:13 +04:00
default.css Merge branch 'v1.6.x' 2013-03-06 22:52:38 +01:00
index.php apache 2 license in php headers 2013-03-06 22:22:53 +01:00
leavemessage.php Rename some functions to decrease confusion with the old application name 2013-09-14 16:30:54 +04:00
LICENSE apache 2 license (started); upgrade version to 1.6.5 2013-03-05 00:24:26 +01:00
license.php apache 2 license in php headers 2013-03-06 22:22:53 +01:00
mail.php Completely wiped out the old application name 2013-09-14 20:32:58 +04:00
README Update README file to decrease confusion with the old application name 2013-09-14 16:28:50 +04:00
thread.php Prevent user from setting an empty name (see Issue #3) 2013-09-24 18:39:54 +04:00
VERSION Change version to 1.6.7 2013-09-25 00:11:20 +04: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 'mibew' 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 mibew folder to 755 and the install folder to 644.
3. Add a MySQL database with the name 'mibew'
4. Edit /mibew/libs/config.php to the information needed to connect to the database
5. Using your web browser visit http://<yourdomain>/mibew/install/ and
   hit 'Create tables'
6. Remove /mibew/install/ directory from your server
7. Logon as
                  user: admin
                  password: <empty>
8. Get button code and setup it on your site.
9. Change your password and name.
10. Wait for your visitors on 'Pending users' page.

On unix/linux platforms change the owner of /mibew/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 /mibew/images/avatar 
(chmod 700 /mibew/images/avatar).

UPDATE

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