tray/src/messenger/webim
Evgeny Gryaznov 5abce1e4b4 it buttons, proper green buttons
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@658 c66351dc-e62f-0410-b875-e3a5c0b9693f
2009-09-19 21:27:30 +00:00
..
images update logos 2009-08-31 15:57:44 +00:00
install operator email, password retrieval - part 1 2009-08-31 22:43:30 +00:00
js fix ie6 layout 2009-08-11 11:08:18 +00:00
libs operator email, password retrieval - part 1 2009-08-31 22:43:30 +00:00
locales it buttons, proper green buttons 2009-09-19 21:27:30 +00:00
operator fix image= parameter for hostgator 2009-09-01 08:50:11 +00:00
sounds [2141253] Play sound when visitor appears in the queue 2008-10-01 22:56:46 +00:00
styles better look in ie 2009-08-11 15:44:02 +00:00
view fix image= parameter for hostgator 2009-09-01 08:50:11 +00:00
.htaccess Security fix for those who can't view button code. 2009-06-23 13:10:56 +00:00
button.php Fix the problem (by Mohsen) when fpassthru is disabled. 2009-09-08 14:58:36 +00:00
captcha.php remove odd white spaces, unify headers 2009-08-04 16:30:39 +00:00
client.php show group name on leave message page, pass group id and referrer through leavemessage, clear group if redirected to operator not from the group, improved leave message after survey 2009-08-11 15:06:46 +00:00
COPYING update license 2009-08-05 10:32:04 +00:00
default.css operator email, password retrieval - part 1 2009-08-31 22:43:30 +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 remove odd white spaces, unify headers 2009-08-04 16:30:39 +00:00
leavemessage.php get rid of php warnings 2009-08-11 16:10:22 +00:00
license.php remove odd white spaces, unify headers 2009-08-04 16:30:39 +00:00
mail.php remove odd white spaces, unify headers 2009-08-04 16:30:39 +00:00
README license, readme, update version to 1.6.2 2009-08-04 15:26:11 +00:00
thread.php remove odd white spaces, unify headers 2009-08-04 16:30:39 +00:00
VERSION license, readme, update version to 1.6.2 2009-08-04 15:26:11 +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.