Español para Argentina    Czech    English    Français    Italiano    Español

This script allows you to easily install phpMyChat.

    You can also do this manually if you wish. If you prefer to do it this way, you have to:

  1. Create tables for phpMyChat using the dump files located in 'chat/install/database' dir;

  2. Edit the config.lib.php3 file located in the 'chat/config' dir to define phpMyChat settings;

  3. Manually add required information for the Administrator into the registered users table (c_reg_users): your nick in the username column, MD5 hash of the actual password in the password column and the word 'admin' (without quotes) in the perms column. If you want to you can always add additional information in the other columns but it is not required;

  4. Sets three variables at the top of the 'chat/admin/mail4admin.lib.php3' script.

Before updating from an older version of phpMyChat you'd better clean the messages table (using the 'chat/admin.php3' script of this old version for example).


To continue with the automated setup please click the button below.