| View previous topic :: View next topic |
| Author |
Message |
lms
Joined: 23 Jul 2005 Posts: 9
|
Posted: Sat Jul 23, 2005 9:28 pm Post subject: help |
|
|
Hey,
I was searching to last few days after somting to put my irc channel on my website. I mean if some one is on my website that they just need to push on a button and that they could chat on my irc channel.
Is that possible ?
Thanx,
lms |
|
| Back to top |
|
 |
|
|
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3620 Location: Sweden
|
Posted: Sun Jul 24, 2005 12:57 am Post subject: Re: help |
|
|
Do you want an online IRC on your page or just a link to your irc-room?
There are scripts for running an online irc client on a webpage, but that requires php or asp. (I've never tried it)
And if you want a link they click to get directly to your irc channel I don't know.. There are no such thing in the html standard, but maybe the irc-client people use makes an addon to read something like irc://channelname I have no idea. |
|
| Back to top |
|
 |
Phate 500+ Club

Joined: 21 Nov 2004 Posts: 818 Location: 127.0.0.1
|
Posted: Mon Jul 25, 2005 7:01 am Post subject: Re: help |
|
|
Very easily done:
<a href="irc://irc.defypro.net/gf">irc</a>
The above code would bring you to the SERVER "irc.defypro.net", in the CHANNEL #gf |
|
| Back to top |
|
 |
lms
Joined: 23 Jul 2005 Posts: 9
|
Posted: Thu Jul 28, 2005 9:24 pm Post subject: Re: help |
|
|
| Phate wrote: |
Very easily done:
<a href="irc://irc.defypro.net/gf">irc</a>
The above code would bring you to the SERVER "irc.defypro.net", in the CHANNEL #gf |
thnx m8  |
|
| Back to top |
|
 |
|