Hi. When i browse into archive/index.php i get a blank white page.
If i understood correctly, i insert right after this code:
$title .= ' - ' . $foruminfo['title'];
}
else
{
$do = 'index';
}
This code:
if ($bbuserinfo['userid'] == 0 AND !preg_match("#(google|slurp@inktomi|yahoo! slurp)#si", $_SERVER['HTTP_USER_AGENT']))
{
print_no_permission();
}
What might have gone wrong? :ermm:
|