Perdonarán mi ignorancia pero no puedo instalar una aplicación prefabricada siguiendo su README, que es el siguiente:
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.
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.
Ok el primer y el segundo paso esta listo, tengo mi carpeta llamada webim y ahi dentro el contenido del rar.
El paso tres también lo hice (yo uso el wamp) cree mi base de datos en mysql llamada webim
Despues el cuarto paso pide que configure la conexión a la base de datos, segun yo ya lo hice, aca les pongo el archivo:
Código PHP:
<?php
/*
* Application path on server
*/
$webimroot = "/webim";
/*
* Internal encoding
*/
$webim_encoding = "utf-8";
/*
* MySQL Database parameters
*/
$mysqlhost = "localhost";
$mysqldb = "webim";
$mysqllogin = "nombre_usuario"; //aqui le cambie a mi nombre de usuario $mysqlpass = "contraseña"; //y aqui mi contraseña
//estas como normalmente se hace: link=mysql_connect("localhost","usuario","Password")) supongo yo, es lo unico que cambie, no se si me falto otra cosa
$dbencoding = "utf8";
$force_charset_in_connection = true;
/*
* Mailbox
*/
$webim_mailbox = "[email protected]";
$mail_encoding = "utf-8";
/*
* Locales
*/
$home_locale = "en"; /* native name will be used in this locale */
$default_locale = "en"; /* if user does not provide known lang */
?>
:( Aqui es donde estoy estancada, si alguien que ya lo haya instalado anteriormente o alguien q sepa q onda con estas cosas me pueda ayudar se lo agradecere eternamente...