Quote:
Originally posted by Warlord
I don't think that's really what I'm looking for, I want the actual quiz to be outside the vb folder.
The Movie Forums have it on their main page, but that's because they simply installed vbulletin on the main page, instead of http://domain.com/vb/quiz.php they have http://domain.com/quiz.php . So their vBulletin is actually on http://domain.com/index.php
Most every other board I've seen has a homepage at domain.com and the bulletin board itself is domain.com/vb (or domain.com/forums)
*Hopes this isn't too confusing*
|
Edit the quiz.php to find the following:
PHP Code:
require("./global.php");
Replace that with:
PHP Code:
require("./forum/admin/global.php");
The /forum/ is your forums directory that the quiz.php is suppose to be at. I think that would allow that quiz to function in the root directory of your domain. You probably have to copy your logo to the root as well. That?s much info I can provide on how to access the hack from the root directory, if I'm wrong please correct me someone. :beard: