Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
vBXirc Details »»
vBXirc
Version: 2.5.2, by Zachery Zachery is offline
Developer Last Online: May 2017 Show Printable Version Email this Page

Version: 3.0.5 Rating:
Released: 01-03-2004 Last Update: 05-19-2005 Installs: 251
DB Changes
 
No support by the author.

PLEASE READ
This thread is only here for users who have already installed this hack, there is no longer a public version of vBXirc for vBulletin 3.0.x

There will be a 3.5.x version in the near future.

Sorry for any problems this may have caused.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #282  
Old 04-05-2004, 10:01 AM
danbc danbc is offline
 
Join Date: Nov 2001
Location: Denmark
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ehhmm.: How do I do that, written in noob terms? I know where to put it, but I have no clue what to put there
Reply With Quote
  #283  
Old 04-05-2004, 12:52 PM
pirotess pirotess is offline
 
Join Date: May 2002
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Slave
Ok .. installed on my dev forums .. seems ok once I'd changed the links for the images in the vBXirc templates .. so that's cool ..

But! .. this whole templete thing is a bit of a bugger .. why doesn't/can't it just use the normal $navbar (and all the others) instead of having it's own? .. I use the java drop downs in my navbar and it's a pain not to be able to use it (if I add any other hack links I now have to add them twice etc) .. I've tried changing $vbxirc_navbar to just $navbar .. but it doesn't seem to like that .. how come?

Apart from that .. TOP work ..
Had the same problem after I got a member to download the zip for me. Didnt like the custom headers and see no reason to keep them so I just stripped the vbxirc_ from the following three lines in chat/index.php

PHP Code:
eval('$vbxirc_footer = "' fetch_template('vbxirc_footer') . '";');
eval(
'$vbxirc_header = "' fetch_template('vbxirc_header') . '";');
eval(
'$vbxirc_navbar = "' fetch_template('vbxirc_navbar') . '";'); 
Works fine.

Danbc:

Try this in either your vbxirc_navbar or navbar template right after the
HTML Code:
<!-- nav buttons bar -->
code.

HTML Code:
<td class="vbmenu_control"><a href="http://yourURL/chat"> Chat </a></td>
Reply With Quote
  #284  
Old 04-05-2004, 01:47 PM
Slave's Avatar
Slave Slave is offline
 
Join Date: Nov 2001
Posts: 439
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ahh .. cool pirotess .. cheers .. I give that a go
Reply With Quote
  #285  
Old 04-05-2004, 01:52 PM
Slave's Avatar
Slave Slave is offline
 
Join Date: Nov 2001
Posts: 439
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmm .. all that did was get rid of them completely ..

Reply With Quote
  #286  
Old 04-06-2004, 06:13 AM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by IndyWebDesign
I installed this hack yesterday and it was working just great but now some members can't connect while others can. What gives?

Error:

Connecting...
Unable to connect : null

Worked for me fine last night but tonight it doesn't.
I recently posted a fix for this at my forums.

Apparently pjIRC and IE have some conflict on allowing Java to grant the needed permissions for it in order to function.

Quote:
For reasons unknown, IE and Java, or maybe it's just this Java applet (pjIRC) and IE, don't get along.

In the case you accept a pop-up that says "grant permission to this applet," you likely aren't getting this error, and will be able to connect to our chat. Unless, you click "no" to that applet. The problem with not granting permission to this applet is you might not get the "grant permission" pop-up window ever again (well, maybe on reboot).

Java by default denies applets 3 of 4 permissions to Java sockets (your ip address/port), which are accept, connect, and resolve. It grants listening to the port, to see if it's available. This is why you sometimes get the pop-up that says "grant permission to this applet."

You can bypass this by editing your java.policy, forcing the 4 permissions for all applets under safe sockets.

To do this, first update your Java to the latest version (it goes quick):
http://www.java.com/en/download/windows_automatic.jsp

Then, browse to the folder \program files\java\your_latest_java_version\lib\security\

(e.g. \Program Files\Java\j2re1.4.2_04\lib\security)

Now, modify the file "java.policy" in a text editor, such as Windows notepad.exe.

Find the line of code:
Code:
permission java.net.SocketPermission "localhost:1024-", "listen";
Replace it with all this:
Code:
// permission java.net.SocketPermission "localhost:1024-", "listen";
permission java.security.AllPermission;
permission java.net.SocketPermission "127.0.0.1:1024-", "accept, connect, listen, resolve";
permission java.net.SocketPermission "72.8.29.1:1024-", "accept, connect, listen, resolve";
permission java.net.SocketPermission "localhost:1024-", "accept, connect, listen, resolve";
Save the file. Now, restart your PC (or logging out should be fine).

Now try connecting to the java, and it should work fine.
(ref: http://forums.animesystem.com/showth...0652#post90652)

I recommend you use Mozilla Firefox anyway, but this is a fix for IE.
Reply With Quote
  #287  
Old 04-06-2004, 07:51 AM
msimplay's Avatar
msimplay msimplay is offline
 
Join Date: Aug 2002
Location: UK
Posts: 1,059
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I wish everyone didnt use IE
it really holds us back from using better web coding in terms of css
and codes that are wc3 compliant sometimes don't work in IE
for example my friend converted his site to Xhtml and had the right doctype and everything

but when he tried to run it in IE it didn't work at all
but in mozilla it was perfect in the end he had to remove the doc type and then it worked fine
Reply With Quote
  #288  
Old 04-06-2004, 08:42 AM
BarBeQue's Avatar
BarBeQue BarBeQue is offline
 
Join Date: Nov 2001
Location: The Netherlands
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

if someone ever finds out how to make vbxirc use the normal vB navbar / header and footer let me know.
I'm getting ++++ with the ones that are hardcoded in vbxirc.

Plus, i can't understand why vbxirc makes the /chat dir the default new root dir, cause my whole sidebar is forked with it, all links point to /chat/..... instead of to /. making them all useless (and preventing my rss feed to be loaded).

The basis of the hack is great, it just has too much hardcoded
Reply With Quote
  #289  
Old 04-06-2004, 03:47 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BarBeQue
if someone ever finds out how to make vbxirc use the normal vB navbar / header and footer let me know.
I'm getting ++++ with the ones that are hardcoded in vbxirc.

Plus, i can't understand why vbxirc makes the /chat dir the default new root dir, cause my whole sidebar is forked with it, all links point to /chat/..... instead of to /. making them all useless (and preventing my rss feed to be loaded).

The basis of the hack is great, it just has too much hardcoded
Actualy BarBeQue

Before 2.5.x everyone was linked from the original header and footer and i got alot of complaints during.

So instead of having everyone whine to me why it dint work i added new templates, which can be changed, and are not hard coded at all
Reply With Quote
  #290  
Old 04-06-2004, 04:38 PM
???`S?LV?R???`'s Avatar
???`S?LV?R???` ???`S?LV?R???` is offline
 
Join Date: Aug 2003
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Zachery you gonna post a fix for that not logged in users bug yet? lol i been waiting for a while and ya still havnt done it...
Reply With Quote
  #291  
Old 04-06-2004, 04:39 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ???`S?LV?R???`
Zachery you gonna post a fix for that not logged in users bug yet? lol i been waiting for a while and ya still havnt done it...
Its a template / phrase edit

[high]* Zachery goes to get it right now[/high]
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:55 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.08005 seconds
  • Memory Usage 2,318KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (2)bbcode_html
  • (1)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete