electrifiedForum v1.70 (Beta) INSTALL File
################################################################################

How to install electrifiedForum:

Step 1: Copy files to web server.

Using the same directories as in the zip file, copy all files from this zip file to somewhere on your server, a subdirectory like 'forum' will be sufficient.

Step 2: Run Installer

If you are installing this onto a Unix/Linux webserver, and the webserver daemon doesnt run as root, you will need to CHMOD the eF directory to 777. You only will need to do this to run the installer. Once you have installed it, you can CHMOD it back to whatever you want. 

Go to the installer in your web browser, by going to the address www.yourdomain.com/efdirectory/install.php where yourdomain is the host of your pages, and efdirectory is the directory/path where ef resides.

Fill out the information, and click submit.

If you recieve any errors during install, please read the support information in the SUPPORT file.

If all went well, you should DELETE install.php and upgrade.php from your webserver. You can later upload and run install.php as needed to create new realms, just be sure to delete it after you are done for security.


Step 3: Test!

To test the forums, go to the forum directory in your web browser. If you see no errors, and 1 forum 'chat', then everything is good to go.

There is a sample message in the messages table, and an admin with the username/password you picked in step 2 has been created.


Optionals:

Other Options:

Please review the configvars.txt file for more information on modifying the realm files.

Adding forums:

That can now be done through a web interface. Login with an admistrator level account, then click on the 'Manage Forums' link under administrative tools, and create/edit forums as necessary.

Adding custom HTML:

To add custom HTML to the top/bottom of the forums, and/or change the colors used with electrifiedForum, open the default realm file, realm.default.php (or a custom realm file), and there are three sets of things that can be changed:


function htmlstart()
-----------

You can modify the stylesheet within this function to match colors, fonts, etc, but DO NOT add or remove HTML code here

function mainblock()
-----------

You can place custom header html within the ?> and the <?

function mainend()
-----------

You can place custom footer html within the ?> and the <?



###############

Common Issues:

If you get errors such as 'call to undefined function mysql_connect', then MySQL support is not enabled or compiled into PHP.

If you get a unable to save session file error on a windows server, its usually because php.ini has not been configured properly.

If you see the code in the web browser instead of the actual application running, either PHP is not running properly with the webserver, or mime type for .php has not been setup.

###############

For information on support, reporting bugs, etc, please see the SUPPORT file in the docs directory of the electrifiedForum distribution.


Thanks For Using electrifiedForum!

- Skot & The electrifiedPenguin Crew

Last Updated: March 12, 2002		