The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vbulletin.org's chat hack
i want the same chat hack as the one vbulletin.org is using
|
#2
|
||||
|
||||
Hmm ... which hack?
The "integration" of EIRC? That's pretty simple, I also got this on my board. |
#3
|
|||
|
|||
Quote:
|
#4
|
||||
|
||||
File chat.php
PHP Code:
Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <title>$vboptions[bbtitle] - Chat</title> $headinclude </head> <body> $header $navbar <center> <applet code="EIRC" archive="EIRC.jar,EIRC-gfx.jar" width="90%" height="400" codebase="http://www.yourircserver.tld/path_to_EIRC_dir"> <param name="server" value="irc.yourircserver.tld" /> <param name="port" value="6667" /> <param name="channel" value="#yourchannel" /> <param name="titleExtra" value="" /> <param name="username" value="foo" /> <param name="realname" value="bar" /> <param name="nickname" value="$bbuserinfo[username]" /> <param name="servEmail" value="irc@yourircserver.tld" /> <param name="login" value="1" /> <h1>Yoursite Chat</h1> <p> Sorry, but you need a Java 1.1.x enabled browser to use IRC.</p> </applet></center> $footer </body> </html> |
#5
|
||||
|
||||
sorry to bump the old topic, but I want to ask, where I can get the newest:
EIRC.jar and EIRC-gfx.jar ? And if I need to enter IRC Server password, in which variable I should enter the IRC Server password ? |
#6
|
||||
|
||||
6 years old. Seriously, anything in this thread is likely out of date.
|
#7
|
||||
|
||||
I need IRC Chat Integration for My vBulletin Forum v3.8.6 PL1, do you have recommendation ?
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|