Viewing file: rules.phtml (5.23 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php include('ax5.inc');
disp_preamble('Ax Main','Forum Rules');
if (isset($_REQUEST['action'])) $action = $_REQUEST['action']; else $action = '';
if (isset($_SESSION['username'])) $ax_name = $_SESSION['username']; else $ax_name = '';
if (isset($_POST['real_name'])) $real_name = $_POST['real_name']; else $real_name = '';
if (isset($_COOKIE['name'])) $name = $_COOKIE['name']; else $name = '';
if (isset($_POST['email'])) $email = $_POST['email']; else $mail = '';
if (isset($_POST['note'])) $ax_name = $_POST['note']; else $note = '';
if (isset($_SESSION['username'])) $session_username= addslashes($_SESSION['username']); else $session_username = '';
if (isset($_SESSION['login'])) $logged_in= $_SESSION['login']; else $logged_in = FALSE;
switch ($action) {
case "login" : login_session($_POST['username'],$_POST['pw']); //register_visit(); //display_topics(); break;
case "logout" : logout_session(); //register_visit(); //display_topics(); break;
default:
echo ' <div id="rulesWrapper"> <ol> <li><b>Discussion regarding moderation is not allowed on the Ax forum.</b> Do not attempt to contact the moderators through the forum about moderation issues on Ax. If you have a question about the moderation, please <a href="contact">contact us</a> directly.</li> <li>Maintain appropriate topics of discussion within each forum. Acceptable topics for the MAIN (MT/KB) forum include discussion of any Muay Thai/Kickboxing rules (excluding light contact) such as : Above waist/full contact, international/low kick rules, San shou/San da, Burmese or Cambodian kickboxing, Muay Thai, Savate (only full contact bouts), Shootboxing or K-1.</li> <li>The following topics Are COMPLETELY OFF-LIMITS: War, Politics, Religion.</li> <li>Intentional insults aimed at ANYONE, whether they are Ax users or not, is not acceptable.</li> <li>Jokes aimed at a certain Ax member may be allowed. If it becomes obvious that the Ax member in question is offended by your humor toward them, then you will be asked to stop.</li> <li>Criticizing is allowed. Overly excessive criticism is not allowed. Repetitive criticism of one person, whether they are a fighter, promoter, trainer, Ax member or other, will be seen as attacking that individual and won`t be tolerated on Ax.</li> <li>Sexual comments directed toward any Ax member are not allowed.</li> <li>No thread hijacking. This means you cannot jump into an existing thread and change the topic to your liking.</li> <li>Spamming the forum with advertisements for your products, services or events will not be tolerated. One time only advertising is allowed for events or websites that are appropriate for the forum. You are allowed to create ONE topic to discuss your upcoming event. If you want to advertise on Ax, then visit our <a href="http://advertise.axkickboxing.com">Advertising page</a>.</li> <li>No double topics. This means do not post the same topic multiple times.</li> <li>Swearing is acceptable to a limited degree. Excessive swearing is not allowed.</li> <li>TYPING EXCESSIVELY IN CAPS is considered to be "shouting" in the Internet world and is not acceptable.</li> <li>Video trading discussion is not allowed on Ax. This applies to video tapes, DVD, VCD or digital file formats (MPEG, AVI, WMV). Please take such conversations off Ax.</li> <li>Videos linked from video hosting sites like Youtube will be accepted if they are known to be published to the public domain by the copyright owner. If we receive a complaint from the copyright owner, or if it is an obvious copyright violation by a known event, then we will remove that video from Ax. If you want to notify us of copyright infringement, you can use the <b>report post</b> link on the post in question or use our <a href="contact"> contact us</a> page.</li> <li>No "trolling" is allowed on Ax. The definition of <b>trolling</b> is when someone states an obviously upsetting comment on a message board with the apparent purpose of luring other people into posting inflammatory responses. One clue of a "trolling" comment is when someone posts the initial comment but then does not continue the conversation.</li> <li>Fight challenges cannot be made on Ax unless they are OFFICIAL challenges made by one fighter toward another fighter through their management teams. Official fight challenges should be posted in their own topic and should not be used to derail an existing topic. If the moderation does not feel that the fight challenge is realistic, then the topic will be removed.</li> <li>Here are the rules for uploading photos to message or to profiles. <ol> <li>No nude, semi-nude or overtly sexy photos are allowed <li>No crude or offensive photos are allowed. <li>The definition of what is crude or offensive hopefully is common sense, but will ultimately be defined by the moderators depending on the circumstances. Use your best judgement. </ol> </ol> </div> '; break; } disp_tail(); ?>
|