PDA

View Full Version : Quick Help Needed


Battle_Ring
07-13-2004, 05:28 PM
When tryign to view users reputation or add to it i get

Parse error: parse error, unexpected $ in /home/chrisr/public_html/forums/reputation.php on line 277

theres nothign even on line 277

heres some lines

257-277

$reason = parse_bbcode($postreputation['reason']);
exec_switch_bg();
eval('$reputation_reasonbits .= "' . fetch_template('reputation_reasonbits') . '";');
}
}

if ($total == 0)
{
$reputation = $vbphrase['even'];
}
else if ($total > 0 AND $total <= 5)
{
$reputation = $vbphrase['somewhat_positive'];
}
else if ($total > 5 AND $total <= 15)
{
$reputation = $vbphrase['positive'];
}
else if ($total > 15 AND $total <= 25)
{

Battle_Ring
07-13-2004, 08:18 PM
bump

Dark_Wizard
07-13-2004, 11:05 PM
Upload your reputation.php file again...

Andreas
07-13-2004, 11:14 PM
You've applied a hack incorrectly, upload the original file and start again.