mibew/src/mibew
Mahmood Reza Sajjadi 597dc2a91a compleate comments
2014-03-02 14:06:09 +03:30
..
files/avatar Move avatar folder to <mibew_root>/files 2013-12-16 15:27:14 +00:00
install Happy new year, 2014 =) 2014-02-26 13:16:02 +00:00
js Happy new year, 2014 =) 2014-02-26 13:16:02 +00:00
libs compleate comments 2014-03-02 14:06:09 +03:30
locales Do not use HTML entities in "form.field.groupparent.root" local const 2014-02-06 10:44:50 +00:00
operator Happy new year, 2014 =) 2014-02-26 13:16:02 +00:00
plugins Clean up repository 2013-09-27 17:52:36 +04:00
sounds Clean up repository 2013-09-27 17:52:36 +04:00
styles Fix bug with hidding menu when operator's local name is blank 2014-02-26 15:39:02 +00:00
.htaccess Set default and safe web server settings 2013-11-14 18:40:42 +04:00
b.php Happy new year, 2014 =) 2014-02-26 13:16:02 +00:00
button.php Happy new year, 2014 =) 2014-02-26 13:16:02 +00:00
captcha.php Happy new year, 2014 =) 2014-02-26 13:16:02 +00:00
client.php Happy new year, 2014 =) 2014-02-26 13:16:02 +00:00
cron.php Happy new year, 2014 =) 2014-02-26 13:16:02 +00:00
index.php Happy new year, 2014 =) 2014-02-26 13:16:02 +00:00
LICENSE Clean up repository 2013-09-27 17:52:36 +04:00
license.php Happy new year, 2014 =) 2014-02-26 13:16:02 +00:00
mail.php Happy new year, 2014 =) 2014-02-26 13:16:02 +00:00
README Happy new year, 2014 =) 2014-02-26 13:16:02 +00:00
thread.php Happy new year, 2014 =) 2014-02-26 13:16:02 +00:00
VERSION Update version 2013-10-28 15:15:06 +04:00
widget.php Happy new year, 2014 =) 2014-02-26 13:16:02 +00:00

Mibew Messenger
Copyright 2005-2014 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 chmod 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/files/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/files/avatar
(chmod 700 /mibew/files/avatar).

UPDATE

1. Backup your /mibew/libs/config.php
2. Backup your /mibew/files/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/files/avatar folder.