MyBB Community Forums

Full Version: Installation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

How to install Ajax Chat Box? I downloaded this plungin but I don't what files should I upload exactly.

Please help me & thank you for that
please give link of your download .. we do not know which one you have downloaded !
(2011-10-02, 05:19 PM)MrDoom Wrote: [ -> ]http://community.mybb.com/thread-24837.html

The Note says:
Quote:Have a look at the provided readme for installation instructions.

Try doing it. You can find a readme file from the downloaded files.
$config['dbConnection']['host'] = 'your_database_hostname';
		$config['dbConnection']['user'] = 'your_database_username';
		$config['dbConnection']['pass'] = 'your_database_password';
		$config['dbConnection']['name'] = 'your_database_name';

How can I edit this? Please give me an example
^ assuming that you are using myBB's database for the chat system,
those details should be available from your ./inc/config.php file !