PDA

View Full Version : VbExternal - Type script - but for 3.5.4 - pull news from VB into external web page..


Webs007
03-22-2006, 02:49 PM
Hi,

What i basically would like is to have VbExternal - but have it working for 3.5.4 (The latest version) - is there a script that can currently offer this?

VbExternal link: https://vborg.vbsupport.ru/showthread.php?p=931897#post931897

I'v tried VBExternal - but it's not compatible at the moment.

All I want is to pull threads/posts from my VB forum onto an external web page. Sounds easy enough?

VB version 3.5.4

Hope someone can help.

EDFMedia
03-22-2006, 05:11 PM
We use vbexternal with 3.5.4 and it works great. Read through all the post and see if you can find anything that might help you.

Tralala
03-22-2006, 05:15 PM
What about using RSS...via VB's own built-in functionality, or the enhanced functionality of FPS_External?

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

Webs007
03-23-2006, 07:19 AM
We use vbexternal with 3.5.4 and it works great. Read through all the post and see if you can find anything that might help you.

I have VBExternal - Moved the contents of the UPLOAd folder into the root of VB i.e /forum/ - then on my home page - had the script to call the latest 5 news posts - but I get this error...

There seems to have been a problem with the database.
Please try again by clicking the Refresh button in your web browser.

An E-Mail has been dispatched to our Technical Staff, whom you can also contact if the problem persists.

We apologise for any inconvenience.


Surely this is a database error? - did you change any config/db options before you got vbexternal working ?

Any help would be of a great assistance.

Webs

Omario24
03-24-2006, 12:52 AM
I got the same error. I just didn't bother trying to fix it... takes too long to figure it out... for me anyway.

Webs007
03-24-2006, 12:43 PM
I got the same error. I just didn't bother trying to fix it... takes too long to figure it out... for me anyway.

Try this...

1. Open Vbexternal.php and find:
$config['MasterServer']['servername'],

2. add below:
$config['MasterServer']['port'],



Webs :banana:

Tasoli
07-28-2006, 08:24 AM
Wow, thank you very much that fixed my problem.

What exactly did that even do?

How would I modify the script if I wanted to show the user's avatar with the News Post listings?

Marsupilami
08-05-2006, 09:31 PM
I also finds this not working. Just getting the database error.
Try this...

1. Open Vbexternal.php and find:
$config['MasterServer']['servername'],

2. add below:
$config['MasterServer']['port'],



Webs :banana:
Sorry, but:

grep -i master ../forum/vBExternal.php

...shows up with nothing.
So i didn't 'find' any "$config['MasterServer']['servername']".

What lurks here? :cool:

Porky
08-06-2006, 01:53 AM
anyone know how to make it work for 3.6 or know a similar script?

mangaplus
08-13-2006, 12:09 AM
anyone know how to make it work for 3.6 or know a similar script?

I have the same question. :)

wezoo
08-15-2006, 05:44 AM
so do i !! :)

captainron19
04-19-2007, 04:22 PM
I guess VBExternal does not work for 3.6 - finding out I am getting errors and I was searching around and found this post.

So, does anyone have anything that would work with VB 3.6?

I know I can use an RSS Feed but I looked into it and could not figure it out at all