The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Not sure where to post this, so I figure I will post it here, and the mods can move it if they see fit.
My question is this. There is a hack, not sure which one, but it tells you how to connect to the vb database on non-vb pages. The code that the hack gave is the following: Code:
<?php
$curdir = getcwd ();
chdir('/path/to/your/forums');
require_once('/path/to/your/forums/global.php');
chdir ($curdir);
?>
|
|
#2
|
||||
|
||||
|
the lines are used in a lot of modifications...
yes, you can use it ... you can even find it within vBulletin files if you look for it |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|