How about an IRC chat page?
2008.Mar.11, 11:51 AM
How about an IRC chat page?
Post: #1
There are many websites out there with an IRC chat room. This, in my experience, gives people a bit more freedom to talk to one another than the PM system does. There are many ways to get an IRC on a website.

For those of you who do not know what IRC is, here is the wikipedia definition: IRC Definition

So, please tell me what you think about having an IRC chat on this site.
2008.Mar.11, 11:53 AM
 
Post: #2
It has been attempted. Put something together yourself maybe? see how it goes, if well, then come back and show your findings... would be my sugestion.

If stupidity bothers you, click here for a solution.
2008.Mar.11, 02:25 PM
 
Post: #3
Its slogan could be: The chat room, for when you really want an extended stay in the hospital.
2008.Mar.11, 05:07 PM
 
Post: #4
PhisheVA Wrote:Its slogan could be: The chat room, for when you really want an extended stay in the hospital.

lol that would be a full house then lol
2008.Mar.11, 06:17 PM
 
Post: #5
Ushanewnewba Wrote:It has been attempted. Put something together yourself maybe? see how it goes, if well, then come back and show your findings... would be my sugestion.
I just might do that....
2008.Mar.11, 09:01 PM
 
Post: #6
PhisheVA Wrote:Its slogan could be: The chat room, for when you really want an extended stay in the hospital.

HAHA!

Zenith [2]
Game Creator and Admin
2008.Mar.12, 09:12 AM
 
Post: #7
How about a simple HTML/PHP one? I think that it could be quite faster.
2008.Mar.12, 10:43 AM
 
Post: #8
You mean like this code?
Code:
<div id="#wrchatframe" style="text-align: center;">
<iframe scrolling="no" align="middle" frameborder="0" height="540" width="700" name="flashchat" src="http://flashirc.wyldryde.org/getchat.php?channel=awakenedlands"></iframe>
<div class="poweredby" style="text-align: center; font-family: sans-serif; font-size: xx-small; margin-top: 6px; margin-right: 6px; margin-left: 6px; margin-bottom: 6px">
<!--The following link and powered by graphic may not be removed or edited without making a minimum $250 donation to WyldRyde. Any channels that edits or removes these will be suspended.-->
<a href="http://www.wyldryde.org/" target="_blank"><img src="http://www.wyldryde.org/chat/poweredbywyldryde.gif" width="129" height="18" border="0" style="; margin-top: 6px; margin-right: 6px; margin-left: 6px; margin-bottom: 6px" alt="Powered by WyldRyde IRC Network. Add a free web chat to your web site." /></a><br />
<!-- You may remove the following link if you wish. -->
<a href="http://www.wyldryde.org/chat/getchat.php" target="_blank">Add a web chat to your website!</a><br />
</div>
</div>
2008.Mar.12, 11:01 AM
 
Post: #9
I do not mean Adobe Flash chat (which you just suggested), but pure HTML/PHP chat. All chat messages could be stored in the Awakened Lands database; kind of similar to how these forums are set-up, really. Also, an iframe is not neccassarily required, but it will pretty much work the same way. Hmmm, I will see if I can get an example of pure HTML/PHP chat, just to make things easier to understand.
2008.Mar.12, 11:51 AM
 
Post: #10
http://chat.wwcol.com/cframe1.html

Some thing like the above, but with out the need to choose a username, for that can be easily automatically implemented in to the game.