caglarergul

GEO-LINK-REDIRECT

Aug 12th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. <?php
  2. $ziyaretci_ip = getenv(REMOTE_ADDR);
  3. $ziyaretci_yer = file_get_contents("http://api.hostip.info/country.php?ip=".$ziyaretci_ip."");
  4. if ($ziyaretci_yer=="TR") {
  5.     header ("Location: http://www.siteismi.com/tr");
  6.     }
  7. else {
  8.     header ("Location: http://www.siteismi.com/en");
  9.     }
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment