## STANDARD INSTALLATION

1) INSTALLATION - Please follow the instructions below to install the Pro Chat Rooms.

You will need to create a MYSQL database to install the Pro Chat Room. If in doubt, ask your web host for further details.

a) Upload the 'prochatrooms' folder to your web server.
b) Access the file 'prochatrooms/install/index.php' with your web browser.
c) Follow the instructions provided on screen in the automated installation process.
d) Add the following code to your web page.

<a href="http://www.YOURWEBSITE.com/prochatrooms/" target="_blank">Chat Room</a>


## UPGRADE INSTALLATION

Follow the standard installation instructions above.
Always make a backup copy of any files/folders before attempting installation.


## ADMINISTRATORS

To login to your admin panel, http://www.YOURWEBSITE.com/prochatrooms/admin/index.php

Default login details are,

Username: admin
Password: adminpass

To change your Pro Chat Room admin area login details, login to the Pro Chat Rooms admin area and click the link 'settings'. 


## ADDITIONAL INFO FOR CONTENT MANAGEMENT SYSTEMS (CMS)

AUTO-LOGIN & PROFILE INTEGRATION - For integrated websites (CMS - forums/dating sites with profiles, etc), login to the Pro Chat Rooms client area and refer to the online documentation (http://www.prochatrooms.com/CMS.php).


## DEVELOPERS/CUSTOM CMS INTEGRATIONS 

To integrate the Pro Chat Rooms with a custom content system, login to the Pro Chat Rooms client area and refer to the online documentation (http://www.prochatrooms.com/CMS.php)


## LANGUAGE TRANSLATION

To translate the language files to another langauge, 

a) open the file 'languages/blank.php' and translate the file.
b) save the file as your new language, eg. german.php
c) login to your Pro Chat Rooms admin panel, click the link 'settings' and locate the following setting,

## Chat Room Languages

// allows the choice of multiple languages
// to translate the language files open the 
// file 'languages/blank.php' with your text 
// editor, translate the text inside then 
// save the file as 'german.php'and enter 
// the text "german", below "english",

$chatroom_languages=array(
"english", // do not edit
);

Directly underneath "english" add your new language,

$chatroom_languages=array(
"english", // do not edit
"german",
);
