Does the subscription page still looked hacked if you disable all your plugins via the config.php file?
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php
PHP Code:
define('DISABLE_HOOKS', true);
If it is not still hacked after you disable them via the line, then you have NOT gone through all your plugins in the Plugin Manager.