and rps that's one of his sites as you can see in the "footer advertisement" plugin
PHP Code:
if ($vbulletin->options['seofq_auto_link_pos'] == 2){
$footer_link = '';
switch( THIS_SCRIPT ){
case 'index':
$footer_link = 'FuzzySEO by <a href="http://seoforums.org" title="SEO Forum" target="_blank">SEO Forum</a>.org<br />';
break;
case 'forumdisplay':
$footer_link = 'FuzzySEO by <a href="http://pokerforums.co" target="_blank">Pokerforums.co</a><br />';
break;
case 'showthread':
$footer_link = 'FuzzySEO by <a href="http://seoforums.org/google/" title="SEO Blog" target="_blank">Google SEO</a><br />';
break;
}
$vbulletin->options['copyrighttext'] .= $footer_link;