Advertisement
Guest User

Untitled

a guest
Apr 10th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. // after the code that inserts "Notice: When you enter a" add:
  2. <?php
  3. if (isset($_GET["f"]) && $_GET["f"] == 65)
  4. {
  5.     echo "<p>If you are going to ask a question relating to Planetside 2 and aren't sure if it's been answered please visit the information sticky thread or ask in the IRC chat first.</p>";
  6. }
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement