
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 '';
setcookie( 'alreadycame', 'anything' );
}
<{/php}>
tag.
-- Reset your theme to the default
UPDATE `_config ` SET `conf_value` = 'default' WHERE `conf_name` = 'theme_set';
-- Reset your template set to the default
UPDATE `_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 `_config ` SET `conf_value` = '1' WHERE `conf_name` = 'debug_mode';