I have a few questions. Maybe someone can answer them for me.
I installed this, and for the most part it works great. When I first tried to install it, I put the "global.php" section at the top of the page and it didn't work at all.
So instead, I made a page called "login.php" with the following code:
PHP Code:
<?php
chdir("vbulletin/");
require('global.php');
include ("../webwelcome.php");
chdir("../");
?>
I then included that from the page and everything worked great...for the most part.
It's not exactly a horrible bug that I'm getting because it's somewhat difficult to reproduce, but still a bit annoying. I open two web browsers, go to my homepage with one, and the forums home with the other.
On the homepage browser, I log out. I refresh the forms home browser and then log in on that page. THEN, I go back to the browser with the homepage in it and refresh it.
Without fail, there will be a "headers already sent" type error, but it goes away if I click on a link to the forum. If I just sit there and refresh it, it doesn't go away though.
Lost yet?
Another question I have is: Is it normal for all the guests that are just visiting the homepage to be listed as guests in vB now? If I'm logged in as an admin, I see the exact location on my site where they are, but if I'm logged in as anyone else it just says "Main Index". Normal?
Also, I noticed a big jump in page views and referrers according to the vBstats hack I installed. Will it count all the hits on my entire site now? Or just a fluke?
Thanks