I'm having trouble getting this mod to work.
I uploaded per the instructions to my forums root (
http://www.bigblueball.com/forums/) and I've made the following edits to this page:
http://www.bigblueball.com/im/msn/indexnew.php
PHP Code:
<?php
chdir('./forums');
require_once('./vBExternal.php');
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
...
<h2>MSN Messenger News</h2>
<?php
output_News(5,147);
?>
...
but when I load the page -- it's completely blank. It seems like there is a path problem, but I can't figure out what it is. Any suggestions?