Advertisement
agentsix1

Untitled

Feb 6th, 2017
38,360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <?php
  2. if (strtolower("http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]") == strtolower("http://arcticworlds.net/") || strtolower("http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]") == strtolower("http://arcticworlds.net/") || strtolower("http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]") == strtolower("http://forum.arcticworlds.net/") || strtolower("http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]") == strtolower("http://forums.arcticworlds.net/")) {
  3. echo '<meta http-equiv="refresh" content="0; url=/forums/index.php">';
  4. } else if (strtolower("http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]") == strtolower("http://wwww.arcticworlds.net/") || strtolower("http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]") == strtolower("http://www.arcticworlds.net/")) {
  5. echo '<meta http-equiv="refresh" content="0; url=/forums/index.php">';
  6. } else {
  7. echo 'It appears you do not belong here...' ;
  8. }
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement