This article describes how to install the phpMyChat application on your A2 Hosting account.
phpMyChat is compatible with all A2 Hosting accounts. However, you must install it manually.
To install phpMyChat:
unzip phpMyChat-Plus_1.94-RC3.zip
The files are extracted into the plus directory. Open the plus/config/config.lib.php file in a text editor, and then edit the following lines:
define("C_DB_NAME", 'cpanel_plus');
Replace cpanel_plus with the name of the database you created in step 1.
define("C_DB_USER", 'cpanel_plus');
Replace cpanel_plus with the name of the database user you created in step 1.
define("C_DB_PASS", 'plus');
Replace plus with the database user's password.
At the command prompt, type the following commands. Replace DBUSERNAME with the name of the database user you created in step 1. Replace DBNAME with the name of the database you created in step 1:
cd ~/public_html/plus/install/manual\ installation/database/ mysql -u DBUSERNAME -p DBNAME < mysql_new_install.txt
The previous command populates the database with all of the tables that phpMyChat requires to function correctly.
Type the following command:
rm ~/public_html/plus/install/install.php
For more information about phpMyChat, please visit http://sourceforge.net/projects/phpmychat.
Did you find this article helpful? Then you'll love our support. Experience the A2 Hosting difference today and get a pre-secured, pre-optimized website. Check out our web hosting plans today.
We use cookies to personalize the website for you and to analyze the use of our website. You consent to this by clicking on "I consent" or by continuing your use of this website. Further information about cookies can be found in our Privacy Policy.