묻고답하기

프레임을 나눠서 왼쪽에 로그인 스킨을 설치했는데

1. 로그인을 하면 오른쪽 창에 그 결과 나오는데 왜 그러죠???

2. join도 이미 가입됬다고 나오는데...

3. 로그아웃을 했는데도 계속 로그인상태가 유지되는것 같는데...


저희 홈피주소입니다.

http://gaiakim.wo.to


로그인 설치파일 소스

<?
   $_zb_url = "http://gaiakim.gana4u.co.kr/bbs/";         //제로보드가 설치된 url
   $_zb_path = "/home/gaiakim/public_html/bbs/";             //제로보드가 설치된 절대경로
   include $_zb_path."outlogin.php";
?>

<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>Left</title>
<base target="detail">
</head>

<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<table cellpadding="0" cellspacing="0">
    <tr>
        <td width="149" height="103">
            

<? print_outlogin("uZineOL_MoonStar", 1, 10) ?>

 
        </td>
    </tr>

</table>


</html>