yup 100% sure i amdoign that
PHP Code:
}
else
{
if ($vbulletin->options['checkcoppa'])
{
vbsetcookie('coppaage', $month . '-' . $day . '-' . $year, 1);
}
$show['coppa'] = true;
$templatename = 'register_rules';
}
}
}
else
{
$show['coppa'] = false;
$templatename = 'register';
}
($hook = vBulletinHook::fetch_hook('register_signup')) ? eval($hook) : false;
$url =& $vbulletin->url;
eval('print_output("' . fetch_template($templatename) . '");');
}