if ( $threadinfo['threadid'] ){ header ('HTTP/1.1 301 Moved Permanently'); header('Location:'. $vbulletin->options['bburl'] . '/showthread.php?t=' . $threadinfo['threadid']); exit(); }