Cutting Down Queries:
To cut down the number of queries on a page you need to remove some of the functions within the php file, the fuctions that can be removed in order to reduce the total number of queries are:
- News
- New PM's
- New Posts/Threads
- Poll
If all of the fuctions are not used or needed the code can be removed or commented out in order to reduce the number of queries.
To get vBindex running in the root directory you need to add:
PHP Code:
chdir('./forums');
Assuming its in a directory called forums right above:
PHP Code:
require('./global.php');