Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 IRC Web Client?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

svx
Starting Member

USA
35 Posts

Posted - 16 June 2003 :  18:38:01  Show Profile  Visit svx's Homepage  Send svx an AOL message  Send svx an ICQ Message
I am looking for a simple way to have my users connect to our irc server and channel (especially those not familiar with IRC) through our website. I have run across several apps out there like jIRC and JWIRC, but both of those want fees which I would not mind paying on down the road, but during initial implementation, I would like some free to test/play with. Anyone got any good ideas on an IRC server side client that could be used with Snitz?

Thanks,
SVX

www.isv-knights.org

{ISV-K}SVX
"I'm on Fire!"
www.isv-knights.org

Edited by - ruirib on 16 June 2003 18:48:06

svx
Starting Member

USA
35 Posts

Posted - 17 June 2003 :  13:01:13  Show Profile  Visit svx's Homepage  Send svx an AOL message  Send svx an ICQ Message
Anyone?

{ISV-K}SVX
"I'm on Fire!"
www.isv-knights.org
Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 17 June 2003 :  14:13:46  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
look for java applets on the web that do IRC... there are a few out there that are prety cool... you could do an ASP page that puts in their username from their cookie too :)

Reinsnitz (Mike)
Go to Top of Page

svx
Starting Member

USA
35 Posts

Posted - 17 June 2003 :  14:57:30  Show Profile  Visit svx's Homepage  Send svx an AOL message  Send svx an ICQ Message
Thanks. Any ideas on a good one to start with? The cookie deal is neat sounding.

{ISV-K}SVX
"I'm on Fire!"
www.isv-knights.org
Go to Top of Page

Gremlin
General Help Moderator

New Zealand
7528 Posts

Posted - 17 June 2003 :  22:49:16  Show Profile  Visit Gremlin's Homepage
Jpilot - http://www.jpilot.com/ not free but theres a crippled version available for download iirc

Kiwihosting.Net - The Forum Hosting Specialists
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 17 June 2003 :  23:09:01  Show Profile  Visit dayve's Homepage
quote:
Originally posted by Gremlin

Jpilot - http://www.jpilot.com/ not free but theres a crippled version available for download iirc



I've used this one as well and its probably the best one out there.

Go to Top of Page

svx
Starting Member

USA
35 Posts

Posted - 18 June 2003 :  18:23:59  Show Profile  Visit svx's Homepage  Send svx an AOL message  Send svx an ICQ Message
I ran across this one http://www.jwirc.com that seems to offer many more options and the cost is actually cheaper. I will play with them some.

Thanks for the replies.

{ISV-K}SVX
"I'm on Fire!"
www.isv-knights.org
Go to Top of Page

bjlt
Senior Member

1144 Posts

Posted - 18 June 2003 :  21:05:38  Show Profile
I used to use jirc, it's nice but it lacks some major features:
multi channel,
copy paste,
better asian language support, (I have proble of line breaking)
ddc, if you need it.

the new version of jwirc looks nice, will play more on it.

Go to Top of Page

svx
Starting Member

USA
35 Posts

Posted - 19 June 2003 :  14:31:58  Show Profile  Visit svx's Homepage  Send svx an AOL message  Send svx an ICQ Message
Ok, I loaded jwirc but or some reason my java applet will not load on my test page at www.isv-knights.org/isvkirc.asp when I include my header and footer. Here is what I did to test this with ASP.

I took the chat_with_comments.html page and updated all the server information and then added these lines to the top:

<!--#INCLUDE FILE="config.asp"-->
<!--#INCLUDE FILE="inc_header.asp" -->


and this line to the bottom:

<!--#INCLUDE FILE="inc_footer.asp" -->

Those lines include my header and footer for all pages on my website so I did not do any modifying of them before I included them. Once I added those lines of code I resaved the file as isvkirc.asp. The page loads, but then the applet/irc panel does not. I then put the chat_with_comments.html page on the site to see if it was also affected and it was not. It worked as it should have as you can see here: www.isv-knights.org/chat_with_comments.html .

Am I missing something here? I also posted on the jwirc forum to see if anyone there could help.

btw - Jirc works like a charm, but I prefer jwirc because of its rich feature set. You can see my jirc demo at www.isv-knights.org/isvkjirc.asp

Any help would be appreciated.

{ISV-K}SVX
"I'm on Fire!"
www.isv-knights.org
Go to Top of Page

bjlt
Senior Member

1144 Posts

Posted - 19 June 2003 :  21:30:32  Show Profile
change height="100%" to height="heightinpixel"
and I think you'll see it.

I'm playing with it now too. I've registered jirc when the free version of jwirc was not as good as it is now. the author, jpilot told me jwirc uses new java library which won't load on old browsers while the one used in jirc could, that's why it does not have all the feature of jwirc. I did a test and jwirc won't load in ns4, can't test other old browsers (ie4/5/5.5) as I don't have them.

I like jwirc. It has everything I need except for
auto switch server if can't connect;
hide the input area completely rather than fade it out for irc newbie, low priority though.

Edited by - bjlt on 19 June 2003 21:39:28
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 19 June 2003 :  21:42:38  Show Profile
Have you seen how audio-tracker.com does it on their site?

They just imbed the chat from www.mircx.com into a page on their website using an iframe. You pass variables to it like this:

<iframe src="http://www.mircx.com/cgi-bin/jirc.cgi?BorderHsp=0&BorderVsp=0&cabbase=jirc_mss.cab&Channel1=audio-tracker&DisplayAbout=false&ServerName1=irc.zirc.org&ServerPort=6667&RealName=REALNAME&DirectStart=true&TextScreenColor=white&TitleBackgroundColor=lightGray&NickName=NICKNAME" name="chat" width="600" height="400" scrolling="no"></iframe>
Go to Top of Page

svx
Starting Member

USA
35 Posts

Posted - 20 June 2003 :  11:08:12  Show Profile  Visit svx's Homepage  Send svx an AOL message  Send svx an ICQ Message
bjlt, that fixed it. Thanx...I did not even think to adjust height settings. Did you also regester on the jwirc forums? Someone had a reply today almost 100% identical to yours here.

Anyway, thanx again. I will be buying the registered version this week.

Check it out at www.isv-knights.org/isvkirc.asp

I will be customizing the colors and backgrounds as well as the servers some more this weekend.

{ISV-K}SVX
"I'm on Fire!"
www.isv-knights.org

Edited by - svx on 20 June 2003 11:10:57
Go to Top of Page

bjlt
Senior Member

1144 Posts

Posted - 20 June 2003 :  11:31:44  Show Profile
you are welcome.

yes that's me asking some question/feature request there.

Guess I'll register one too when my site is ready, if ever.





Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.33 seconds. Powered By: Snitz Forums 2000 Version 3.4.07