This is OKserver v2.21 for evaluationl readme file

1. The evaluation version notes:
This evaluation is for non commercial use
and has all features of full version
but has also some limitations:
	1. MAXIMUM Simultaneous TCP users=10
	2. MAXIMUM Simultaneous TCP users on channel=5
	3. UDP Broadacasting is not working


2. Files in this package:

pwdfile - is used for starage of 
	user information name, password and user rigts
	and it cannot be modified manually due binary data.
	By default superuser has:
	username: root  
	password: toor

	please do not edit pwdfile manually because it has 
	the packed binary format and encrypted passwords. 
	The password can be changed with /setpass command.


banfile -is used to hold information of ip 
	adressses what are not allowed to use this chat.
	please do not edit this file manually because it has 
	the packed binary format.

msgfile - is used to set welcome message to users.

OKserver.ini - the initialisation file for OKserver
	for more information see the file comments. 	

	The folloving OKserver properties can configured
	with initialisation file OKserver.ini:
	TimeZone=TZ 					#default EET
	LogFile=LogFileName				#default OKserver.log
	Message=MessageFileName				#default msgfile
	BanFile=BanFileName				#default banfile
	PassFile=UserDatabaseFileName			#default pwdfile
	CLickLog=ClickLogFileName			#default clicked.log
	TCP_PORT=tcp port used				#default 9999
	UDP_PORT=udp pord fro broadcast		#default 9998
	CLIENT_QUEUE=Login queue lenght 		#default 7
	DEFAULT_CHN_LIMIT=default channel limit	#default 30
	
	up to 10 URLs for applets www documents from where allowed to connect
	URL0=yourappleturl0		
	URL1=yourappleturl1		
	
	Channels and channel properties (up to 30)
	CHANNEL0.NAME 		#default CHANNEL0
	CHANNEL0.LIMIT 		#default 30
	CHANNEL0.PASS		#default 	
	CHANNEL0.MINLEVEL 	#default 0
	CHANNEL0.BROADCAST	#default no
	
	or defaults will be used
	Note: in evaluation version the broadcast don't work


The default port for chat server is 9999
and default TimeZone is EET
those values can be changed via command line arguments
for examle:
jre OKserver 9999 PST
	where jre is java runtime
	OKserver is server application
	9999 is server port
	PST is timezone string for server.

You may use also a shell script for  chat startup,
see file start.

For jre please check http://java.sun.com
where you can find jre or jdk for several platforms
including MS Windows and Unix etc.
For Netscape browser check http://www.netscape.com

Please do enjoy the evaluation version and
buy the full version for commercial purposes or 
if you like this chat.

3. Support
No support is guaranteed. The registered version users
are in preffered position to get email support from andrik@online.ee.



This is ChatOk Applet v1.11 eval readme file

The evaluation version is for non commercial use
and has all features of full version

This applet complies with java API 1.0.2
so it can be used with netscape 3.x and 4.x
the preffered browser is netscape 4.04
Intesnet Explorer 3.x versions can also be used.
The IE 4.0 is not recommended, IE 4.01 is ok.
See also help.txt for features.
The help.txt should be plased on the same 
url where applet classes are located.

The applet is configured with following html tags:
PARAM NAME		PARAM VALUES		PARAM MEANING
host			hostname/ip address	the server's host name
port			integer			the server host port
banner0(0-19)	string			imageFile|BannerLinkURL|BannerText|delay in seconds|width|height 
bgcolor		0-16777215			the applet background color 
forecolor		0-16777215			the applet foreground color 
taforecolor		0-16777215			textarea  foreground color
tabg			0-16777215			textarea  background color
listforecolor	0-16777215			userlist  foreground color
listbgcolor		0-16777215			userlist  background color
title			text				title text


Examle:
<APPLET code="ChatOk.class" width=620 height=420>
<PARAM name=host value="localhost">
<PARAM name=port value="9999">
<PARAM name=banner0 value="chatok.gif|http://www.online.ee/~andrik/chatok/try.html|Try it free, really cool!|5|450|60">
<PARAM name=banner1 value="chatokanim.gif|http://www.online.ee/~andrik/chatok/buy.html|Buy it, really cool!|15|450|60">
<PARAM name=banner2 value="chatoktranim.gif|http://www.online.ee/~andrik/chatok/try.html|Try it free, really cool!|15|450|60">
<PARAM name=adinfurl value="http://www.ok.ee/reklaam.htm">
</APPLET>

Please do enjoy the evaluation version and
buy the full version if you like this chat.

This is OKboard Applet v0.08 eval readme file

The evaluation version is for non commercial use
and has all features of full version

This applet complies with java API 1.0.2
so it can be used with netscape 3.x and 4.x
the preffered browser is netscape 4.04
Intesnet Explorer 3.x versions can also be used.
The IE 4.0 is not recommended, IE 4.01 is ok.

The applet is configured with following html tags:
PARAM NAME		PARAM VALUES		PARAM MEANING
host			hostname/ip address	the server's host name
port			integer			the server host udp port
bgcolor		0-16777215			the applet background color 
forecolor		0-16777215			the applet foreground color 


ALL RIGHTS RESERVED 
Copyright (C) BY Andri Kruus 1997,98
mail: andrik@online.ee
url: http://www.online.ee/~andrik
