Incomplete Submission
"; echo "You must use the submission form provided for requesting an account



"; exit; } } if ($mode == "") { // Write out the new registration information that was just submitted. // We don't need to worry about duplicates because YACE will filter them for us. $fp = fopen($info_regfile, "a"); fwrite($fp, "IYRF=1¬REALNAME=" . $user_realname . "¬EMAIL=" . $user_email . "¬USERNAME=" . $user_user . "¬PASSWORD=" . $user_pass . "¬MESSAGE=" . $user_message . "\n"); fclose($fp); } else { echo "

Deleting Registration File... "; if ($yace_keycode == $info_keycode) { // Delete the registration file. $deleted = @unlink($info_regfile); if ($deleted) { $status = "done.
The registration file has been deleted.

"; } else { $status = "failed.There was an error deleting the registration file.

Make sure you have write access on your server and that the registration file actually exists.

"; } } else { echo "failed.The registration file wasn't deleted because your YACE's keycode is incorrect.

"; } // Display what happened, add a Close button, and then exit the script. echo $status; echo "[close]




"; exit; } ?>

Registration Submitted
Thank for your submitting your registration, .

When your registration is approved or rejected, you should receive an email or notice via another means (at the discretion of the server administrator) containing such information. If you are accepted, then the email will contain information verifying your account details. Notifications are typically sent out within days.

[close]