This is what I have the login works the bbcode parses and I pull other data.
Just cant get it to show on WOL. I don't get it. I can only get it to show if I use VB templates.
Code:
<?php
error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'test');
chdir('path/to/dir');
$phrasegroups = array();
$globaltemplates = array();
$actiontemplates = array();
$specialtemplates = array();
require_once('/path/to/dir/global.php');
require_once('/path/to/dir/forums/includes/class_bbcode.php');
chdir ('path/to/dir');
?>
Then from here down is the html/php code for the website.