Skip to content
General Chat Talk

Msn chat project or similar

A TG007 community discussion started by xdannyphantomx.

Discussion 5 posts
Page 1 of 1
Open
Topic #16748 · 5 published posts · 3,898 views
Hello, how about any of you have the project similar to msn chat to put it locally on my PC and do tests or how could I have the web code to create a room in buzzen and that they could enter from my website?
 
 
 
 
 
 
Edited Jun 13, 2024 12:55 AM by xdannyphantomx

Yes, I can send you a full set of chat pages that you can edit to your own liking. Smilies, Gif's, Stickers and chat colors.

Dedicated to your room and will look like your own chat on your website.

If you're not comfortable coding, I can set up the pages on my server for you to Iframe on your website.

Have a look on the links below to see how the chat works.

An Iframe code can be provided.

https://ircxchat.com

This is all free with unlimited connections.

Cheers

Edited Nov 15, 2025 6:09 PM by Cobra change url

Does anyone have a PHP script with the same layout and functions? My server doesn’t allow ports, so I need a complete script that can work without using any port.

Edited Oct 4, 2025 4:03 PM by Lahori_Munda

I'm releasing my web chat which can be loaded to any secure server/domain etc.

It uses, HTML5 WebSocket and Supports TLS encryption.

It connects to my chat server which can handle many thousands of connections.

It will also connect to coders-Irc.net and koach.com servers on WSS port +7003.

You can edit it as you please as it comes in Html, Css and Java files. Be careful with the Js files. As always, keep backup's.

Support for emojis, stickers and GIFs that can also be edited.

IRC and IRCX chatrooms available. 

Multiple rooms on the one chat screen.

Lobby is the default chat room and can be edited in the html files.

Download here:   https://www.ircxchat.com/webchat.zip

Enjoy and cheers

Edited Feb 17, 2026 9:04 AM by Cobra
Like
On 11/13/2025 at 9:32 PM, Cobra said:

I'm releasing my web chat which can be loaded to any secure server/domain etc.

It uses, HTML5 WebSocket and Supports TLS encryption.

It connects to my chat server which can handle many thousands of connections.

You can edit it as you please as it comes in Html, Css and Java files. Be careful with the Js files. As always, keep backup's.

Support for emojis, stickers and GIFs that can also be edited.

IRC and IRCX chatrooms available. 

Multiple rooms on the one chat screen.

Lobby is the default chat room and can be edited in the html files.

Download here:   https://www.ircxchat.com/webchat.zip

Enjoy and cheers

Thanks for the share.