AwakenedLands Forums
How about an IRC chat page? - Printable Version

+- AwakenedLands Forums (http://forums.awakenedlands.com)
+-- Forum: Awakened Lands - General (/forum-1.html)
+--- Forum: General Discussion (/forum-10.html)
+--- Thread: How about an IRC chat page? (/thread-3172.html)

Pages: 1 2 3 4


How about an IRC chat page? - Keitaro - 2008.Mar.11 11:51 AM

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.


- Ushanewnewba - 2008.Mar.11 11:53 AM

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.


- PhisheVA - 2008.Mar.11 02:25 PM

Its slogan could be: The chat room, for when you really want an extended stay in the hospital.


- ShadowKid - 2008.Mar.11 05:07 PM

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 - 2008.Mar.11 06:17 PM

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....


- zenith - 2008.Mar.11 09:01 PM

PhisheVA Wrote:Its slogan could be: The chat room, for when you really want an extended stay in the hospital.

HAHA!


- Dragon - 2008.Mar.12 09:12 AM

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


- Keitaro - 2008.Mar.12 10:43 AM

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 - 2008.Mar.12 11:01 AM

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 - 2008.Mar.12 11:51 AM

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.