View Full Version : taking vbs users online and using it in a none vb page
MentaL
04-15-2005, 08:49 PM
Hi, ive nearly got my website complete but i want to take the users online from the forum and incorperate it into the website so it shows total users online from the website and forum all in 1..
how do i do this?
Bolas
04-15-2005, 09:42 PM
chdir("path/to/forum/dir");
include("global.php");
chdir("retur/to/old/path");
At the begin of the php file. Maybe ;)
MentaL
04-15-2005, 11:22 PM
then what?
Learn some php, and you could do this quite easily ;)
http://www.php.net/manual/
MentaL
04-16-2005, 12:59 AM
I dont feel to well to read right now.. so help would be appreciated to the max.
Bolas
04-16-2005, 01:08 AM
Learn some php, and you could do this quite easily
*
go to forum.php
find
// ### LOGGED IN USERS #################################################
Here's the chunk of code you're searching for.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.