Team Trivia Signup Form

Welcome to the Team Signup form. All teams who wish to compete for team prizes must first register their membership with Nova division below. Teams who have not registered will not be eligible for points scoring.

Your Team Name is the name of your team which must be shown in your tagline when playing team events.Team names in violation of the Prime Directives will result in that team being excluded from team events. Your Team Name is the name of your team which must be shown in your tagline when playing team events.

Your Team Password is the password your team will use for accessing administrative functions made available to teams. Please ensure you type this correctly and carefully.

Please also enter the registered handle (Screenname) of each team member and their Officer ID (Dossiernumber). Both can be found when opening your dossier in the Page Title (on the very top of your browser), for example: YourHandle (CL ½) - #0001     The handle shown here is your registered handle, and the number after the # is the Officer ID.

To find a link to a dossier, either have that member enter an OTF chatroom (ensuring they have "Show Dossier?" set to "Yes") or click here.

Team Name:
Team Password:
Team Leader's Name:
Team Leader's Officer ID:
Team Member's Name:
Team Member's Officer ID:
   
By clicking submit, you agree to be bound by the Outpost10F Prime Directives and Team Trivia rules at all team events. Furthermore, you confirm that your Team name is not in violation of the Outpost10F Prime Directives.


Click here to return to the Nova Homepage
Execute("SELECT * FROM trivia_nova"); while (!$res->EOF) { $row = $res->fields; if("$row[teamName]" == "$teamName") {$flag=1; $tname=1;} if("$row[teamLeader]" == "$teamLeader" || "$row[teamPlayer]" == "$teamLeader") {$flag=1; $tleader=1;} if("$row[teamPlayer]" == "$teamPlayer" || "$row[teamLeader]" == "$teamPlayer") {$flag=1; $tplayer=1;} $res->MoveNext(); } if($flag==1) // If there's an error { ?> There were one or more errors when submitting your team. Please go back and correct them.
Please remember that you cannot duplicate the name of an already existing team, or play in multiple teams.
    One or more fields were blank."; } if($tname==1) { echo "
  • This team name is already in use.
  • "; } if($tleader==1) { echo "
  • Your team leader is already on a team.
  • "; } if($tplayer==1) { echo "
  • Your team member is already on a team.
  • "; } ?>
Please check the dossiers and confirm you have the right players.

Team Name:
Team Leader: $teamLeaderName";?>
Team Member: $teamPlayerName";?>
   
"> "> "> "> "> ">
Execute("INSERT INTO trivia_nova VALUES('0','$teamName','$teamPassword','$teamLeader','$teamPlayer','$teamLeaderName','$teamPlayerName','','')"); ?> Congratulations! Your team has been created successfully!
Please return to the Nova Division homepage and check when the next event will be held.