This is my Register.php. Make SURE you have a backup copy somewhere.
<?php $registerphpver = 'YaBB SE 1.5.1';function Register () { global $yytitle, $txt, $color, $cgi, $action, $allow_hide_email, $modSettings, $RegAgree, $emailpassword, $vardir, $db_prefix; $yytitle = $txt[97]; template_header(); ?>
<P>REGISTRATIONS ARE DISABLED! You MUST sign up via <a href="http://www.fractured.net" target="_blank">Fractured.net's</a> MAIN form, and NOT the forums.</P>
<?php footer(); obExit(); } ?>
You can alter your wording as you see fit. Just change what you want in between template_header(); ?> and <?php footer();