####################################################
[Ex Talk v.1.4] Written by Extrovertive
URL: http://extrovertive.com
Email: extrovert@extrovertive.com
- You may modify, or distribute this script freely as long as you abide by the following:
1) You may not sell this script.
2) You must notify me if you are using this script for commerical purpose
3) In the unlikely event that this script caused you any damage, I do not take 
any responbility. Use it at your own risk. However, I am certain my script is bug-free. Please report any bugs. 
4) The copyright must stay intact. Please give credit for my work.
#####################################################

	INSTRUCTIONS FOR INSTALLING
	1) Unzip and extract all files to your hard drive.
	2) Open up extalk_setup.php on your text editor. 
	3) Edit the info between the 'quotation' marks if it tells you to.
	4) Create a new directory called "extalk" in your webspace and upload all files to it. 
	5) CHMOD exprofiles.dat and exposts.dat to 777 on your FTP client. 
	(On WS FTP LE - Read = 4, Write = 2, Execute = 1)
	6) Access extalk_admin.php on your browser in where you install the script. 
	Log on with your own admin name and password.
	
	INSTRUCTIONS FOR EMBEDDING ON YOUR PAGE 
	1) To include the EX Talk script anywhere on your PHP extension page put:
	 <iframe name="frame" src="extalk/extalk.php" width="190" height="250"
	scrolling="auto" frameborder="0" style="border: 1px solid;
	border-color: #000000 #000000 #000000"> </iframe>
	Change the width, height, border color values to whatever you want. 

	INSTRUCTIONS FOR COLORIZING
	1) The default color is greenish. To change your color settings open up
	extalk.css and change the color values wherever you see #(numbers)
	
	TIP: To have a new skin, just make a new .css file and change the
	$css_file varible in extalk_setup.php

Any suggestions, problems, or complaints, just email me extrovert@extrovertive.com

//CHANGE LOG
Version 1.0 08/02/02
- Script started. 
Version 1.0 08/03/02
- Scripted completed with features.
Version 1.0 08/05/02
- Minor bug fixes with cookie, admin session login, and smiley image. 
- Released for the public to download
Version 1.4 08/06/02
- CSS setting made easier for color customize
####################################################