Hi Mika you say "phpinclude_start should be something like this:"
Unfortunately I am not a coder and it's like looking at chinese to me, maybe I you paste in exactly what you used I can learn from that. I'd be violently happy if you could help me clarify what to change

Thanks!!
oh here is my phpincludestart:
PHP Code:
// Example of how to include a seperate file:
// ob_start();
// require("yourheader.html");
// $header = ob_get_contents();
// ob_end_clean();
eval('$navbar2 = "' . fetch_template('navbar2') . '";');
// GET NUMBER OF NEW POSTS
$newposts = $DB_site->query_first("SELECT count(*) AS count FROM " . TABLE_PREFIX . "post WHERE dateline > '$bbuserinfo[lastvisit]'");
// DETERMINE IF "POSTS" IS SINGULAR OR PLURAL
if ($newposts[count] == 1)
{
$newposts[plural] = "";
}
else
{
$newposts[plural] = "s";
}
if (@include(getenv('DOCUMENT_ROOT').'/ads/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('zone:1', 0, '', '', '0', $phpAds_context);
echo $phpAds_raw['html'];
}
if (@include(getenv('DOCUMENT_ROOT').'/ads/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw2 = view_raw ('zone:2', 0, '', '', '0', $phpAds_context);
echo $phpAds_raw2['html'];
}
if (@include(getenv('DOCUMENT_ROOT').'/ads/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw3 = view_raw ('zone:3', 0, '', '', '0', $phpAds_context);
echo $phpAds_raw3['html'];
}
if (@include(getenv('DOCUMENT_ROOT').'/ads/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw4 = view_raw ('zone:4', 0, '', '', '0', $phpAds_context);
echo $phpAds_raw4['html'];
}
ah, i think I see what your code does it prevents the banner from showing in the arcade? But I would lose a lot of revenue like that, I need the banners. I guess I am out of luck, maybe I can dig up an old copy of ibpro arcade but maybe it would have the same problem