View Full Version : Messenging in game?
Lord Impero
July 25th, 2006, 09:12 AM
Hi all,
Is it possible to make a mini messenger built in an rpg that allows people to send their messages across to a friend and see their character’s appearance without using complicated things like smartfox and using just flash and php/mysql?
Thanks,
Impero
noTime
July 25th, 2006, 09:42 AM
In fact, it can be accomplished even with PHP only.
Joppe
July 25th, 2006, 01:21 PM
Yes.
Lord Impero
July 26th, 2006, 07:16 AM
Great :P
How about seeing other characters moving around?
Lord Impero
July 29th, 2006, 09:29 AM
Anyone?
blazes
July 29th, 2006, 09:33 AM
need a socket server.
Lord Impero
July 29th, 2006, 09:53 PM
^ :( is that hard to understand and make?
Afflict
August 28th, 2006, 04:20 PM
Can any body tell Lord Impero how to make this?
Lord Rahl
August 29th, 2006, 11:47 AM
Socket Servers are not to bad to understand and do. I myself have tried a little, and found it not to bad. But I only went as far as creating a simple connection. I never got around to sending the messages in my project (which was a chatroom). Check out Smartfox (http://www.smartfoxserver.com/). It acutally has a chatroom design tutorial on this site and in the files somewhere. You can learn to send the simple text messages to other people from the chatroom file and tutorial.
signifer123
August 29th, 2006, 07:29 PM
To make a socket server is pain in C at least, and i've tried it in java, wasn't as bad but i still had trouble.(I'm quite sure i can do it now)
i recommend you use a premade one, there really no reason to make your own, there are opensource ones out there that you can feel free to edit. And theres red5 which is a opensource version of flash communication server with some extra stuff. So it can handle multimedia too.
I guess you could use a php socket server if you really wanted to, thoguh i feel running such a high level to update often would bring the server down to its knees.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.