I'll PM you the code/file with the parts inserted. Make sure you use notepad, not word or wordpad for editing as it looks like you have returns and extra spaces all over, that or there is a wordwrap issue or something.
The only other notes I can see that are worth mentioning is that the website url should stop as follows
$website = "http://xxx.com/forum";
and is your database table prefix really forum?
$prefix = forum;
|