Advertisement
Guest User

Untitled

a guest
May 19th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. if($_GET['title'] == "1")
  3. { echo "Events"; }
  4. if($_GET['title'] == "2")
  5. { echo "News"; }
  6. if($_GET['title'] == "3")
  7. { echo "Competitions"; }
  8. if($_GET['title'] == "4")
  9. { echo "Rules"; }
  10. if($_GET['title'] == "5")
  11. { echo "Official Server"; }
  12. if($_GET['title'] == "6")
  13. { echo "Other"; }
  14. if($_GET['msg'] == "1")
  15. { echo "Stuff for tab 1 goes here"; }
  16. if($_GET['msg'] == "2")
  17. { echo "Stuff for tab 2 goes here"; }
  18. if($_GET['msg'] == "3")
  19. { echo "Stuff for tab 3 goes here"; }
  20. if($_GET['msg'] == "4")
  21. { echo "Stuff for tab 4 goes here"; }
  22. if($_GET['msg'] == "5")
  23. { echo "Stuff for tab 5 goes here"; }
  24. if($_GET['msg'] == "6")
  25. { echo "Stuff for tab 6 goes here"; }
  26. if($_GET['number'] == "1")
  27. { echo "6"; }
  28. else
  29. {
  30. echo "<center>Contents of the shoutbox tab modification system goes here</center>";
  31. }
  32. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement