vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Miscellaneous Hacks - vbNetwork - share forums with other boards (https://vborg.vbsupport.ru/showthread.php?t=212795)

kwblue 06-28-2009 03:05 PM

Quote:

Originally Posted by Outbackmark (Post 1834761)
LOL KW, I have PMed the author asking his permission to repost the altered instructions, but no reply as yet.
If he has not replied in another day I will just post them.

Maybe it's time to post them :) I really want to use this hack! I just can't figure the darn thing out. Does it take an engineer to figure this out? I hope not.... because I am one and can't get it working :D

deadlySniper 06-28-2009 03:26 PM

This is awesome! Thanks!

Outbackmark 07-06-2009 09:59 AM

Hi KW I will [post them in the next few days, the author has agreed, I just need to run through them prior to posting.

kwblue 07-06-2009 11:00 AM

Quote:

Originally Posted by Outbackmark (Post 1843675)
Hi KW I will [post them in the next few days, the author has agreed, I just need to run through them prior to posting.

Awesome!!! Maybe I'll finally get this thing working ;)

Johnny Kruger 07-10-2009 07:14 PM

Quote:

Originally Posted by Outbackmark (Post 1843675)
Hi KW I will [post them in the next few days, the author has agreed, I just need to run through them prior to posting.

I would love to have these, running in to many problems in installing this. Your dumbed down installation guide would be fantastic. If you cannot post it yet here, mind PMing it to me?

Forgott3n 07-11-2009 04:28 AM

Quote:

Originally Posted by zethon (Post 1821700)
I see the problem but I'm not too sure how to fix it. I'll look into it some more and get back to you. Hopefully before I take this out of Beta.

I did some looking into with this. It appears it may be a bug with vBulletin, as this is the second product I've found with the same error type.

It correctly establishes a connection with our external mysql server, but still attempts to connect to a non-existent local one. The includes/config.php file only defines one master external MySQL server.

So a warning is spitted out due to the local connection issue, but successfully connects to the external one. But since this warning is tossed out into the script, the script ceases to work.

So. How does one report such a bug to vBulletin?

Merjawy 07-11-2009 06:03 AM

Is this the rebirth of FidoNet? :) I can see alot can be done with this mod...

maybe there should be a compiled list of nets/nodes and an application to join etc. yeah, just bring back FidoNet.. I love them days

great work mate, Thanks

RedeemedWarrior 07-11-2009 03:38 PM

any news on redone instructions?

MarsNIIT 07-11-2009 05:01 PM

Quote:

Originally Posted by Bill from Cleve (Post 1838677)
I'm getting the same error. My guest views are turned on and a reinstall / fresh upload didn't help. Any Ideas what we are doing wrong? I'm using Mysql 5.1.30

Change networkforum.php:

from:
Code:

$forumsnodes = $db->query("
                                                SELECT * FROM " . TABLE_PREFIX . "network_sub
                                                LEFT JOIN network_node
                                                                ON (network_sub.node_code = network_node.node_code)
                                                                AND (network_sub.networkid = network_node.networkid)
                                                WHERE (network_sub.networkid = ".$network['networkid'].") AND (subid = ".$forum['subid'].")
                                                ORDER BY network_sub.node_code
                                                ");


change to:

Code:

$forumsnodes = $db->query("
                                                SELECT * FROM " . TABLE_PREFIX . "network_sub
                                                LEFT JOIN " . TABLE_PREFIX . "network_node
                                                                ON (" . TABLE_PREFIX . "network_sub.node_code = " . TABLE_PREFIX . "network_node.node_code)
                                                                AND (" . TABLE_PREFIX . "network_sub.networkid = " . TABLE_PREFIX . "network_node.networkid)
                                                WHERE (" . TABLE_PREFIX . "network_sub.networkid = ".$network['networkid'].") AND (subid = ".$forum['subid'].")
                                                ORDER BY " . TABLE_PREFIX . "network_sub.node_code
                                                ");


ahmer 07-12-2009 11:59 PM

thanks nice mod


All times are GMT. The time now is 10:26 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.01326 seconds
  • Memory Usage 1,748KB
  • 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
  • (5)bbcode_quote_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