Thanks for the link miSt! I think the offending code is:
Code:
<?php require '/home/marulat/public_html/lib/******.lib';
chdir("forum/");
require('global.php');
chdir("../");
$templatesused='webwelcome_welcometext,webwebwelcome_logincode,webwelcome_logoutcode,webwelcome_unregmessage,webwelcome_pmloggedin';
?>
This little piece of code is also used in the top of my page for another script:
Code:
<?php require '/home/marulat/public_html/lib/******.lib';
?>