top.location.href=\"".$_SERVER['PHP_SELF']."\""; exit; } if ( session_is_registered('userid')){ header("Location: rss.html"); exit; } if ( $_POST['userid'] ){ $userid = $_POST['userid']; $userpw = $_POST['userpw']; $uarr = getUser($userid); if ( $uarr[1] == md5($userpw)){ session_register('userid'); addCount($userid); header("Location: rss.html"); exit; }else{ echo "ÀÎÁõ¿¡·¯ !!"; @session_destroy(); } } ?>
## °ø»çÁßÀÌÁö¸¸ ÀÌ»ó¾øÀ» ¼öµµ ÀÖ½À´Ï´Ù..(^-^;;) ## Å×½ºÆ® ¾ÆÀ̵ð : kwon(kwon) ## ¼Ò½º : rss_reader0.3.tgz ## ¹®ÀÇ : nonots@hanmail.net ## ȨÆäÀÌÁö : HTTP://WWW.HANATHE.BIZ ## ÇÁ·ÎÁ§Æ® ȨÆäÀÌÁö : http://kldp.net/projects/hanathereader/ |