diff --git a/chat/readme.html b/chat/readme.html index 16dd4c7..6384816 100644 --- a/chat/readme.html +++ b/chat/readme.html @@ -95,26 +95,21 @@

Requirements

Installation

Download your preferred version of AJAX Chat and unzip the file on your computer.

-

Before You Begin

-
-

In order to edit PHP files you will need a good text editor. You should not use Windows notepad, wordpad, or Microsoft Word to edit PHP files. These programs will add something called a byte-order-mark (BOM) to the files and this may prevent chat from functioning properly. We recommend using Notepad ++ ( http://notepad-plus.sourceforge.net ) for editing all files. It also has the benefit of color-coding your files so you can edit them more easily.
- If you get an error message like "Cannot modify header information - headers already sent" it is likely because you have used one of the above programs to edit files.

+

Before You Begin

+
+

+ In order to edit PHP files you will need a good text editor. You should not use Windows notepad, wordpad, or Microsoft Word to edit PHP files. These programs will add something called a byte-order-mark (BOM) to the files and this may prevent chat from functioning properly. We recommend using Notepad ++ ( http://notepad-plus-plus.org ) for editing all files. It also has the benefit of color-coding your files so you can edit them more easily.
If you get an error message like "Cannot modify header information - headers already sent" it is likely because you have used one of the above programs to edit files.

-
+

Upload to Server

- -
- The first and most important thing you need to do is tell AJAX Chat how to connect to your database. This, and all core settings must be located inside the file lib/config.php.
-

- Upload the chat folder to your server into your PunBB forum directory:
- e.g. http://example.org/punbb/chat/

- - - +

+ Upload the chat folder to your server into your PunBB forum directory:
+ e.g. http://example.org/punbb/chat/ +

Create Database Tables