질문게시판

설치시 에러가 났습니다

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

로그인 후 댓글내용을 입력해주세요

번호 제목 글쓴이 조회 날짜
810 상,하단 문제... 2 3,993 06-27
809 도저히 모르겠습니다. 1 3,667 06-27
808 ActiveX관련 1 3,806 06-27
807 상설방 만드는 방법은 어떻게 하면 될까요? 4,282 06-23
806 방은 만들어졌는데 우측편 리스트에 에러 메시지가... 3 3,924 06-23
805 아시는분...꼭 답변 부탁드립니다. 1 3,564 06-23
804 길호님 1 3,831 06-22
803 계속 config.php 퍼미션을 707으로 잡으라고 나옵니다. 2 6,070 06-21
802 길호챗 P2P 사용자입니다. 2 3,692 06-21
801 제로보드연동모듈어디다 덮어씌우나여? 5 3,787 06-21
800 액티브X... 3 3,648 06-21
799 ㅠㅅㅠ 1 6,137 06-20
798 채팅방 IRC가 다운로드가 안됩니다. 1 4,463 06-19
797 IRC 버전 다운로드가 안되네요^^ 2 4,079 06-18
796 그누보드 새로운 버전이 나왔습니다 1 4,682 06-17
795 질문입니다. 1 4,182 06-17
794 제목읽기에서 멈추고.... 1 3,702 06-13
793 제로보드를 사용하고 있는데요! 2 3,769 06-12
792 irc 에서 포트는 1 5,309 06-12
791 설치시 에러가 납니다. 1 6,042 06-11
790 index.php 7 3,983 06-11
열람 설치시 에러가 났습니다 1 4,308 06-11
788 잘쓰다가 오류가 생겼습니다. 1 3,883 06-11
787 길호챗 다운로드 화면에 약관동의는 어디서 하나요? 1 3,881 06-10
786 또 질문입니다. 1 5,443 06-05
785 질문있습니다. 1 3,560 06-05
784 이렇게 에러가 납니다. 2 3,441 06-02
783 프레임 사용시 스크립트 에러 발생 1 4,029 05-30
782 제목 : 제목 읽는중...에서 멈추고 움직이지 않습니다... 3 4,358 05-28
781 처음이에요..setup질문입니다. 1 4,725 05-28
780 설치중인데요~ 질문드립니다. 1 3,579 05-24