The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Vbulletin Java Chat Details »» | ||||||||||||||||||||
Hi,
What this does is simply add a link which pops up in a window and connects to your specified irc server via a third party java application. We shall be using the freely distributed pjirc for this modifcation. Installation
Code:
<SCRIPT LANGUAGE="JavaScript"> <!-- Begin function popUp(URL) { day = new Date(); id = day.getTime(); eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=400,left = 256,top = 232');"); } // End --> </script>
Code:
<A HREF="javascript:popUp('http://website.com/forum/irc/')">Java IRC</A> woola, you intergrated a java irc client into your forum without any hassle. your irc will require customization in order for it to fit so here is my file i named index.html so once that the link is clicked, it opens the window exactly in the perfect dimensions, your welcome to use this code, also included in the pjirc are more heavy versions of the java client but this one in my opinion is perfect, BE SURE TO EDIT THE SERVER AND NAMES TO YOUR LIKING (ONES IN RED) Code:
<html> <head> <title>Vbulletin Java Chat</title> </head> <body leftmargin="0" topmargin="0"> <applet code=IRCApplet.class archive="irc.jar,pixx.jar" width=640 height=400> <param name="CABINETS" value="irc.cab,securedirc.cab,pixx.cab"> <param name="nick" value="VBCHAT"> <param name="alternatenick" value="VBCHAT???"> <param name="fullname" value="Java User"> <param name="host" value="irc.deltaanime.net"> <param name="gui" value="pixx"> <param name="quitmessage" value="Get a chat room for you're own vbulletin message board, visit https://vborg.vbsupport.ru/showthread.php?p=899188#post899188"> <param name="asl" value="true"> <param name="style:bitmapsmileys" value="true"> <param name="style:smiley1" value=":) img/sourire.gif"> <param name="style:smiley2" value=":-) img/sourire.gif"> <param name="style:smiley3" value=":-D img/content.gif"> <param name="style:smiley4" value=":d img/content.gif"> <param name="style:smiley5" value=":-O img/OH-2.gif"> <param name="style:smiley6" value=":o img/OH-1.gif"> <param name="style:smiley7" value=":-P img/langue.gif"> <param name="style:smiley8" value=":p img/langue.gif"> <param name="style:smiley9" value=";-) img/clin-oeuil.gif"> <param name="style:smiley10" value=";) img/clin-oeuil.gif"> <param name="style:smiley11" value=":-( img/triste.gif"> <param name="style:smiley12" value=":( img/triste.gif"> <param name="style:smiley13" value=":-| img/OH-3.gif"> <param name="style:smiley14" value=":| img/OH-3.gif"> <param name="style:smiley15" value=":'( img/pleure.gif"> <param name="style:smiley16" value=":$ img/rouge.gif"> <param name="style:smiley17" value=":-$ img/rouge.gif"> <param name="style:smiley18" value="(H) img/cool.gif"> <param name="style:smiley19" value="(h) img/cool.gif"> <param name="style:smiley20" value=":-@ img/enerve1.gif"> <param name="style:smiley21" value=":@ img/enerve2.gif"> <param name="style:smiley22" value=":-S img/roll-eyes.gif"> <param name="style:smiley23" value=":s img/roll-eyes.gif"> <param name="style:floatingasl" value="true"> <param name="pixx:highlight" value="true"> <param name="pixx:highlightnick" value="true"> </applet> </body> </html> MentaL Show Your Support
|
Comments |
#12
|
||||
|
||||
I would do what you said.
host 1 for the forum host 2 for the java applet. If you got cash to burn it would be useful to buy a hosting account for $5 with its on unique ip address and bind a dns entry to that ip so say irc.website.com is binded to that ip then you can use that java irc throught that. Its how i have my irc server now running from irc.ragezone.com as its on a secondary server. Hope that helps. |
#13
|
||||
|
||||
curious.......
yeap collaspable chat window...is a nice idea... |
#14
|
|||
|
|||
Yeah, this was made, since v2 up to 3 and 3.5 by Zachery, it's called vBXIRC.
|
#15
|
||||
|
||||
I already use pjirc so setting this up was initially a breeze, but my chatroom is on a site webpage. How would I go about cropping the rest of the page out? (IE won't scroll down to the applet.)
|
#16
|
||||
|
||||
Only real way is to setup a second page using the code above as it uses the margins so it gives no boarders... if there is another way then i cant think of one but at the end of the day its a small extra html file to upload so :P no biggy.
|
#17
|
||||
|
||||
Yeah, that's what I ended up doing. I guess it's fine like this.
|
#18
|
|||
|
|||
you dont send the forum id name to the chat? all users have same name?
|
#19
|
||||
|
||||
Quote:
/nick Newname :P |
#20
|
|||
|
|||
Some questions here, simple to answer, I guess...
I wouldn't like to mess with irc server instalation, so I linked to my channel on irc.vbulletin-fans.com Some, I guess, basics on irc... Sorry for my stupidity 1. Can I make myself an OP in that chatroom, everytime I login (register my nick?) 2. How do I set the topic in chatroom? Any FAQ on those things? Thx for any info Nenad |
#21
|
||||
|
||||
1: would need an irc client like MIRC to do that
2: double clicking the main window i think would do that. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|