mibew/src/mibew
2014-05-23 10:53:29 +00:00
..
files/avatar Move avatar folder to <mibew_root>/files 2013-12-16 15:27:14 +00:00
install Remove unused argument from "get_locale_links" function 2014-05-15 07:16:31 +00:00
js Beautify js code 2014-05-21 13:24:34 +04:00
libs Extract access check from operator controllers 2014-05-23 10:53:29 +00:00
locales Make all settings changeable (see Issue #22) 2014-05-19 16:35:21 +04:00
operator Replace "operator/permissions.php" with a controller 2014-05-23 09:08:13 +00:00
plugins Clean up repository 2013-09-27 17:52:36 +04:00
sounds Improve sound playback (see Issue #4) 2014-05-19 19:34:23 +04:00
styles Replace "operator/permissions.php" with a controller 2014-05-23 09:08:13 +00:00
.htaccess Implement front controller 2014-05-06 14:26:30 +00:00
app.php Prepare a request before send 2014-05-08 11:29:39 +00:00
captcha.php Load all libs in libs/init.php 2014-05-06 15:18:31 +00:00
client.php Load all libs in libs/init.php 2014-05-06 15:18:31 +00:00
cron.php Load all libs in libs/init.php 2014-05-06 15:18:31 +00:00
index.php Happy new year, 2014 =) 2014-02-26 13:16:02 +00:00
LICENSE.txt Add extension to LICENSE, README, VERSION files 2014-05-06 15:25:21 +00:00
mail.php Load all libs in libs/init.php 2014-05-06 15:18:31 +00:00
README.txt Add extension to LICENSE, README, VERSION files 2014-05-06 15:25:21 +00:00
thread.php Load all libs in libs/init.php 2014-05-06 15:18:31 +00:00
VERSION.txt Add extension to LICENSE, README, VERSION files 2014-05-06 15:25:21 +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 5.3.3 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. Copy /mibew/libs/default_config.php to /mibew/libs/config.php
5. Edit /mibew/libs/config.php to the information needed to connect to the database
6. Using your web browser visit http://<yourdomain>/mibew/install/ and
   hit 'Create tables'
7. Remove /mibew/install/ directory from your server
8. Logon as
                  user: admin
                  password: <empty>
9. Get button code and setup it on your site.
10. Change your password and name.
11. 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.