vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   jIRC Chat Integration (https://vborg.vbsupport.ru/showthread.php?t=43461)

dbode 01-17-2003 06:36 AM

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...

lifesourcerec 01-17-2003 06:50 AM

If it still says that, the key is wrong.

NoAhBoDy 01-18-2003 01:07 AM

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&nbsp;</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>

....hope this helps..

Grunt 01-21-2003 04:32 AM

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.

??

NoAhBoDy 01-21-2003 04:41 AM

if you copied my template, remove the following:
Code:

<param name="AliasList" value="/nick=/echo Nick command disabled">

Grunt 01-21-2003 04:52 AM

thanks!

Cyricx 03-06-2003 11:22 PM

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:

FleaBag 03-07-2003 03:21 AM

Do you use vBPortal?

Cyricx 03-07-2003 06:31 PM

Aye, I do. Guessing that's a lovely vbportal problem too eh? :)

[high]* Cyricx heads off to vbportal forums.[/high]

Cyricx 03-11-2003 03:48 PM

Welp, didn't get a peep of help over there lol.

Any ideas on how I can fix that? :(


All times are GMT. The time now is 10:13 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01059 seconds
  • Memory Usage 1,742KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete