• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

My group chat program

Zisly

Intermediate OT User
Joined
Jun 9, 2008
Messages
7,338
Reaction score
120
First off, I don't know if this is the right place, if it's not then please just move the thread to the right place.
------------------------------------------------------------------------------
Well now that OTLand and OTFans have stopped censoring each other.
I will probably post more programs here :p.

Anyways this is a group chat program I'm making for fun and to learn a bit using sockets :)

Login client


Server:


Features so far:
* Login with username & password
* Ban user 30%
* Nice login design :p

The older had all features basic features as messaging and changing name, but the control was simple.
Now using RTF, to try to implent smileys and such :)


I rewrote the thing some week ago.
So any download won't be available at the moment, but feel free to post comments,suggestions etc. :)
 
Last edited:
what is this will we use it or what? or is it only for show us ?
 
I'm using AutoIt xP
Tho I will start with more "in depth" C++ when I start the programming class :)
 
Suggestions: make it use mysql to store user/password and gimme the sources :D
Why should I give you the sources?..
I will probably use SQLite when I figure out how to use it with Autoit xD
 
I hate autoit :D..
And the source.. lol my friend you don't need the source you can do that by yourself in less than hmm 10 minutes ~

Anyway.. Nice thing :p
Ok, let me see you doing it.
Well if you steal code from other and edit it a bit, it may be done easily in 10 mins.
But if not there is no way xD
 
Nice work Zisly.
And one thing I do you know about you, is that when you make programs I've never been disappointed yet.
 
Why should I give you the sources?..
I will probably use SQLite when I figure out how to use it with Autoit xD

Because I want, ok?

kthxbye.

ok, I jk. I don't want it, there is a lot of open source chat application/server.
 
Last edited:
Ok, I've worked a bit on it.
It now uses SQlite.
The people will need an account to log in, which is good to prevent spam.
I'm working on a user creator to server.
But you can make a web application where you can register an account to the database if you would like to.
The ban/kick works.
It uses RTF now so you will receive peoples messages in the same fonts as the user has.
And the client now has a list of people in the chat
The client has a total new skin which in my opinion looks way better, can't post a ss atm, but I will do it tomorow.

Sorry for my "messy" writing.
 
Here is the ss of the client.
Nice and simple :p
 
Finally got the damn ban thing to work :p
It didn't feel for saving for some reason xD

And here is the database editor which is used to create,delete,ban users :)
 
Ok, it seems to work great atm.
Thanks Aerox :p
But still need more people on to test.

Anyways worked a bit on it:
CLIENT:
# Fixed the red bk skin thing
# Message delay will be at 6 sec
# Remember/forget me
# Save pass
# User update

Server:
# SQlite creator
# Chose SQlite database
# Max users xD
# Update encryption key (on/off)
# Encryption Key update interval
 
Back
Top