I have created a program will host a chatroom that supports up to 16 users. The client can connect to the server and send messages to all users or send a PM to a single user. When connecting, just type in the IP address of the server and the username you want to connect as. I know that others have made various chat programs but this was designed to be simple to use and modify. This program writes
nothing to the registry and requires no other includes besides GUIConstants. If you have a router you can get this to work over the internet by setting up port fowarding. You can modify the port it connects to in the code. The source is attached, I hope you like it!
EDIT: Added an "admin" user with kick privelages. Please see
Post #13 for more info.
EDIT2: Updated. Added admin password encryption. See
Post #31 for details.
Previous combined downloads: 536
Edited by erifash, 25 September 2006 - 02:23 AM.