vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBXirc (https://vborg.vbsupport.ru/showthread.php?t=59612)

Bounce 06-03-2004 01:44 AM

ermmmmm wot does all this mean :ermm:

lazserus 06-03-2004 02:18 AM

I had this working minus the fact dial up users were getting klined from my server until i installed this version. I don't really see why it changed anything, but now I'm getting connection: null errors. Anyone else? I was able to login ONCE, but after that I get all nul errors. Same as everyone who attemps.

hIBEES, all of my dial up users were getting the same error on DALnet. Broadband users had no problems, but dial up users were getting klined for a week when using the script. Not sure why.

|oR|Greg 06-03-2004 04:05 AM

This is what I get...

Connecting...
Logging in...
-- *** Looking up your hostname
-- *** Checking Ident
-- *** Found your hostname
Your username is invalid.
Connect with your real username, in lowercase.
If your mail address were foo@bar.com, your username would be foo.
Error : Closing Link: oRElGuapo by Lausanne.CH.EU.GameSurge.net (USER: Bad username)
Disconnected from irc.gamesurge.net

...BUT, if I log out of my forums, I get right in. I also get this on Zachery's site.. ??? Why?

Zachery 06-03-2004 04:19 AM

Probaly your server not liking your username, not the hacks problem

danbc 06-03-2004 05:03 AM

Zach:

How do You enable the use of the [ ] and other special chars? As I understand, Quakenet supports special chars, but the chat allways writes my name as gEPHIONBAD and not gEPHION[BAD] ?

Other than that, sweet hack :)

|oR|Greg 06-03-2004 11:26 AM

I'm using Guest??? and it always works if I'm not logged into the forums. Can ANYONE help?

Bounce 06-03-2004 12:19 PM

Quote:

Originally Posted by Zachery
Probaly your server not liking your username, not the hacks problem

anyway around this Zachery, gettin similiar error as |oR|Greg but says my username is already taken :speechless:

Bounce 06-03-2004 12:19 PM

Quote:

Originally Posted by lazserus

hIBEES, all of my dial up users were getting the same error on DALnet. Broadband users had no problems, but dial up users were getting klined for a week when using the script. Not sure why.

i'm on 1meg broadband

|oR|Greg 06-03-2004 02:56 PM

I fixed it...

Goto ACP>Styles & Templates > Style Manager > YOURSTYLE <<>> vbxirc templates >> vbxirc_index template

find:
Code:

<if condition="$bbuserinfo[userid] == 0">
<param name="nick" value="$vboptions[ircguest]">
<else />
<param name="nick" value="$chatname">
</if>

Replace with:
Code:

<!--
<if condition="$bbuserinfo[userid] == 0">
<param name="nick" value="$vboptions[ircguest]">
<else />
<param name="nick" value="$chatname">
</if>
//-->
<param name="nick" value="$vboptions[ircguest]">

NOW... because I couldn't find where the popup code variable for passing the "nick" parameter is, I disabled the popup option on my main site navbar.

Goto ACP>Styles & Templates > Style Manager > YOURSTYLE <<>> navigation / breadcrumb templates > navbar

find:
Code:

  <td id="chat" class="vbmenu_control"><a href="#chat">Chat</a> <script type="text/javascript"> vbmenu_register("chat"); </script></td>
Replace with:
Code:

<td id="Chat" class="vbmenu_control"><a href="$vboptions[bburl]/chat/index.php?$session[sessionurl]">Chat</a></td>
find:
Code:

<!-- chat links -->
<div class="vbmenu_popup" id="chat_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">Chat</td> </tr> <tr> <td class="vbmenu_option"><a href="$vboptions[bburl]/chat/index.php?$session[sessionurl]">Chat</a></td> </tr> <tr> <td class="vbmenu_option"><a href="#" onClick="window.open('$vboptions[bburl]/chat/index.php?do=small','key','WIDTH=750,HEIGHT=500,scrollbars=no,left=50,top=50,screenX=50,screenY=50');return false">Chat(Popup)</a></td> </tr> </table> </div>
<!-- end chat links -->

Replace with:
Code:

<!-- chat links -->
<!--
<div class="vbmenu_popup" id="chat_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">Chat</td> </tr> <tr> <td class="vbmenu_option"><a href="$vboptions[bburl]/chat/index.php?$session[sessionurl]">Chat</a></td> </tr> <tr> <td class="vbmenu_option"><a href="#" onClick="window.open('$vboptions[bburl]/chat/index.php?do=small','key','WIDTH=750,HEIGHT=500,scrollbars=no,left=50,top=50,screenX=50,screenY=50');return false">Chat(Popup)</a></td> </tr> </table> </div>
 //-->
<!-- end chat links -->

That's it, for an example, take a look at www.orderofronin.com

|oR|Greg 06-03-2004 03:19 PM

Ok, I found the code to change the popup I think inside the vbxirc_small template. It's the same as the code find/replace as the vbxirc_index template.

I have a question now though.

I want my navbar to look like the navbar on the rest of the site, with the BBtitle/link small, and where I'm at larger in bold beneath it unlinked. Like on the Arcade, or the Members List, the Calendar, etc, etc...

How do I do that?


All times are GMT. The time now is 08:12 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.01652 seconds
  • Memory Usage 1,746KB
  • 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
  • (6)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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