//アクセス振り分け //リンク先の設定 $docomo="https://www.neo-platinumcard.net/dc/index.html"; $softbank="https://www.neo-platinumcard.net/sb/index.html"; $au="https://www.neo-platinumcard.net/au/index.html"; $UA = $_SERVER{'HTTP_USER_AGENT'}; if (substr_count($UA,"DoCoMo")) { //Docomo header("Location: $docomo"); exit; }else if (substr_count($UA,"SoftBank")) { //Softbank系 header("Location: $softbank"); exit; } else if (substr_count($UA,"Vodafone")) { //Softbank系 header("Location: $softbank"); exit; } else if (substr_count($UA,"J-PHONE")) { //Softbank系 header("Location: $softbank"); exit; }else if (substr_count($UA,"UP.Browser")) { //AU header("Location: $au"); exit; } ?>
ネオ・プラチナカードは
2024年6月30日をもってサービス終了いたしました。
今までご利用頂きまして、誠にありがとうございました。