hi,
I found a small innocent bug this code in /admincp/glowhostspamomatic.php
PHP Code:
print_description_row(construct_link_code($vbphrase['restart'], 'glowhostspamomatic.php?'.$vbulletin->session->vars['sessionurl']), 0, 6, 'thead', $stylevar['right']);
should be
PHP Code:
print_description_row(construct_link_code($vbphrase['restart'], 'glowhostspamomatic.php?'.$vbulletin->session->vars['sessionurl']), 0, 6, 'thead',vB_Template_Runtime::fetchStyleVar('right'));
$stylevar['right'] is deprecated in vb 4
great hack already stopped six spammers :up: