!!! No more documentation until somebody help me !!!! !!! This documentation is out of date !!!! // name : kChat // version : 1.7 // author : Marcin Krzyzanowski http://krzak.linux.net.pl // homepage : http://krzak.linux.net.pl // platform : Java 1.1.x // nick : [krzyzak], krzak // IRC : @#linuxnews, @#zdrowo_jebnieci // LICENCE : GPL -------------------------------------- *About* This is simple www chat system. Client and Server are written in Java 1.1.x My point is create a chat system with native implemented moderator mode. Contain private messages. -------------------------------------- *Instalation* server: listen on port 1979 (can be changed in kChat.conf file) server folder: file : etc/kChat.conf - config file -------------------------------------- *run* while in the project root directory: % $JAVA_HOME/bin/java -jar kChatServer.jar etc/kChat.conf -------------------------------------- *client* applet for include into you webpage parameter "login" - nickname person who is connecting to. parameter "color" - text colour -------------------------------------- *Private messages* Just click at choosen nick from list, and button "private" and start to write in new message window -------------------------------------- *Moderate* press "moderator" button and type password and guest loginname, and OK After you lucky swich moderator mode on, you'll se moderator window with text queue. You can delete or accept message in moderator window cicking at the proper rectangle near message. -------------------------------------- *Kick* It's possible to kick off user with command "/K nick" - only moderator can do that. -------------------------------------- *End* I't seems to be over, I have no time to write anything more documentation right now. If you have some questions or better you want to join to develop this project please contact me at , or talk to me at IRCnet @#linuxnews as [krzyzak]