Jump to content

Cobra - Instant Messenger


jvanegmond
 Share

Recommended Posts

Since I am completely rewriting ALL code, I have decided not to let you wait any longer. Cobra has made it's first release to public! :whistle:

- Start the server, enter an admin account and password.*

- Start the client (Enter your own IP in the code first!)

- Register, activate and log in

- Tell your friends how to use it

- Chat with your friends

*The admin account is not necessary at all, and you don't get extra features using it. It is an extra feature for future use, that allows you to remotely administrate your server.

The final version is going to implement one server for all clients, (but does allow private servers).

By RazerM and Manadar

Download:

Cobra v0.?.?3.6

Edited by Manadar
Link to comment
Share on other sites

  • Replies 56
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

As this is the old code, no reported bugs will be fixed.

My Programs:AInstall - Create a standalone installer for your programUnit Converter - Converts Length, Area, Volume, Weight, Temperature and Pressure to different unitsBinary Clock - Hours, minutes and seconds have 10 columns each to display timeAutoIt Editor - Code Editor with Syntax Highlighting.Laserix Editor & Player - Create, Edit and Play Laserix LevelsLyric Syncer - Create and use Synchronised Lyrics.Connect 4 - 2 Player Connect 4 Game (Local or Online!, Formatted Chat!!)MD5, SHA-1, SHA-256, Tiger and Whirlpool Hash Finder - Dictionary and Brute Force FindCool Text Client - Create Rendered ImageMy UDF's:GUI Enhance - Enhance your GUIs visually.IDEA File Encryption - Encrypt and decrypt files easily! File Rename - Rename files easilyRC4 Text Encryption - Encrypt text using the RC4 AlgorithmPrime Number - Check if a number is primeString Remove - remove lots of strings at onceProgress Bar - made easySound UDF - Play, Pause, Resume, Seek and Stop.
Link to comment
Share on other sites

Cool!

But two things:

1 - put an option in server to enable/disable that activation code (for testing purposes)

2 - make the client read the server ip from ini file

Alexsandro Percy

Só o que posso lhe dizer, bom é quando faz mal!My work:Au3Irrlicht - Irrlicht for AutoItMsAgentLib - An UDF for MSAgentAu3GlPlugin T2 - A 3D plugin for AutoIt...OpenGl Plugin - The old version of Au3GlPlugin.MAC Address Changer - Changes the MAC AddressItCopter - A dragonfly R/C helicopter simulator

VW Bug user

Pinheiral (Pinewood) city:

http://pt.wikipedia.org/wiki/Pinheiral

Link to comment
Share on other sites

I started coding a IRC idea Server. I'll be using it mostly for my game but I might release it with a client.

Link to comment
Share on other sites

Cool!

But two things:

1 - put an option in server to enable/disable that activation code (for testing purposes)

2 - make the client read the server ip from ini file

Alexsandro Percy

1: You can manually edit the database in the server, and reboot it to create new accounts. Maybe I will create a "Create new account" option to the server's traybar.

2: In the final version you will be connected to a main server, and based on your preferences you can join a different server or go to the main server immediately. No ini editing for Cobra users.

hey, i asked if i could be part of development, but i never got a reply.. is development team already chosen?

Yes it has been chosen. Me and RazerM will do just fine together. Thanks for your interest anyway.

Link to comment
Share on other sites

Why not just compile as .zip so that windows can open it without an external program?

Very good point, but WinRAR has a much better compression algorithm than .zip files and in addition winrar is just much better than many zip programs, with the exception of 7zip. If you don't want to have to deal with the winrar trial notification and all that, just download 7zip instead. 7zip if free and open source.

www.7-zip.org- site appears to be down for the moment, probably updating it

You can download 7zip here:

http://sourceforge.net/project/showfiles.p...ackage_id=29413

"So man has sown the wind and reaped the world. Perhaps in the next few hours there will no remembrance of the past and no hope for the future that might have been." & _"All the works of man will be consumed in the great fire after which he was created." & _"And if there is a future for man, insensitive as he is, proud and defiant in his pursuit of power, let him resolve to live it lovingly, for he knows well how to do so." & _"Then he may say once more, 'Truly the light is sweet, and what a pleasant thing it is for the eyes to see the sun.'" - The Day the Earth Caught Fire

Link to comment
Share on other sites

That is one of many reasons to rewrite the code. The GUI will probably be mostly the same but the way in which the client and server communicate will be different.

My Programs:AInstall - Create a standalone installer for your programUnit Converter - Converts Length, Area, Volume, Weight, Temperature and Pressure to different unitsBinary Clock - Hours, minutes and seconds have 10 columns each to display timeAutoIt Editor - Code Editor with Syntax Highlighting.Laserix Editor & Player - Create, Edit and Play Laserix LevelsLyric Syncer - Create and use Synchronised Lyrics.Connect 4 - 2 Player Connect 4 Game (Local or Online!, Formatted Chat!!)MD5, SHA-1, SHA-256, Tiger and Whirlpool Hash Finder - Dictionary and Brute Force FindCool Text Client - Create Rendered ImageMy UDF's:GUI Enhance - Enhance your GUIs visually.IDEA File Encryption - Encrypt and decrypt files easily! File Rename - Rename files easilyRC4 Text Encryption - Encrypt text using the RC4 AlgorithmPrime Number - Check if a number is primeString Remove - remove lots of strings at onceProgress Bar - made easySound UDF - Play, Pause, Resume, Seek and Stop.
Link to comment
Share on other sites

question - what port does it use? i would like to port forward so that

48130

no cam? is it possible to have a cam work on this?

We will probably not support webcam chat, although we are keeping an eye out for Voice over IP chat (VoIP).

Im sure if you like i could implant more security into this.. seems kinda open..

What RazerM told you is definately right. I have done a lot of research into security, and seems that I was abled to crack my own password system in a few minutes, so that definately has to be redone.
Link to comment
Share on other sites

Go into the Cobra Server folder and open Database.ini, put the following under your username "[username]":

Activated=1

Then delete the ActivationCode=xxxx line

Edited by RazerM
My Programs:AInstall - Create a standalone installer for your programUnit Converter - Converts Length, Area, Volume, Weight, Temperature and Pressure to different unitsBinary Clock - Hours, minutes and seconds have 10 columns each to display timeAutoIt Editor - Code Editor with Syntax Highlighting.Laserix Editor & Player - Create, Edit and Play Laserix LevelsLyric Syncer - Create and use Synchronised Lyrics.Connect 4 - 2 Player Connect 4 Game (Local or Online!, Formatted Chat!!)MD5, SHA-1, SHA-256, Tiger and Whirlpool Hash Finder - Dictionary and Brute Force FindCool Text Client - Create Rendered ImageMy UDF's:GUI Enhance - Enhance your GUIs visually.IDEA File Encryption - Encrypt and decrypt files easily! File Rename - Rename files easilyRC4 Text Encryption - Encrypt text using the RC4 AlgorithmPrime Number - Check if a number is primeString Remove - remove lots of strings at onceProgress Bar - made easySound UDF - Play, Pause, Resume, Seek and Stop.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...