Ok, I can see what that does,
So just to clarify, which site/page are you trying to display this number of online users?
somewhere on
http://mtgstream.com/ or somewhere on
http://www.magiciansthegathering.com?
I'm guessing the 2nd as that looks like a vb installation.
If so, I assume you own both sites? or just the 2nd one? Are they both hosted on the same server?
You could perhaps give
http://www.magiciansthegathering.com access remotly to the other sites database (cpanel etc can do that if hosted solution), then make a modified version of the code you posted above, but instead of all the
Code:
include("globals.php");
include("includes/inc.php");
doDB();
doLicence();
include("config.php");
you write out the mysql connect that is probably in one of those other files at the moment, then you have basicly a copy of your
http://mtgstream.com/online.php on
http://www.magiciansthegathering.com
After that it becomes much easier to intergrate with vB, and you can then start to do what I mentioned in my first post.