Quote:
Originally posted by hypertextmark
here the line from 78-79
if ($bbuserinfo['userid']!=0) {
$username=$bbuserinfo['username'];
|
There is nothing wrong with this code. (provided that { is closed with a } below)..
Very likely you accidently deleted ; (or a }) in the line 77, check that out..
I suggest reverting to your original index.php and then reapply hack carefully..