The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
jIRC Chat Integration Details »» | |||||||||||||||||||||||||
This hack is very similar to other hacks already released, I know there are a few others out there - I made this for myself so thought I would release it just incase anyone else found it useful. This hack takes into consideration Who's On-line, is controlled by one template, and has less files to upload than a few other chat hacks. All the files you need to run IRC chat from your vBulletin are included in this distribution. This hack is configured to work with HashNet IRC [www.hashnet.org]. HashNet let's you register your username's as well as your channels, protecting it from any misuse. All the information you need for such processes can be found on the HashNet site. If you wish to use a different IRC server, or a channel name other than that of your vBulletin title, edit the '<para name' tags in your chat template [which you'll add in Step 2] of installation...
This distribution includes jIRC version 2.6.0. The original jIRC readme file is included in this zip file for copyright reasons. jIRC is Shareware [and as a result, you receive messages encouraging the admin to register when it is used] - if you like the product, and basically if you want it to work correctly you must register it. Pricing can be found on the jIRC website [www.jpilot.com]. *Thanks to Jakeman, FireFly, TWT Commish and everyone else at vBulletin.org for the help they've given me with vBulletin hacking to date.* Please click install if you use this hack! Show Your Support
|
Comments |
#52
|
|||
|
|||
Hmmm, I put in the following (this is not MY license key, I just changed the numbers into xxxx)
<param name="LicenseKey" value="XXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXX"> .. but I still have this *Unregistered*Messages... |
#53
|
||||
|
||||
If it still says that, the key is wrong.
|
#54
|
||||
|
||||
My key works and here's my main_chat template:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>$bbtitle - $foruminfo[title]</title> $headinclude </head> <body> <table cellpadding="2" cellspacing="0" border="0" width="95%" align="center"> <tr> <td valign="top">$navbar <smallfont>$moderatedby$onlineusers</smallfont></td> <td valign="bottom" align="right"><smallfont>$newthreadlink </smallfont></td> </tr> </table> <br> <!-- jIRC applet --> <table cellpadding="2" cellspacing="0" border="0" width="100%" align="center"> <tr> <td align="center" valign="top"> <applet name="jchat" codebase="../jIRC" archive="http://mydomain.com/jirc/jirc_nss.zip" code="Chat.class" width=750 height=450> <param name="CABBASE" value="http://mydomain.com/jirc/jirc_mss.cab"> <param name="ServerPort" value="6667"> <param name="ServerName1" value="my.ircserver.com"> <param name="Channel1" value="mychannel"> <param name="ChannelPassword" value="mychannelkey"> <param name="AllowURL" value="true"> <param name="AllowIdentd" value="true"> <param name="WelcomeMessage" value="Welcome to my private chat"> <param name="RealName" value="$bbusername"> <param name="NickName" value="$bbusername"> <param name="UserName" value="VB_$bbusername"> <param name="isLimitedServers" value="true"> <param name="isLimitedChannels" value="false"> <param name="IgnoreMOTD" value="true"> <param name="DisplayConfigNick" value="false"> <param name="DisplayConfigNickPass" value="false"> <param name="DisplayConfigChannel" value="true"> <param name="DisplayChannelPass" value="false"> <param name="DisplayConfigRealName" value="false"> <param name="DisplayConfigServer" value="false"> <param name="DisplayConfigPort" value="false"> <param name="DisplayConfigMisc" value="false"> <param name="InitCommands" value="/me says Hola!!"> <param name="BackgroundColor" value="99,132,181"> <param name="TextColor" value="black"> <param name="TextScreenColor" value="white"> <param name="ListTextColor" value="blue"> <param name="TextFontName" value="Arial"> <param name="TextFontSize" value="12"> <param name="LogoBgColor" value="white"> <param name="BorderVsp" value="5"> <param name="DirectStart" value="true"> <param name="FGColor" value="black"> <param name="InputTextColor" value="black"> <param name="InputScreenColor" value="white"> <param name="TitleBackgroundColor" value="black"> <param name="TitleForegroundColor" value="white"> <param name="AliasList" value="/nick=/echo Nick command disabled"> <param name="IgnoreServerMsg" value="true"> <param name="IgnoreModeMsg" value="false"> <param name="AcceptCommands" value="true"> <param name="FieldNameChannel" value="Choose a room:"> <param name="FieldNameConnectNow" value="Connect"> <param name="FieldNameTitleTopic" value=""> <param name="FieldNameConfig" value="Change room"> <param name="DisplayAbout" value="false"> <param name="LicenseKey" value="My license key"> </applet> </td> </tr> </table> <!-- /jIRC applet --> </body> </html> |
#55
|
|||
|
|||
got this working fine..however..
I have it set so that before launching, the users can select their nick. Great, works fine. But, If a user wants to change their nick while in the channel using /nick..it returns ***echo UNKNOWN COMMAND. ?? |
#56
|
||||
|
||||
if you copied my template, remove the following:
Code:
<param name="AliasList" value="/nick=/echo Nick command disabled"> |
#57
|
|||
|
|||
thanks!
|
#58
|
|||
|
|||
Loaded this up, chat and everything works great, just got a problem in the header area, shows this above the chat.
Warning: Unknown(../vbp_includes.php): failed to create stream: No such file or directory in /home/gof/public_html/global.php(313) : eval()'d code on line 11 Warning: Unknown(): Failed opening '../vbp_includes.php' for inclusion (include_path='.:/usr/lib/php') in /home/gof/public_html/global.php(313) : eval()'d code on line 11 Warning: Unknown(vbs_counter.php): failed to create stream: No such file or directory in /home/gof/public_html/global.php(313) : eval()'d code on line 28 Warning: Unknown(): Failed opening 'vbs_counter.php' for inclusion (include_path='.:/usr/lib/php') in /home/gof/public_html/global.php(313) : eval()'d code on line 28 Any ideas? :ermm: |
#59
|
||||
|
||||
Do you use vBPortal?
|
#60
|
|||
|
|||
Aye, I do. Guessing that's a lovely vbportal problem too eh?
[high]* Cyricx heads off to vbportal forums.[/high] |
#61
|
|||
|
|||
Welp, didn't get a peep of help over there lol.
Any ideas on how I can fix that? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|