vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBExternal v1.6 (https://vborg.vbsupport.ru/showthread.php?t=83005)

Tannerman 10-03-2006 05:21 PM

Thanks for the feedback, Xtrm2Matt. Anyone else?

SupremeWeapon 10-09-2006 05:40 PM

erm yea.

this needs revamped.

Database errors.
set to only be able to read newb directory structures
not coded to work with mysql over 3.23
coding errors in the php file.

Clicking uninstall untill the author fixes this.

lother 10-10-2006 05:16 PM

Just a small question, is it possible to reverse the newest member list so the newest members are down the list and the oldest are on top??

JamesX4334 11-03-2006 10:40 AM

Running fine on 3.6.2

ben07 11-10-2006 08:01 AM

Could someone pos the attachment. This is what I am looking for.

Milez 11-17-2006 11:34 AM

NeilFawcett: a couple pages back you mention a copy of vbexternal that parses more code and adds a cool [more] tag. I would love to check that out. Could I take a look?

Does anyone know how to make Vbexternal parse IMG tags properly?

mhamdi 11-23-2006 01:06 AM

Running fine in 3.6.3.
Just replaced:

$db->connect(
$config['Database']['dbname'],
$config['MasterServer']['servername'],
$config['MasterServer']['username'],
$config['MasterServer']['password'],
$config['MasterServer']['usepconnect'],
$config['SlaveServer']['servername'],
$config['SlaveServer']['username'],
$config['SlaveServer']['password'],
$config['SlaveServer']['usepconnect'],
$config['Mysqli']['ini_file']
);

with

$db->connect(
$config['Database']['dbname'],
$config['MasterServer']['servername'],
$config['MasterServer']['usepconnect'],
$config['MasterServer']['username'],
$config['MasterServer']['password'],
$config['SlaveServer']['servername'],
$config['SlaveServer']['usepconnect'],
$config['SlaveServer']['username'],
$config['SlaveServer']['password'],
$config['Mysqli']['ini_file']
);

Thanks WorkRelated!

Akronica 11-28-2006 04:05 PM

I am trying to use both vbExternal and UserLogin on non vb pages in the same test.php page.

Both work great separately but when I inlude the following in the test.php page for both then I get an error

<?php
require_once('./vBExternal.php'); // needed by vbExternal
require_once('./global.php'); // needed by logon
?>

error I get
Fatal error: Cannot redeclare class vbulletinhook in /homepages/39/d101533575/htdocs/QDeals/forum/includes/init.php on line 312

can soome help

thanks a lot

Akronica 11-30-2006 04:27 PM

any help?

mathias 12-04-2006 06:26 AM

Quote:

Originally Posted by Akronica (Post 1128803)
any help?

have a look here

https://vborg.vbsupport.ru/showthread.php?t=132996


All times are GMT. The time now is 09:20 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.01863 seconds
  • Memory Usage 1,735KB
  • 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)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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