What version of PHP are you running? This could have something to do with the $GLOBALS problem in the last thread and also this portion of the code. I'm developing on PHP4 but trying to make it run under PHP3 as well.
I'm guessing you are running PHP3, if so you can make the following change. Line 374 of addpost you will see this:
18 => array(0=>"images/icons/wink.gif", 1 => "$lang[ICON_WINK]"),
Get rid of that trailing comma. In PHP3 it doesn't allow for an array declaration to end in a comma.
Sorry for the troubles, but at least this will let me fix the problems with PHP3. <img border="0" title="" alt="[Wink]" src="images/icons/wink.gif" />
-------------------
Scream
WWWThreads Developer