Find this:
PHP Code:
else if ($newpost['visible'])
// Change for automatic warning
// You have to use "ObsceneWords" as Title of the Warning.
// You have to use a Hidden Warner.
Replace with:
PHP Code:
else if ($newpost['visible'])
{
// Change for automatic warning
// You have to use "ObsceneWords" as Title of the Warning.
// You have to use a Hidden Warner.
you missed a curly bracket { there.
Rgds