Aurora078 Posted August 10, 2010 Posted August 10, 2010 Would anyone be interested in a Chat with an IM feature for the friends list? Quote
Swift-Fusion || Fusion Posted August 10, 2010 Posted August 10, 2010 Ok, ive noticed a theme with you. You love JS! Wouldnt IM be the same as a chat. Instant messaging = chat Quote
Aurora078 Posted August 10, 2010 Author Posted August 10, 2010 Ok, ive noticed a theme with you. You love JS! Wouldnt IM be the same as a chat. Instant messaging = chat Yes, I love JS lol. and sorta, but there would be a main chat where everyone talks, and then a seperate thing for friends only individual chatting Quote
Jordan Palmer Posted August 10, 2010 Posted August 10, 2010 This should be in General diss; This isn't yet a free modifaction. Topic moved Quote
Dominion Posted August 10, 2010 Posted August 10, 2010 yea i know its a really good idea i myself have looked into this one [mccode v2] Not much of a MOD more of a great addon.. Private Messenger Quote
Swift-Fusion || Fusion Posted August 10, 2010 Posted August 10, 2010 Well, if you need any help, drop me a line on MSN. [email protected] Quote
Zero-Affect Posted August 10, 2010 Posted August 10, 2010 I was actually after something like this for my game but if you do make it ill simply convert it (im crap with JS). Quote
a_bertrand Posted August 11, 2010 Posted August 11, 2010 I made my own chat systems... and IM feature too. Just a word of warning: MySQL memory tables do work well, but are a bit CPU intensive, so unless you have a dedi or VPS at least don't count on it. Files for chat is even worse. Now that will help none of you I fear: the only solution which would work well would be to have a dedicated "server" part of the chat, and let PHP connect to it, yet better, it would be even be less CPU intensive written in Java or C# than PHP. Why do I say so? Well, I have my own game running since more than 5 years now, and one of the most used feature in the game is the chat. And until recently I was using a pure PHP / MySQL solution and now switched to a self written IRC server + C# web client (wsirc). Since the switch the CPU load on the server went down, and yet the responsiveness of the chat is much higher. Quote
CJ - Twitch Posted August 12, 2010 Posted August 12, 2010 I actually just finished my own. :) Do you mean a global chat like TORN has? Quote
rulerofzu Posted August 12, 2010 Posted August 12, 2010 self written IRC server + C# web clientDamn Bertie your far to clever :D Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.