1-) $output .= "<p class=\"largefont\">$vbphrase[view_full_version]: <a href=\"$homeurl\">" . $vbulletin->options['bbtitle'] . "</a></p>\n";

2-) if ($vbulletin->options['zointsseo_rewrite_urls'] OR defined('zseo_sitemap'))
{
$base_href = $vbulletin->options['bburl'] . '/' . (defined('zseo_sitemap') ? 'sitemap' : 'archive') . '/' . iif($vbulletin->options['zointsseo_rewrite_urls'] != 2, 'index.php/');
$output = str_replace('<head>', "<head>\n\t<base href=\"$base_href\" />", $output);
}


not: 2. soruyu tam anlamadım ama index.php'de kalmanı sağlayan başka kod yok