Mirage Source

Free ORPG making software.
It is currently Thu Mar 28, 2024 2:26 pm

All times are UTC




Post new topic Reply to topic  [ 45 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: [DEV]Chat Program
PostPosted: Mon Aug 03, 2009 5:34 pm 
Offline
Knowledgeable

Joined: Sun Jan 13, 2008 5:59 pm
Posts: 107
So...
Yeah. I'm coding a chat program, Using Giakens Chat BASIC.
It's a chance to learn to code VB6 better, and I took it whether anybody approves of it or not =P
But yeah, anyways:

It came with a Set Name feature, chatting, and I started from there.

Features:
Kick (100%)
Register (100%)
Login (100%)
Set Access(100%)
Use of Access (50%)
You have to have a name to chat (100%)
**NEW FOR v2**
Private Chat(50%)

Screenie:
Image

DOWNLOAD:
v1
http://www.megaupload.com/?d=DZFGEX60


Last edited by KruSuPhy on Sun Aug 16, 2009 6:05 pm, edited 8 times in total.

Top
 Profile  
 
 Post subject: Re: [DEV]Chat Program
PostPosted: Mon Aug 03, 2009 7:55 pm 
Offline
Persistant Poster
User avatar

Joined: Thu Jul 24, 2008 6:42 am
Posts: 703
Google Talk: infectiousbyte@gmail.com
Sweet. I'm assuming this is closed source?

_________________
Image
GIAKEN wrote:
Since I'm into men, not women

GIAKEN wrote:
I can't take these huge penises anymore! All that's left is shame! And blood


Top
 Profile  
 
 Post subject: Re: [DEV]Chat Program
PostPosted: Mon Aug 03, 2009 11:33 pm 
Offline
Knowledgeable

Joined: Sun Jan 13, 2008 5:59 pm
Posts: 107
Yeah, It's closed source at the moment.
I might release the source in a few versions. maybe.
I plan on releasing v1 as soon as I find out what's wrong with my login code.


Top
 Profile  
 
 Post subject: Re: [DEV]Chat Program
PostPosted: Mon Aug 03, 2009 11:45 pm 
Offline
Banned
User avatar

Joined: Mon Jun 05, 2006 9:22 pm
Posts: 394
Location: USA
Was ChatBasic the MS Chat ripped from everything else?


Top
 Profile  
 
 Post subject: Re: [DEV]Chat Program
PostPosted: Tue Aug 04, 2009 12:07 am 
Offline
Knowledgeable

Joined: Sun Jan 13, 2008 5:59 pm
Posts: 107
I don't think so.
Giaken told me he coded it himself I think. He was teaching me how to use sockets and shit.


Top
 Profile  
 
 Post subject: Re: [DEV]Chat Program
PostPosted: Tue Aug 04, 2009 4:04 pm 
Offline
Knowledgeable

Joined: Fri May 18, 2007 9:54 pm
Posts: 234
I remember once I downloaded mirage, deleted ALL of the stuff in it, and made a chat program out of it. It was very easy to do and VERY effective because to add more features was very easy.

_________________
Image


Top
 Profile  
 
 Post subject: Re: [DEV]Chat Program
PostPosted: Tue Aug 04, 2009 5:01 pm 
Offline
Knowledgeable

Joined: Sun Jan 13, 2008 5:59 pm
Posts: 107
Kewl? o.o
Anyways, This is just a chance for me to learn to code VB6. I'll probably end up making more projects for the same reason =P
Anyways, Uploading v1 here in a bit.

Updates:
REDID Set Access System
Login feature is now 100%!

EDIT:
http://www.megaupload.com/?d=DZFGEX60
Released v1 :D


Top
 Profile  
 
 Post subject: Re: [DEV]Chat Program
PostPosted: Wed Aug 05, 2009 2:46 pm 
Offline
Persistant Poster
User avatar

Joined: Thu Mar 29, 2007 10:30 pm
Posts: 1510
Location: Virginia, USA
Google Talk: hpmccloud@gmail.com
ChatBASIC is something I made from scratch.

_________________
Nean wrote:
Yes harold. Give it to me.

Image
Image


Top
 Profile  
 
 Post subject: Re: [DEV]Chat Program
PostPosted: Thu Aug 06, 2009 3:40 pm 
Offline
Knowledgeable

Joined: Sun Jan 13, 2008 5:59 pm
Posts: 107
Thought so =P
Anyways. Working on it. Might try to make Multiple Channels.


Top
 Profile  
 
 Post subject: Re: [DEV]Chat Program
PostPosted: Sat Aug 08, 2009 8:43 pm 
Offline
Knowledgeable

Joined: Sun Jan 13, 2008 5:59 pm
Posts: 107
bump.
Updated;
Private Chat(80%)


Top
 Profile  
 
 Post subject: Re: [DEV]Chat Program
PostPosted: Sat Aug 08, 2009 8:50 pm 
Offline
Pro

Joined: Mon May 29, 2006 2:58 pm
Posts: 370
Challenge:

Make a component that consists of the chatbox. The component will store the type of chat (public or private) and then the channel name or person in the chat. The send button recognizes this component (use a tab system to switch them or generate new tabs each time, ect.) and sends the chat to the server and makes sure it goes to the right place. And the client can manage all tabs. It would make it a sort of IRC style chat program.

_________________
Image


Top
 Profile  
 
 Post subject: Re: [DEV]Chat Program
PostPosted: Sat Aug 08, 2009 9:10 pm 
Offline
Knowledgeable

Joined: Sun Jan 13, 2008 5:59 pm
Posts: 107
I don't understand, But you did give me a new idea;
I think I'll put the Private chat in a new tab instead of a whole new form.


Top
 Profile  
 
 Post subject: Re: [DEV]Chat Program
PostPosted: Sat Aug 08, 2009 11:11 pm 
Offline
Pro

Joined: Mon May 29, 2006 2:58 pm
Posts: 370
You can make ActiveX components in VB6. Make an activeX component that fnctions as the tab block for chat, that way when a new chat is opened, it makes a new tab with its own textbox, but they all use the same input box. Read up on ActiveX controls, they can be really helpful and people neglect them.

_________________
Image


Top
 Profile  
 
 Post subject: Re: [DEV]Chat Program
PostPosted: Sun Aug 09, 2009 10:35 pm 
Offline
Knowledgeable

Joined: Sun Jan 13, 2008 5:59 pm
Posts: 107
Er I suppose I could try that, lol :P


Top
 Profile  
 
 Post subject: Re: [DEV]Chat Program
PostPosted: Mon Aug 10, 2009 8:58 pm 
Offline
Regular

Joined: Sun Sep 30, 2007 9:59 pm
Posts: 27
After that you can add a voice chat function.


Top
 Profile  
 
 Post subject: Re: [DEV]Chat Program
PostPosted: Mon Aug 10, 2009 9:01 pm 
Offline
Knowledgeable

Joined: Sun Jan 13, 2008 5:59 pm
Posts: 107
How about no >.>
I'm not epic enough to even know if that is within the abilities of VB6.


Top
 Profile  
 
 Post subject: Re: [DEV]Chat Program
PostPosted: Mon Aug 10, 2009 9:15 pm 
Offline
Regular

Joined: Sun Sep 30, 2007 9:59 pm
Posts: 27
http://www.planet-source-code.com Try here and search for it.


Top
 Profile  
 
 Post subject: Re: [DEV]Chat Program
PostPosted: Wed Aug 12, 2009 2:56 pm 
Offline
Regular

Joined: Sun Sep 30, 2007 9:59 pm
Posts: 27
Ok After I post a useful site and the topic dies. RIP :lol:


Top
 Profile  
 
 Post subject: Re: [DEV]Chat Program
PostPosted: Fri Aug 14, 2009 7:36 pm 
Offline
Persistant Poster

Joined: Fri Jun 26, 2009 10:15 pm
Posts: 701
Google Talk: FAProductions
ShadowMaster wrote:
Ok After I post a useful site and the topic dies. RIP :lol:


Everybody here knows about PSCode. You're really annoying..


Top
 Profile  
 
 Post subject: Re: [DEV]Chat Program
PostPosted: Sat Aug 15, 2009 1:38 am 
Offline
Knowledgeable

Joined: Fri May 18, 2007 9:54 pm
Posts: 234
Matt wrote:
ShadowMaster wrote:
Ok After I post a useful site and the topic dies. RIP :lol:


Everybody here knows about PSCode. You're really annoying..


And now the topic really dies.

lol

_________________
Image


Top
 Profile  
 
 Post subject: Re: [DEV]Chat Program
PostPosted: Sat Aug 15, 2009 1:50 am 
Offline
Persistant Poster

Joined: Fri Jun 26, 2009 10:15 pm
Posts: 701
Google Talk: FAProductions
jsventor wrote:
Matt wrote:
ShadowMaster wrote:
Ok After I post a useful site and the topic dies. RIP :lol:


Everybody here knows about PSCode. You're really annoying..


And now the topic really dies.

lol


Lol. I'm sure Kru will update this thread once he has made headway on the project or if he decides to let it go.


Top
 Profile  
 
 Post subject: Re: [DEV]Chat Program
PostPosted: Sun Aug 16, 2009 5:43 pm 
Offline
Knowledgeable

Joined: Sun Jan 13, 2008 5:59 pm
Posts: 107
Meh. I'm still working on it.
Though, It is going a bit slower, I have so many damn projects I'm working on ATM.
Scripting a bunch of crap for some elysium game my friend is making
Coding like half a site on my own in PHP for my other friend(And I'm not even that great with PHP)
Mapping the third region on P:DoA with one helper
Plus coding this, lol.
I need to learn to take it one at a time xD


Top
 Profile  
 
 Post subject: Re: [DEV]Chat Program
PostPosted: Sun Aug 16, 2009 6:15 pm 
Offline
Persistant Poster

Joined: Fri Jun 26, 2009 10:15 pm
Posts: 701
Google Talk: FAProductions
KruSuPhy wrote:
Meh. I'm still working on it.
Though, It is going a bit slower, I have so many damn projects I'm working on ATM.
Scripting a bunch of crap for some elysium game my friend is making
Coding like half a site on my own in PHP for my other friend(And I'm not even that great with PHP)
Mapping the third region on P:DoA with one helper
Plus coding this, lol.
I need to learn to take it one at a time xD


You're not the only one that takes on several projects at once. Lol.

I technically have 6 projects. Lol.

Sword of the Seeker
Blue
Gods Online
Unnamed Project
2 Music projects

We're all pro at multitasking, that's the problem with all of us here at MS.


Top
 Profile  
 
 Post subject: Re: [DEV]Chat Program
PostPosted: Sun Aug 16, 2009 6:28 pm 
Offline
Knowledgeable

Joined: Sun Jan 13, 2008 5:59 pm
Posts: 107
=P
Mapping + PHP + VB6 + SadScript
l;
It's harder for me to multitask because I suck at 3 out of four of those projects =|


Top
 Profile  
 
 Post subject: Re: [DEV]Chat Program
PostPosted: Sun Aug 16, 2009 11:43 pm 
Offline
Persistant Poster

Joined: Fri Jun 26, 2009 10:15 pm
Posts: 701
Google Talk: FAProductions
The unnamed project is currently just a simple source to play around with. I took the MS4 Jacob gave me with his dynamic map system and I'm working on adding byte array packets, then just for the hell of it, I'm gonna convert it to DX8 to see if I like it enough to keep it, since everyone keeps telling me I should. We'll see though.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 45 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group