Posting Access Control

The email addresses below are those who have access to post to the game. You can add or remove email addresses fromt this page.

Please note that this does not control any OOC list. This only controls the email address that are allowed to post to the game. Email addreses not appearing on this list will be rejected by the posting program.


"); while($row=mysql_fetch_object($q)) { print(""); } print("
ActionEmail address
email_addr>Delete$row->email_addr
"); } switch($mode) { case del: mysql_query("delete from zion_emails where email_addr = '$email' and ship='$ship_num'"); do_list(); break; case add: mysql_query("insert into zion_emails(email_addr,ship)VALUES('$email','$ship_num')"); do_list(); break; default: do_list(); }