Darrenn Evans...
I am having the same problems, but I have managed to get it working, but not completely. Do the following and at least it should show up:
Change:
PHP Code:
require("global.php");
require("PluhConfig.php");
require("admin/config.php");
to:
PHP Code:
include("/home/site/public_html/forums/admin/functions.php");
Then, change:
PHP Code:
$bericht=bbcodeparse2($pagetext,"1","1","1","1");
to:
PHP Code:
$bericht=bbcodeparse2($pagetext,"1","1","0","0");
Then, you have manually set the variables for your database (i.e. $servername, $dbusername, $dbpassword, and $dbname)
It should work on your main page, however it won't parse the bbcode.
I am having the exact same problem as you, so hopefully we can bug the hack creator enough to help us out!