질문게시판

설치시 에러가 납니다.

Fatal error: Cannot redeclare print_outlogin() (previously declared in /home/kmfootball/public_html/bbs/outlogin.php:75) in /home/kmfootball/public_html/bbs/outlogin.php on line 179
<outlogin.php>

44 * 외부로그인 모양을 바꾸시려면 outloing_skin 디렉토리 내의 README.TXT 파일을 
      읽 어 주시기 바랍니다.
45*
46*******************************************************************************/
47 global $member, $_head_php_excuted, $REQUEST_URI, $_zb_lib_included, $H
                TTP_SESSION_VARS, $total_member_connect, $total_guest_connect;
48 global $a_member_join, $a_member_modify, $a_member_memo, $member_m
                emo_icon, $memo_on_sound, $a_logout, $a_login, $id, $PHP_SELF, $_outlogin
                _include;
49
50 if(eregi(":\/\/",$_zb_path)||eregi("\.\.",$_zb_path)) $_zb_path ="./";
51
52
53 // outlogin.php 파일이 include 되었는지를 체크
54 if(!$_outlogin_include) {
55 $_outlogin_include = TRUE;
56 } else {
57 return FALSE;
58 }
59
60 // 처음에 include 되었을때 필요한 파일을 include 하는 부분
61 if(!$_head_php_excuted&&!$_zb_lib_included) {
62
63 // 제로보드 디렉토리 인지 체크
64 if(!file_exists($_zb_path."lib.php")) {
65 echo "제로보드 디렉토리가 아닙니다";
66 return;
67 }
68
69 // _head.php 읽음
70 @include $_zb_path."_head.php";
71
72 }
73
74 // 외부로그인 출력 함수
75 function print_outlogin($skinname = "default", $group_no = 1, $level = "10") {
76 global $member, $_head_php_excuted, $REQUEST_URI, $HTTP_SESSION_VARS, $total_member_connect, $total_guest_connect, $_zb_path, $_zb_url;
77 global $a_member_join, $a_member_modify, $a_member_memo, $member_memo_icon, $memo_on_sound, $a_logout, $a_login, $id, $PHP_SELF;
78
79 if($level < $member[level]) {
80?>
.
.
.
168
169 }
170
171 $a_member_join = "<Zeroboard";
172 $a_member_modify = "<Zeroboard";
173 $a_member_memo = "<Zeroboard";
174 $member_memo_icon = "<Zeroboard";
175 $memo_on_sound = "";
176 $a_logout = "<Zeroboard";
177 $a_login = "<Zeroboard";
178
179 }

제로보드연동모듈은 <A HREF="http://www.kmfootball.zon.to/KChatIRC/bbs/config.php" TARGET="_blank"  rel="nofollow">http://www.kmfootball.zon.to/KChatIRC/bbs/config.php</A>
저로보드연동모듈을 다운받아서 /KChatIRC/아래에 bbs방을 만들고 압축을 푼 config.php를
업로드 하였습니다.

<기타환경설정>
[설치경로*]  <A HREF="http://www.kmfootball.zon.to/KChatIRC/" TARGET="_blank"  rel="nofollow">http://www.kmfootball.zon.to/KChatIRC/</A>
[연동모듈]  zeroboard
[연동모듈경로]  <A HREF="http://www.kmfootball.zon.to/bbs/" TARGET="_blank"  rel="nofollow">http://www.kmfootball.zon.to/bbs/</A>
[연동모듈경로]  /home/kmfootball/public_html/bbs/
[나가기경로]    <A HREF="http://www.kmfootball.zon.to" TARGET="_blank"  rel="nofollow">http://www.kmfootball.zon.to</A> /

설치상 뭔가 잘못된것이 있습니까
조언부탁드립니다.
질문/답변란을 검색해보니 경로문제라는 답이 많던데 어떻게 해야 해결 할수 있는지요..
부탁드립니다.
    • head.php 에서 print_outlogin() 이 두번 호출된듯하네요
    • 05-06-11