Log in

View Full Version : Vbulletin Integration


4nmedia
12-17-2004, 08:37 PM
Hello,

I need to call some vbulletin data in some pages in my root folder. The forums are located at /forums and I need to include the necessary files so I can call varibles. How would I go about in doing this?

4nmedia
12-18-2004, 01:41 PM
I'm sure this is possible, does anyone have an ideas?

cinq
12-18-2004, 02:06 PM
chdir('/home/site/public_html/forums/');
require('./global.php');


perhaps ? :)

4nmedia
12-18-2004, 02:14 PM
Still get errors, heres the page:
http://www.vbbuttonsets.com/terms.php

ideas?

cinq
12-18-2004, 02:22 PM
you sure the path you placed in chdir is correctly set ?

4nmedia
12-18-2004, 04:16 PM
Yes, I even tried several different paths. Do you have AIM or MSN so I could talk to you in real-time? If you don't want to post it on the forums just PM it over to me.

cinq
12-19-2004, 02:29 AM
Sorry I have neither of those IMs.
But i am quite certain your path set is wrong.


chdir('/usr/home/site/public_html/forums');
require('./global.php');

maybe ?

4nmedia
12-19-2004, 03:29 AM
Yup, I got it working now, thanks!!! You just made my job alot easier :)

cinq
12-19-2004, 03:51 AM
You're most welcome :)

p.s an odd domain name for the site contents :p