This was installed with previous versions of vb and have stayed like that. Is there any way I can remove these two? One was a hack that automatically created new welcome threads when someone registered and the other is myvbindex.
Just place the following code anywhere in your config.php file; located in your includes folder. Then go into your AdminCP -> vBulletin Options. Double-click whatever Option Group you wish to remove, when the new page loads click on Delete.
Code:
$config['Misc']['debug'] = 1;
Be sure you remove the code from config.php when you're done... or you could set the 1 in the code to a 0.