질문게시판

설치시 에러가 났습니다

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