GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Programmer(s) Wanted for Chat Client Development (https://gfy.com/showthread.php?t=502471)

NetRodent 08-11-2005 03:04 PM

Programmer(s) Wanted for Chat Client Development
 
Mate1.com is looking to develop a installable chat client for windows. We currently offer a flash based chat client, but that has some technical limitations we wish to overcome as well as to offer our members the ability to chat without having to be logged into the website.

We are primarily interested in having this coded in C/C++ although we would consider other languages that are reasonably portable.

This is a contract position, although it could turn into a long term position.

Contact me at [email protected] is you think you've got what it takes.

lgranata 08-11-2005 03:07 PM

Hello, I'm from Argentina, i use .NET framework, if you are interested, please let me know.

Thanx!

WiredGuy 08-11-2005 03:13 PM

I had no idea you guys were behind Mate1!
WG

NetRodent 08-11-2005 05:56 PM

Quote:

Originally Posted by WiredGuy
I had no idea you guys were behind Mate1!
WG

You know us, we don't hype ourselves as a company much. I'm glad you've heard of Mate1 though!

NetRodent 08-11-2005 05:57 PM

Quote:

Originally Posted by lgranata
Hello, I'm from Argentina, i use .NET framework, if you are interested, please let me know.

Thanx!

We're not opposed to .NET or Argentinians. Have you don't any IM programming before?

allain123456 08-12-2005 03:40 AM

interesting.. if still needed let me know ...

Alky 08-12-2005 03:43 AM

i think you can rule C out here...

djscrib 08-12-2005 03:53 AM

Take a look at the Jabber library. A free open source chat library. There's a lot of clients already built for it (some downloadable, some java applets) and the server software is free as well. I think www.jabber.org is the link, otherwise google it.

NetRodent 08-12-2005 07:00 AM

Quote:

Originally Posted by djscrib
Take a look at the Jabber library. A free open source chat library. There's a lot of clients already built for it (some downloadable, some java applets) and the server software is free as well. I think www.jabber.org is the link, otherwise google it.

At this point jabber isn't really an option. The communcation protocol has already been established and is in use on the existing chat server and flash-based client. Even it we were to go with jabber, we'd still need someone to code the client to our specifications.

NetRodent 08-12-2005 07:03 AM

Quote:

Originally Posted by allain123456
interesting.. if still needed let me know ...

If you have any experience developing chat applications, write me at the address in the original post.

NetRodent 08-12-2005 10:57 AM

*bump* for the afternoon/west coast crowd

WiredGuy 08-12-2005 11:07 AM

Quote:

Originally Posted by NetRodent
You know us, we don't hype ourselves as a company much. I'm glad you've heard of Mate1 though!

I know how secretive you like to be, but outside of adult I didn't know you had such a big presence. I've seen Mate1 on tons of media buy location hotspots so you're doing a great job :)

WG

lgranata 08-12-2005 05:43 PM

I have done a chat program over TCP, but just to trying something interesting...

Can you contact me by ICQ: 246-764-290 to tell me more ?

Quote:

Originally Posted by NetRodent
We're not opposed to .NET or Argentinians. Have you don't any IM programming before?


Myst 08-12-2005 05:54 PM

Im your guy
Plenty of references if you need em, lots of experience, hit me up on ICQ 298-523-037

Serge Litehead 08-12-2005 07:43 PM

Quote:

Originally Posted by NetRodent
The communcation protocol has already been established and is in use on the existing chat server and flash-based client.

Do you use IRC protocol or something else?
My programmer has done chat client over IRC server in the past, he can put something simple together pretty fast.
Below is the sample of the chat, it's integrated in a private app. The chat is done purposely with very simple interface for not too computer savvy people.


http://dxstar.com/tmp/chat_sample.gif

Hit me up if interested.
email lucky555 at gmail com
icq 256-168

LexiLexxx 08-12-2005 08:05 PM

Wow

I will send this link to my man, as he is about to go into beta testing, with something big!

~LL

Mike69 08-12-2005 10:19 PM

Quote:

Originally Posted by NetRodent
Mate1.com is looking to develop a installable chat client for windows. We currently offer a flash based chat client, but that has some technical limitations we wish to overcome as well as to offer our members the ability to chat without having to be logged into the website.

We are primarily interested in having this coded in C/C++ although we would consider other languages that are reasonably portable.

This is a contract position, although it could turn into a long term position.

Contact me at [email protected] is you think you've got what it takes.


Interesting....

Stay away from Jabber... you have very liitle control over it...
I was gonna use it but lack security that I wanted...

Heres some caps of what I am working on...

Full IM system as well.... all 100% custom.... Client and Server..

Server tested on my local machine can handle 3500 transaction/sec

Server : Windows Service using Mysql Backend (Physical size1.1 Megs)
4Megs Mem used - no clients.
Client connection requires and 32k per user.
Fulling scaleable - Enterprise (clusterable).
SSL Enabled. (client to server and server to server)
By Clustering Mysql and the Server the user limit
will really only be limited by your bandwidth.

Client : Can be anything you can dream of.... but here a few shots of
the one I am playing with right now.. Its an MDI app.
(most windows open within the base window, except a bunch
of Profile editors, Settings, Buddy List, Cam Preview ect..)
Video in the client can be default size, or what ever the
user wants.. Full screen is available as well.


I know, I know.. Im an ugly fuck.. lol but ....

Ok this is kinda like Yahoo - View Webcam only it took some vitamins

http://8.7.232.169/caps/chathost.jpg

Heres the setting screen for that.

http://8.7.232.169/caps/chatsettings.jpg

http://8.7.232.169/caps/file.jpg

Here a couple of shot of the chat client....

Full URL and Animated Emotes... Emotes are load from an external package
and can be changed by the users. I have only loaded the Yahoo Pack here

http://8.7.232.169/caps/chatclient.jpg


As you can see it also has live spelling..... and "Speed Text"


http://8.7.232.169/caps/chatclient2.jpg

All URLS sent in the program use an internal browser that I have full control over (popup blocking, URL blocking ect...) Shift right click will not open in the default, I capture the call and open it in the internal broswer

http://8.7.232.169/caps/browser.jpg


And as you can see its fully skinable... and skins can be change on the fly by the user or the system. This is only one part the system, there is a lot more to what I playing with. As I said.. the sky is pretty much the limit..

Oh and I had Voice Over talent do some voice overs so on differnt event
you hear and see the event... ie Kicked, Banned.. Login, Disconnect ect..


here are a couple of samples.... should give you the idea...

Banned

Kicked

I use this for some good happening

any ways... hit me up if you want to talk....

ICQ : 695150

Alky 08-12-2005 10:23 PM

mike69 is a pimp programmer :2 cents:

Mike69 08-12-2005 10:31 PM

Quote:

Originally Posted by Alky
mike69 is a pimp programmer :2 cents:


Thanks dude... :thumbsup I've been mucking with this for about a month now..

LexiLexxx 08-12-2005 10:37 PM

LOL

more like 16 hrs a day for 1 month :-)
Nice work babe!!!

His brain, never stops!

Mike69 08-12-2005 10:37 PM

oh and for security reasons.. the chat display is NOT really a browser..
It understands most of the basic HTML but no scripting, ActiveX ect...

It will not pull outside images... ect ect....

so there is no chance of users messing with the system that way...

LexiLexxx 08-12-2005 10:47 PM

LOL

more like 16 hrs a day for 1 month :-)
Nice work babe!!!

His brain, never stops!

jimthefiend 08-18-2005 03:29 PM

Quote:

Originally Posted by Mike69
Interesting....

Stay away from Jabber... you have very liitle control over it...
I was gonna use it but lack security that I wanted...

Heres some caps of what I am working on...

Full IM system as well.... all 100% custom.... Client and Server..

Server tested on my local machine can handle 3500 transaction/sec

Server : Windows Service using Mysql Backend (Physical size1.1 Megs)
4Megs Mem used - no clients.
Client connection requires and 32k per user.
Fulling scaleable - Enterprise (clusterable).
SSL Enabled. (client to server and server to server)
By Clustering Mysql and the Server the user limit
will really only be limited by your bandwidth.

Client : Can be anything you can dream of.... but here a few shots of
the one I am playing with right now.. Its an MDI app.
(most windows open within the base window, except a bunch
of Profile editors, Settings, Buddy List, Cam Preview ect..)
Video in the client can be default size, or what ever the
user wants.. Full screen is available as well.


I know, I know.. Im an ugly fuck.. lol but ....

Ok this is kinda like Yahoo - View Webcam only it took some vitamins

http://8.7.232.169/caps/chathost.jpg

Heres the setting screen for that.

http://8.7.232.169/caps/chatsettings.jpg

http://8.7.232.169/caps/file.jpg

Here a couple of shot of the chat client....

Full URL and Animated Emotes... Emotes are load from an external package
and can be changed by the users. I have only loaded the Yahoo Pack here

http://8.7.232.169/caps/chatclient.jpg


As you can see it also has live spelling..... and "Speed Text"


http://8.7.232.169/caps/chatclient2.jpg

All URLS sent in the program use an internal browser that I have full control over (popup blocking, URL blocking ect...) Shift right click will not open in the default, I capture the call and open it in the internal broswer

http://8.7.232.169/caps/browser.jpg


And as you can see its fully skinable... and skins can be change on the fly by the user or the system. This is only one part the system, there is a lot more to what I playing with. As I said.. the sky is pretty much the limit..

Oh and I had Voice Over talent do some voice overs so on differnt event
you hear and see the event... ie Kicked, Banned.. Login, Disconnect ect..


here are a couple of samples.... should give you the idea...

Banned

Kicked

I use this for some good happening

any ways... hit me up if you want to talk....

ICQ : 695150



bump for the cause


All times are GMT -7. The time now is 04:21 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123