mibew/src/messenger/webim
Fedor A. Fetisov afa06b21e2 Bug fix
Properly check file handler before making use of it in common.php
2013-09-13 14:34:32 +04:00
..
images Fix files' permissions 2013-09-11 19:35:17 +04:00
install Fix HTML attributes markup 2013-09-06 15:34:42 +04:00
js Fix files' permissions 2013-09-11 19:35:17 +04:00
libs Bug fix 2013-09-13 14:34:32 +04:00
locales Fix files' permissions 2013-09-11 19:35:17 +04:00
operator Fix files' permissions 2013-09-11 19:35:17 +04:00
sounds [2141253] Play sound when visitor appears in the queue 2008-10-01 22:56:46 +00:00
styles Fix HTML attributes markup 2013-09-06 15:34:42 +04:00
view Enable default conversion of single quotes during HTML entities conversion 2013-09-06 17:08:27 +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 Fix multiple XSS vulnerabilities (including CVE-2012-0829) 2013-09-06 14:31:07 +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 multiple XSS vulnerabilities (including CVE-2012-0829) 2013-09-06 14:31:07 +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 Fix multiple XSS vulnerabilities (including CVE-2012-0829) 2013-09-06 14:31:07 +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 Fix multiple XSS vulnerabilities (including CVE-2012-0829) 2013-09-06 14:31:07 +04:00
README Fix steps enumeration in README file 2013-08-04 13:38:17 +04:00
thread.php apache 2 license in php headers 2013-03-06 22:22:53 +01: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>
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 /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.