GMM: GruntMaps Messenger - New V1.0.2

Off topic chat. Basically anything that doesn't concern halo or halo modding can go here.
User avatar
FleetAdmiralBacon




Critic Pyre Articulatist 500

Posts: 2377
Joined: Sat Nov 26, 2005 7:01 pm
Location: Ohio
Contact:

GMM: GruntMaps Messenger - New V1.0.2

Post by FleetAdmiralBacon »

Current Version is 1.0.2

Well, I'm working on making an instant messaging program, and right now I have a working chatroom. The login is based on my site and uses the SQL database. The theme is based on (heck, it is) the Aeolus phpNuke / phpBB theme.

Pics:
Image
Image

So, yeah, it's pretty much just a chatroom program.
The server runs on Python and just echoes everything sent to it to everything connected to it (which it stores in a list).
The window is resizable and movable, which took a while to do.
And, well, that's pretty much it.
Last edited by FleetAdmiralBacon on Wed Sep 06, 2006 1:32 pm, edited 2 times in total.
Image
Everything you'll ever need to know about me.
Need help with Linux, C#, C, Python, Java, PHP, Javascript, CSS, or VB? I'm available from 3:00PM-8:00PM EST on weekdays.
User avatar
Dr.Cox




Grunge Pyre Mad Hatter

Posts: 4027
Joined: Fri Jun 24, 2005 5:48 pm
Location: Beaverton, Oregon.
Contact:

Post by Dr.Cox »

Cool :wink:
Image
Not removing this 'till I get back. Leaving on [01/05/09]
User avatar
dos mes





Posts: 2158
Joined: Thu Dec 29, 2005 9:58 pm
Location: Syracuse, NY

Post by dos mes »

I was working on something similar, but other things came up so oh well, but it looks great keep it up, I can't wait to see it when its done!
User avatar
xXxCocoFangxXx





Posts: 3756
Joined: Thu Sep 08, 2005 9:57 am
Contact:

Post by xXxCocoFangxXx »

Wow! I would love to make a Program like that.
Image
User avatar
FleetAdmiralBacon




Critic Pyre Articulatist 500

Posts: 2377
Joined: Sat Nov 26, 2005 7:01 pm
Location: Ohio
Contact:

Post by FleetAdmiralBacon »

Thanks for the positive feedback, if you want to help beta test the chat room version, let me know. After this I need to set up a new set of servers to run between computers for true instant messaging, but that's for another day.

The real hard part was getting the look of the window to work. It took a lot of work so I'm definitely going to be using it in more programs...
Image
Everything you'll ever need to know about me.
Need help with Linux, C#, C, Python, Java, PHP, Javascript, CSS, or VB? I'm available from 3:00PM-8:00PM EST on weekdays.
metkillerjoe




Wordewatician 500

Posts: 1267
Joined: Thu Aug 03, 2006 3:35 pm
Contact:

Post by metkillerjoe »

I'll beta it. If I'm beta-worthy that is.
Image
User avatar
Dr.Cox




Grunge Pyre Mad Hatter

Posts: 4027
Joined: Fri Jun 24, 2005 5:48 pm
Location: Beaverton, Oregon.
Contact:

Post by Dr.Cox »

metkillerjoe wrote:I'll beta it. If I'm beta-worthy that is.
*pokes with the Beta-worthy stick*

Yep. go head.!!
Image
Not removing this 'till I get back. Leaving on [01/05/09]
User avatar
MaestroMan





Posts: 676
Joined: Thu Jul 27, 2006 12:01 am
Location: Free Adam Coffeeshop, Amsterdam
Contact:

Post by MaestroMan »

cool, will you be able to download it at some stage?
Image
User avatar
xXxCocoFangxXx





Posts: 3756
Joined: Thu Sep 08, 2005 9:57 am
Contact:

Post by xXxCocoFangxXx »

I'll Beta with you. Hit me up on AIM or MSN.
Image
User avatar
FleetAdmiralBacon




Critic Pyre Articulatist 500

Posts: 2377
Joined: Sat Nov 26, 2005 7:01 pm
Location: Ohio
Contact:

Post by FleetAdmiralBacon »

Finally got the HTML based messaging to work:
Image

I'll give out the beta tomorrow, I just need to tweak a few things.

EDIT:
Updates!
Tons of smileys now, most of them the standard ones from phpBB.
Also, you can now set your default font and color (which is stored in the registry)
Beta is available, just ask me and register on GruntMaps^
I'de upload it, but tons of people have problems with different things and I can't do do it here and it wouldn't be right over at the files forum... Or would it... Meh, I'll find a place. In the meantime, I'll give it to anyone with MSN Messenger, just add me: [email protected]


^Registration is required as the login script uses a php page that accesses the SQL database on the site and compares your username and password.

EDIT:
New pic:
Image
THat's with a custom background applied using <body background="URL">


Man, I'm bored.. Does ANYONE want the beta?
Image
Image
Everything you'll ever need to know about me.
Need help with Linux, C#, C, Python, Java, PHP, Javascript, CSS, or VB? I'm available from 3:00PM-8:00PM EST on weekdays.
User avatar
[cc]z@nd!




Literarian 500

Posts: 2297
Joined: Tue May 04, 2004 1:52 pm
Location: michigan

Post by [cc]z@nd! »

WOW. it looks like you put a TON of work into that. job well done.

what language was it written in and are you planning on releasing the source?
ASPARTAME: in your diet soda and artificial sweeteners. also, it's obviously completely safe. it's not like it will cause tumors or anything. >.>
always remember: guilty until proven innocent
fishface617





Posts: 1557
Joined: Thu Mar 16, 2006 5:50 pm
Location: RI

Post by fishface617 »

sweet. i like it a lot
User avatar
dos mes





Posts: 2158
Joined: Thu Dec 29, 2005 9:58 pm
Location: Syracuse, NY

Post by dos mes »

[cc]z@nd! wrote:WOW. it looks like you put a TON of work into that. job well done.

what language was it written in and are you planning on releasing the source?
FleetAdmiralBacon wrote: The server runs on Python and just echoes everything sent to it to everything connected to it (which it stores in a list).
User avatar
FleetAdmiralBacon




Critic Pyre Articulatist 500

Posts: 2377
Joined: Sat Nov 26, 2005 7:01 pm
Location: Ohio
Contact:

Post by FleetAdmiralBacon »

Dos Mes wrote:
[cc]z@nd! wrote:WOW. it looks like you put a TON of work into that. job well done.

what language was it written in and are you planning on releasing the source?
FleetAdmiralBacon wrote: The server runs on Python and just echoes everything sent to it to everything connected to it (which it stores in a list).
VB6
Image
Everything you'll ever need to know about me.
Need help with Linux, C#, C, Python, Java, PHP, Javascript, CSS, or VB? I'm available from 3:00PM-8:00PM EST on weekdays.
User avatar
[cc]z@nd!




Literarian 500

Posts: 2297
Joined: Tue May 04, 2004 1:52 pm
Location: michigan

Post by [cc]z@nd! »

oh. it's made with basic... *walks away*.

jk. sure, so basic isn't everyone's favorite language, but i salute you for putting all that together. i don't know how to do any network-related things in programming at all.
ASPARTAME: in your diet soda and artificial sweeteners. also, it's obviously completely safe. it's not like it will cause tumors or anything. >.>
always remember: guilty until proven innocent
User avatar
JK-47




Bloodhound Pyre Socialist Grunge

Posts: 10883
Joined: Wed Dec 01, 2004 2:54 pm
Location: Utah

Post by JK-47 »

Awsome! When it's released you'll get my download :wink:
Image
The_Hushed_Casket





Posts: 1698
Joined: Sun Nov 07, 2004 12:13 pm

Post by The_Hushed_Casket »

[cc]z@nd! wrote:oh. it's made with basic... *walks away*.

jk. sure, so basic isn't everyone's favorite language, but i salute you for putting all that together. i don't know how to do any network-related things in programming at all.
Well, it is based on SQL, so the networking part is probably not done from scratch (correct me if I'm wrong). Very impressive nonetheless. Great job.
Image
User avatar
FleetAdmiralBacon




Critic Pyre Articulatist 500

Posts: 2377
Joined: Sat Nov 26, 2005 7:01 pm
Location: Ohio
Contact:

Post by FleetAdmiralBacon »

1. The program is written in VB6
2. The login opens a PHP page that connects to a SQL server and checks a password, then changes the title of the page to "AYES", "ANO", or "A" depending on whether the password is right, wrong, or the account can't be found.
3. The server was written by hand in python* and, though I have an EXE version, I still run the python script because it's faster.
4. The actually stuff that you see is a webbrowser. The program writes HTML code as it receives messages. You type the HTML in the small box.

I'll give out a few betas this afternoon.
See ya.

EDIT: *fixed a mistake
Last edited by FleetAdmiralBacon on Tue Sep 05, 2006 1:02 pm, edited 1 time in total.
Image
Everything you'll ever need to know about me.
Need help with Linux, C#, C, Python, Java, PHP, Javascript, CSS, or VB? I'm available from 3:00PM-8:00PM EST on weekdays.
User avatar
[cc]z@nd!




Literarian 500

Posts: 2297
Joined: Tue May 04, 2004 1:52 pm
Location: michigan

Post by [cc]z@nd! »

if you don't mind, i'd like to beta security related stuff. well, with what stuff i do know...
ASPARTAME: in your diet soda and artificial sweeteners. also, it's obviously completely safe. it's not like it will cause tumors or anything. >.>
always remember: guilty until proven innocent
Patrickssj6




Pi Collaborator

Posts: 5426
Joined: Sat Jul 24, 2004 12:12 pm
Location: I'm a Paranoid
Contact:

Post by Patrickssj6 »

Not bad.I actually have a code for VB6 for a chat program.

Nice. :D
...left for good
Post Reply