AwakenedLands Forums

Full Version: How about an IRC chat page?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4

Keitaro

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.
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.
Its slogan could be: The chat room, for when you really want an extended stay in the hospital.

ShadowKid

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

Keitaro

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....
PhisheVA Wrote:Its slogan could be: The chat room, for when you really want an extended stay in the hospital.

HAHA!

Dragon

How about a simple HTML/PHP one? I think that it could be quite faster.

Keitaro

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>

Dragon

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.

Dragon

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.
Pages: 1 2 3 4
Reference URL's