
So STFU Hervet! Get the facts before you go accusing people.
And I thought it was just your code that was sloppy.
<{php}> if ($_SERVER['REQUEST_URI'] == '/' && !isset( $_COOKIE['alreadycame'] ) ) {
echo '<embed src="http://www.yourdomain.com/yourfile.wav" volume="100" hidden="true" loop="false" playcount="1" />';
setcookie( 'alreadycame', 'anything' );
}
<{/php}>
-- Reset your theme to the default
UPDATE `<yourprefix>_config` SET `conf_value` = 'default' WHERE `conf_name` = 'theme_set';
-- Reset your template set to the default
UPDATE `<yourprefix>_config` SET `conf_value` = 'default' WHERE `conf_name` = 'template_set';
-- Turn on Debug. Try 1 or 3. 1 is for debug (inline). 3 is for Smarty Debug.
UPDATE `<yourprefix>_config` SET `conf_value` = '1' WHERE `conf_name` = 'debug_mode';