スポンサーリンク


<?php
$UA = $_SERVER{'HTTP_USER_AGENT'};
if (substr_count($UA,"DoCoMo")) {
  header("Location: http://www.docomo");
  exit;
} else if (substr_count($UA,"SoftBank")) {
  header("Location: http://www.softbank");
  exit;
} else if (substr_count($UA,"vodafone")) {
  header("Location: http://www.vodafone");
  exit;
} else if (substr_count($UA,"Vodafone")) {
  header("Location: http://www.Vodafone");
  exit;
} else if (substr_count($UA,"J-PHONE")) {
  header("Location: http://www.j-phone");
  exit;
} else if (substr_count($UA,"UP.Browser")) {
  header("Location: http://www.au");
  exit;
} else if (substr_count($UA,"WILLCOM")) {
  header("Location: http://www.willcom");
  exit;
} else {
  header("Location: http://www.pc");
  exit;
}
?>

PHP パソコン 携帯 ケータイ 振り分け 識別 ホームページ Webページ
Total:2675 / Today:2 / Yesterday:0


スポンサーリンク


トップ   差分 バックアップ リロード   一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2008-09-03 (水) 22:29:23