When I go to that link I see this:
Code:
Warning: require(..../dbtech/vbshout/hooks/init_startup.php) [function.require]: failed to open stream: No such file or directory in ..../includes/init.php(351) : eval()'d code on line 106
Fatal error: require() [function.require]: Failed opening required '/home/doa/public_html/dbtech/vbshout/hooks/init_startup.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/doa/public_html/includes/init.php(351) : eval()'d code on line 106
so it looks like you're missing the files for dbtech vbshout and need to re-upload them.
You can also edit your includes/config.php file and temporarily insert this (near the top, just under the <?php line):
Code:
define('DISABLE_HOOKS', 1);
That will temporarily disable all mods so that you can get to the admin cp and disable any products that are causing problems.