//
//
if ($_SERVER['REMOTE_ADDR'] != "210.172.110.50") {
if (date("YmdH") < "2007091017") {
include_once("../register_still.html");
exit;
}
}
session_cache_limiter('private');
include_once("../../inc/lib.inc");
include_once("register_lib.php");
// main
$type = 1;//$_REQUEST['type'] - 0;
$level = $_REQUEST['level'] - 0;
if (($type != 1) && ($type != 2)) {
// 不正アクセス
//echo "invalid paramater(s).";
//exit;
//header("Location: http://www.bigissue.or.jp/");
//exit;
//show_error("");
}
///var_dump($_POST);
if ($_POST['forceBack']) {
$aIn = my_sanitize(decode_array($_POST));
}
$level = $aIn['lev_level']?$aIn['lev_level']:$level;
if ($type == 1) {
// *** 個人の場合
// 職業
foreach($aETAT as $etat_type=>$etat_name) {
$sEtatRadio .= "$etat_name".($etat_type==3?"
":"")."\n";
}
} else {
// *** 法人の場合
}
// 他
$domain_list = makeDomainList();
$hidden = "";
include_once("register.html");
?>