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)
-   -   jPilot (IRC chat) Integration (https://vborg.vbsupport.ru/showthread.php?t=33093)

wooolF[RM] 03-24-2002 06:22 PM

irc.rizenet.org support long names

opus 03-24-2002 09:09 PM

[QUOTE]Originally posted by wooolF[RM]
irc.rizenet.org support long names

HellRazor 03-25-2002 12:32 AM

I installed the JPilot integration as described in the first post, that part is working fine.

But I can't seem to get the "Who's in JIRC" hack to work. I followed the directions in whosinjirc_chat.txt, but the $chatters variable doesn't display anything.

Anyone have any idea what I might be doing wrong?

Jakeman 03-25-2002 02:41 AM

this hack doesn't have whois in chat functionality. are you confusing this with another hack?

...though, i was meaning to add whois in chat functionality, i just need to spend some time with it.

HellRazor 03-25-2002 03:08 AM

Elsewhere in this thread, someone posted a "Who's In Chat" hack that is supposed to work with this. Couldn't get it to work tho.

HellRazor 03-25-2002 04:17 PM

HACK ADDON:

JPilot IRC applet doesn't allow you to have spaces in your name. So if your VBulletin username is "Joe Blow", this hack will log you in to IRC as "Joe" because the JPilot IRC applet ignores everything after the space.

Here's a way to get this hack to substitute an underscore character "_" for a space so that you will log into IRC with your full username:

In your chatmain template, change:

<param name="NickName" value="$bbuserinfo[username]">

To:

<param name="NickName" value="$ircname">

In your phpinclude template, add:

$ircname = ereg_replace(" ", "_", $bbuserinfo[username]);

That's it! Hope this helps.

[email protected] vbmenu_register("postmenu_232795", true); 03-25-2002 07:18 PM

Hack works great, only one problem, i have installed vbportal as a home page, and the irc chat link only works now when it is clicked from within the forums area, and not on the home page? any suggestions?

check out to see what i am talking about at http://www.hack100.com

Jakeman 03-25-2002 08:08 PM

your links are correct. it should work. others have had problems with this hack and vbportal together. vbportal might do something differently that is jacking the jpilot.

maybe try removing the sessionhash in the link?

Smoothie 03-25-2002 09:35 PM

I'm IRC illiterate....I have all the files uploaded, and the templates added, now where do I go to connect to a server? Do I have to register a channel and nick? Can someone point me in the right direction?

Thanks

bitbender 03-25-2002 10:19 PM

[QUOTE]Originally posted by moe@hack100.com
Hack works great, only one problem, i have installed vbportal as a home page, and the irc chat link only works now when it is clicked from within the forums area, and not on the home page? any suggestions?

check out to see what i am talking about at http://www.hack100.com


All times are GMT. The time now is 07:13 AM.

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.01118 seconds
  • Memory Usage 1,734KB
  • 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
  • (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