질문게시판

설치시 에러가 났습니다

Warning: main(outlogin.php) [function.main]: failed to open stream: No such file or directory in /home/kmfootball/public_html/kchatirc/config.php on line 14

Warning: main() [function.include]: Failed opening 'outlogin.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/kmfootball/public_html/kchatirc/config.php on line 14

Warning: main(/home/kmfootball/public_html/kchatirc/skin//nick.php) [function.main]: failed to open stream: No such file or directory in /home/kmfootball/public_html/kchatirc/nick.php on line 14

Warning: main() [function.include]: Failed opening '/home/kmfootball/public_html/kchatirc/skin//nick.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/kmfootball/public_html/kchatirc/nick.php on line 14

<config.php>
<?
//
// 제로보드 연동 모듈
//
// 만든이 : 오길호(<a href="mailto:prince@kilho.net"  rel="nofollow">prince@kilho.net</a>)
// 만든날 : 2004년 7월 18일
//

// 제로보드를 통해서 이미지 닉을 구해냅니다.

$_zb_path=$bbsdir;
$_zb_url=$bbsurl;

include $_zb_path."outlogin.php";

$mainurl=&#039;index.php?&#039;;

// 제로보드를 통해서 아이디를 획득합니다.
if($member[no])
$tempid=$member[no];  // user_id;

$icon_file = $bbsdir."icon/private_name/$tempid.gif";
$icon_dir = $bbsdir."icon/private_name/";

if (file_exists($icon_file) && is_file($icon_file))
{
$size = getimagesize($icon_file);
$width = $size[0];
$height = $size[1];
if ($width > $cfg[mb_icon_width]) $width = $cfg[mb_icon_width];
if ($height > $cfg[mb_icon_height]) $height = $cfg[mb_icon_height];

$tempip = explode(&#039;.&#039;,$HTTP_SERVER_VARS["REMOTE_ADDR"]);
$calip = sprintf(&#039;%x&#039;, ($tempip[0] * 4)+ ($tempip[1] * 3) + ( $tempip[2] * 2 ) + $tempip[3]);

$UID = &#039;KH_&#039; . $tempid . &#039;_&#039; . $calip;
}
else
        $UID = $member[name];
?>


<nick.php>
<?
////////////////////////////////////////////////////////////////////////////////
//                                                                            //
//  KilhoChat v 0.9 by Oh Kilho(<a href="mailto:prince@kilho.net"  rel="nofollow">prince@kilho.net</a>) (2004/7/23)                //
//        Copyright ⓒ 2003 Kilho.net. All rights reserved                    //
//                                                                            //
//  Project Name : KilhoChat v 0.9 ( IRC WebChat )                          //
//    ( 3S1E system : Safe, Speed, Simple , Easy )                          //
//                                                                            //
////////////////////////////////////////////////////////////////////////////////

// 연동모듈이 없을때 스킨의 닉을 통해 닉네임 설정
if(!$connection||!$UID)
include $skinurl . &#039;/nick.php&#039;;
else
{?>
<form name=nickmodule action=<?=$room_href?> method=post>
<input name=Nick value="<?=$UID?>">
</form>
<script>nickmodule.submit();</script>
<?}
?>
이상과 같습니다
해드파일은 ../bbs/fbm6.php로 만들었고
푸드파일은 ../bbs/foot.php로 되어 있습니다.
도와 주세요...
    • 경로가 틀렸다는 오륜데요?
    • 05-06-11
번호 제목 글쓴이 조회 날짜
819 쳇방이 깨지는 경우, 지금까지 대화내용의 보존에 대하여 1 3,166 07-13
818 처음 설치해보는데..잘 안되네요... 3 3,242 07-11
817 처음부터 에러가 납니다. 4 3,538 07-03
816 on 1 ca 1(4) ft 50(50) tr 문제 ,,,,,, 고수님들 도움을 기다립니다. 5,111 07-02
815 아이프레임 사용시 자바 에러납니다 5 3,376 07-01
814 인증쪽은 아직 소식없는지요 ^^ 1 4,280 07-01
813 질문드립니다. 1 2,947 06-30
812 운영자님 긴급 질문이요..ㅜㅜ;; 3 3,483 06-29
811 이모티콘 사용시 문제가 발생하는 분 보세요 2 4,594 06-28
810 상,하단 문제... 2 3,588 06-27
809 도저히 모르겠습니다. 1 3,256 06-27
808 ActiveX관련 1 3,431 06-27
807 상설방 만드는 방법은 어떻게 하면 될까요? 3,833 06-23
806 방은 만들어졌는데 우측편 리스트에 에러 메시지가... 3 3,506 06-23
805 아시는분...꼭 답변 부탁드립니다. 1 3,173 06-23
804 길호님 1 3,454 06-22
803 계속 config.php 퍼미션을 707으로 잡으라고 나옵니다. 2 5,643 06-21
802 길호챗 P2P 사용자입니다. 2 3,297 06-21
801 제로보드연동모듈어디다 덮어씌우나여? 5 3,383 06-21
800 액티브X... 3 3,173 06-21
799 ㅠㅅㅠ 1 5,685 06-20
798 채팅방 IRC가 다운로드가 안됩니다. 1 4,026 06-19
797 IRC 버전 다운로드가 안되네요^^ 2 3,632 06-18
796 그누보드 새로운 버전이 나왔습니다 1 4,264 06-17
795 질문입니다. 1 3,783 06-17
794 제목읽기에서 멈추고.... 1 3,304 06-13
793 제로보드를 사용하고 있는데요! 2 3,367 06-12
792 irc 에서 포트는 1 4,826 06-12
791 설치시 에러가 납니다. 1 5,615 06-11
790 index.php 7 3,611 06-11
열람 설치시 에러가 났습니다 1 3,887 06-11