묻고답하기

상황은 이렇습니다.

- 로그인을하면 다시 로그인 폼이 나온다.

인터넷 익스플로어 버전이고 뭐고(거의 모든 컴퓨터에서) 아이디랑 비번적고 로그인하면 다시 로그인폼이 나옵니다.(새로고침 누른효과ㅡ.ㅡ;)
아무리 설정을 잘 해놔도 문제입니다. 저를 포함한 많은 회원분들께서 고생하시고 계십니다.
도데체 어디가 문제일까요?

아래는 저희 홈 첫화면의 소스입니다.
어느부분이 문제인지 좀 봐주십시오.

제로보드 4.11의 자체 아웃로그인을 쓰고 있습니다.
그룹은 1,2,3이 없는(삭제함) 4를 쓰고있구요..

php는 암것두 아는것이 없어서 이렇게 부탁드립니다.

무슨 소스를 수정해야 하거나 추가해야 할까요..??

<html>

<head>
<title>BSB-LOVE.NET</title>

<style>
<!--
a:link { color:#000000; text-decoration:none; }
a:visited { color:#000000; text-decoration:none; }
a:active { color:#000000; text-decoration:none; }
a:hover { color:#808080; text-decoration:none; }
.BODY,TD,SELECT,input,DIV,form,TEXTAREA,center,option,pre,blockquote { font-family:"굴림", "돋움"; font-size:9pt; }

-->
</style>

<style TYPE="text/css">
BODY{
        scrollbar-face-color: white;
        scrollbar-shadow-color: gray;
        scrollbar-highlight-color: white;
        scrollbar-3dlight-color: gray;
        scrollbar-darkshadow-color: white;
        scrollbar-track-color: white;
        scrollbar-arrow-color: gray;
}



</style>


<script language="JavaScript">
<!--
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
  toolbar_str = toolbar ? 'yes' : 'no';
  menubar_str = menubar ? 'yes' : 'no';
  statusbar_str = statusbar ? 'yes' : 'no';
  scrollbar_str = scrollbar ? 'yes' : 'no';
  resizable_str = resizable ? 'yes' : 'no';
  window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}

//-->
</script>


</head>

<body marginheight=0 topmargin=0 marginwidth=0 leftmargin=0 bgcolor="white">

<table cellpadding="0" cellspacing="0" width="990">
    <tr>
        <td width="990" bgcolor="black" colspan="2">
            
            <p align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" width="100%" height="100" vspace="0" hspace="0">
<param name="movie" value="http://teen-zone.new21.net/flash/bsbmain.swf">
<param name="play" value="true">
<param name="loop" value="true">
<param name="quality" value="high">
<embed src="http://teen-zone.new21.net/flash/bsbmain.swf" play="true" loop="true" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="100%" height="100"></embed>
</object>
        </td>
    </tr>
    <tr>
        <td width="134" bgcolor="black">
             <p align="right"><a onfocus=this.blur() href="http://teen-zone.new21.net/renindex01.html"><img src="image/renimg/main01.gif" width="100" height="16" border="0"></a></p>
        </td>
        <td width="856" bgcolor="black">
           <p> <a onfocus=this.blur() href="http://teen-zone.new21.net/renbackstreet.html"><font color="white" size="2" face="돋움"><img src="image/renimg/backstreet01.gif" width="150" height="16" border="0"></a><a onfocus=this.blur() href="http://teen-zone.new21.net/zero4/zboard.php?id=news"><img src="image/renimg/news01.gif" width="80" height="16" border="0"></a><a onfocus=this.blur() href="http://teen-zone.new21.net/rencomm.html"><img src="image/renimg/community01.gif" width="100" height="16" border="0"></a><a onfocus=this.blur() href="http://teen-zone.new21.net/renalbum.html"><img src="image/renimg/album01.gif" width="80" height="16" border="0"></a><a onfocus=this.blur() href="http://teen-zone.new21.net/rensound.html"><img src="image/renimg/sound01.gif" width="126" height="16" border="0"></a><a onfocus=this.blur() href="http://teen-zone.new21.net/renpictures.html"><img src="image/renimg/pictures01.gif" width="100" height="16" border="0"></a><a onfocus=this.blur() href="http://teen-zone.new21.net/renvideo.html"><img src="image/renimg/video01.gif" width="66" height="16" border="0"></a><a onfocus=this.blur() href="http://teen-zone.new21.net/renpds.html"><img src="image/renimg/pds01.gif" width="70" height="16" border="0"></a><a onfocus=this.blur() href="http://teen-zone.new21.net/rengames.html"><img src="image/renimg/games01.gif" width="80" height="16" border="0"></font></a></p>
        </td>
    </tr>
</table>

<table border="0" width="990">
    <tr>
        <td width="137" valign="top">
<div align="center">
<p style="margin-top:0; margin-bottom:0;"> </P>
<TABLE width="130" border="0" style="margin-top:0; margin-bottom:0;">
<TBODY>
<TR bgColor=white>
<TD vAlign=top align=center width="120" height="200" bgcolor="white">
                            <p>
<?
    
    $_zb_skin = "nzeo";       // 외부로그인 스킨의 디렉토리명
    $_group_no = "4";        // 그룹 번호를 지정 하기
    $_zb_level = 10;     // 페이지 허용 레벨
    $_zb_url = "http://teen-zone.new21.net/zero4/";  // 끝에 꼭 / 를 써주세요
    $_zb_path = "/wecan/eunil4259/teen-zone.new21.net/zero4/"; // 끝에 꼭 / 를 써주세요
    include $_zb_path."outlogin.php";
  ?></p>
                            <table cellpadding="0" cellspacing="0" width="134">
                                <tr>
                                    <td width="131">
                                        <p><img src="zero4/image/renimg/homemenu.gif" width="127" height="25" border="0"></p>
                                    </td>
                                </tr>
                                <tr>
                                    <td width="131">
<p> <img src="image/icon/exam/xnemo03.gif" width="14" height="14" border="0">
                                        <a onfocus=this.blur() href="http://teen-zone.new21.net/renmember.html">홈 &회원정보</a></p>
                                    </td>
                                </tr>
                                <tr>
                                    <td width="131">
<p> <img src="image/icon/exam/xnemo01.gif" width="14" height="14" border="0">
            <a OnFocus="this.blur()" href="http://teen-zone.new21.net/zero4/zboard.php?id=help">도움말</a></p>
                                    </td>
                                </tr>
                                <tr>
                                    <td width="131">
<p> <img src="image/icon/exam/xnemo02.gif" width="14" height="14" border="0">
            <a onfocus=this.blur() href="http://teen-zone.new21.net/rensitemap.html">홈 전체보기</a></p>
                                    </td>
                                </tr>
                                <tr>
                                    <td width="131">
<p> <img src="image/icon/exam/xnemo02.gif" width="14" height="14" border="0"> <a onfocus=this.blur() href="http://teen-zone.new21.net/zero4/zboard.php?id=bsbwebmaster">건의 / 신고</a></p>
                                    </td>
                                </tr>
                                <tr>
                                    <td width="131">
<p> <img src="image/icon/exam/xnemo02.gif" width="14" height="14" border="0">
            <a onfocus=this.blur() href="http://teen-zone.new21.net/renprivacy.html">개인정보 보호정책</a></p>
                                    </td>
                                </tr>
                                <tr>
                                    <td width="131">
                                        <p> <img src="image/icon/exam/xnemo02.gif" width="14" height="14" border="0">
                                        <a onfocus=this.blur() href="javascript:na_open_window('bsblovemail', 'http://teen-zone.new21.net/bsb-lovemail/morningmail.php', 0, 0, 303, 234, 0, 0, 0, 0, 0);">BSB-LOVE
                                        웹메일</a></p>
                                    </td>
                                </tr>
                                <tr>
                                    <td width="131">
                                        <p> <img src="zero4/image/renimg/underbar.gif" width="125" height="8" border="0"></p>
                                    </td>
                                </tr>
                                <tr>
                                    <td width="131">
                                        <p> </p>
                                    </td>
                                </tr>
                                <tr>
                                    <td width="131">
                                        <p><img src="zero4/image/renimg/musicsearch.gif" width="127" height="25" border="0"></p>
                                    </td>
                                </tr>
                                <tr>
                                    <td width="131" height="25">
                                        <p><form name="searching" method="post" action=http://teen-zone.new21.net/zero4/zboard.php?id=listen target="_self"><p align="left"><input type="text"
name="keyword" value="" maxlength="80" size="11" style="font-family:Arial; font-size:9pt; color:black; text-align:left; text-decoration:none;
background-color:white; border-width:1pt; border-color:black; border-style:line;"><input type=image src="zero4/image/renimg/search.gif" align="absmiddle" onfocus=this.blur()></p>                                  
                                        
                                  
                                  
                                      
                                      
</td>
                                </tr>
                                <tr>
                                    <td width="131">
                                        <p> <img src="/zero4/image/icon/exam/xnemo06.gif" width="14" height="14" border="0">
                                        <a onfocus=this.blur() href="http://teen-zone.new21.net/zero4/zboard.php?id=listen&page=1&category=&sn=off&ss=on&sc=on&keyword=&select_arrange=subject&desc=asc">음악감상실</a></p>
                                    </td>
                                </tr>
                                <tr>
                                    <td width="131">
                                        <p> <img src="zero4/image/icon/exam/xnemo06.gif" width="14" height="14" border="0">
                                        <a onfocus=this.blur() href="http://teen-zone.new21.net/zero4/zboard.php?id=listen&page=1&category=&sn=off&ss=on&sc=on&keyword=&select_arrange=hit&desc=desc">인기순으로
                                        보기</a></p>
                                    </td>
                                </tr>
                                <tr>
                                    <td width="131">
                                        <p><img src="zero4/image/renimg/underbar.gif" width="125" height="8" border="0"></p>
                                    </td>
                                </tr>
                                <tr>
                                    <td width="131">
                                        <p> </p>
                                    </td>
                                </tr>
                                <tr>
                                    <td width="131">
                                        <p><img src="zero4/image/renimg/banner.gif" width="127" height="25" border="0"></p>
                                    </td>
                                </tr>
                                <tr>
                                    <td width="131">
                                        <p align="left"> <a onfocus=this.blur() href="javascript:na_open_window('banner', 'sourceban.html', 0, 0, 360, 270, 0, 0, 0, 0, 0);"><img src="zero4/image/renimg/bannerver3.gif" width="120" height="35" border="0" alt="BSB-LOVE.NET"></a></p>
                                    </td>
                                </tr>
                                <tr>
                                    <td width="131">
                                        <p><img src="zero4/image/renimg/underbar.gif" width="125" height="8" border="0"></p>
                                    </td>
                                </tr>
</form>  
                            </table></form>
</TD></TR></TBODY></TABLE>
</div>
        </td>
        <td width="843" valign="top">
<p>            <?
include "/wecan/eunil4259/teen-zone.new21.net/zero4/new_list.php";
?></p>
        </td>
    </tr>
    <tr>
        <td width="984" valign="top" colspan="2" bgcolor="white">
            <p> </p>
        </td>
    </tr>
    <tr>
        <td width="984" valign="top" colspan="2" bgcolor="gray">
            <p align="center"><FONT class=fontw face=돋움 size=2 color="white">Copyright (c) 2002
             BSB-Love.Net  All Rights
Reserved.</FONT>        </td>
    </tr>
</table>


</body>
</html>
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
유정희 서버가 리눅스환경인데 자바프로그램이 연동이 안되요? [1] 2007.08.10
유정희 auth.php 이부분에서 에러가 떠요 왜그런지 알려주세요 [1] 2007.08.10
하얀바다 브라우저가 열린 동안만 존재하는 파일 만드는 방법 좀 갈켜 주세요 [1] 2007.08.10
박정수 글쓰기가 안되고 계속 no라고만 뜨는 현상 [1] 2007.08.10
김철중 [노프레임] 이게 가능하나요? [2] 2007.08.10
움직이는 메뉴의 위치지정이요... [3] 2007.08.10
유진 우리 학급 홈페이지를 만들려고 하는데.... [1] 2007.08.10
조은일 이 소스에서 무엇이 문제인지 좀 봐주세요. [5] 2007.08.10
진혜선 알수없는 페이지 오류,,,ㅜㅜ [6] 2007.08.10
변경석 표를 마음대로 늘리는 방법은? [3] 2007.08.10
KYJ [php]첵크박스에 value를 DB에 넣고싶을때.. [2] 2007.08.10
codi 제로카운터 백업후 복원후 생긴문제... [1] 2007.08.10
YAP!! 에러화면이 뜨는데요;; [1] 2007.08.10
아이돌매냐 인클루드나 iframe 이 그냥 출력이 안되고 소스가 보여지는경우는 [1] 2007.08.10
Freaky 홈페이지에 좀 다른 시계를 달려고 합니다! [2] 2007.08.10
김수영 여기서.... [1] 2007.08.10
Tizi 데이터 포맷 을... 0000001형식으로. [2] 2007.08.10
후니 딱 한번만 새로고침 하는 방법좀...... [4] 2007.08.10
유제원 천리안체는....  
Beto mysql을 업그레이드 하고 싶습니다. [2] 2007.08.10
나일락 제로카운터 안되는데 해결좀여...-.- [3] 2007.08.10
NoeSES.NET 이름나오는 부분에 들어가는 그림 만드는 법점. [2] 2007.08.10
변경석 표의 크기를 내용량에 따라 조절하고 싶다면?  
writer 파티션을 나눠서 컴퓨터를 서버로도 돌리고 개인적 용도로 사용할 수 있나요? [2] 2007.08.10
NoeSES.NET tranparent 배경 어떻게 선택 하는지?  
최호연 질문입니다ㅠ_ㅠ  
로피 회원 가입,로그인 처리는 어떤방식으로 하는게 조을까염?  
개나리 폰트들이 이상하게 나오거든요 [1] 2007.08.10
ㅈㅔㅇㅣMo_ON [질문]주소창입력으로 소스보기.. [2] 2007.08.10
METAL NATION 갑자기 안되는데... [2] 2007.08.10