|
|
| Author |
Message |
Cozyboy none

Joined: 18 Mar 2004 Posts: 3
|
Posted: Dec 07, 2004 3:08am Post subject: How to link Javachat of SearchIRC |
|
|
I would like to have JavaChat link on my own web. Can i link it from IRCSearch (Like when i search Channels).
Thanx |
|
| Back to top |
|
 |
Theo- none

Joined: 02 Jan 2005 Posts: 5
|
|
| Back to top |
|
 |
upinsmoke Newbie

Joined: 01 Mar 2004 Posts: 62 Location: pennsylvania
|
Posted: Jan 07, 2005 7:18pm Post subject: |
|
|
an iframe or php include should work fine
<iframe
src ="http://adress to search irc java chat">
</iframe>
<?php
include 'http://adress to search irc java chat';
?>
or as theo said you can save searchirc some bandwidth and run your own.
while it isnt java i perfer cgiirc over java chat applets
http://sourceforge.net/projects/cgiirc/ |
|
| Back to top |
|
 |
GreyMouser Newbie

Joined: 04 Dec 2004 Posts: 74
|
Posted: Jan 07, 2005 8:30pm Post subject: |
|
|
| keep in mind that cgiirc has been known to be banned by some proxy scanners for security reasons. |
|
| Back to top |
|
 |
w00t Eleet

Joined: 09 Jun 2004 Posts: 699 Location: Nowra, Australia
|
Posted: Jan 07, 2005 8:35pm Post subject: |
|
|
Uh... There's only one way i can think of that can be done:
1) banning any connection from a client responding with CGIIRC from a VERSION (chatspike network)
...otherwise, it works like a normal client... (i've been using it almost exclusivly for the past 4 years.) |
|
| Back to top |
|
 |
|