Not many files then
You'll need to add this code below
PHP Code:
eval("\$advert = trim(\"".str_replace("\'", "'", addslashes($advert['advert']))."\");");
PHP Code:
if (substr($PHP_SELF,-strlen('newthread.php'))=='newthread.php' or substr($PHP_SELF,-strlen('newreply.php'))=='newreply.php' or substr($PHP_SELF,-strlen('editpost.php'))=='editpost.php' or substr($PHP_SELF,-strlen('report.php'))=='report.php' or substr($PHP_SELF,-strlen('postings.php'))=='postings.php') {
$advert='';
}