묻고답하기

안녕하세요.

Warning: Failed opening 'http://wsmarki.w3ip.com:8888/zboard/zboard.php?id=wsmarki_Memo' for inclusion (include_path='.') in g:usrwwwzboardnotice1.php on line 84
위와 같은 오류가 나오는데염..어떻게 해야 하졍?
notice1.php 화일 내용은 아래와 같습니다.

<html>
<head>
<?
   $_zb_url = "http://wsmarki.w3ip.com:8888/zboard/";
   $_zb_path = "./";
   include $_zb_path."outlogin.php";
?>
<style type="text/css">
<!--
@font-face {font-family:웹정; src:url(http://wsmarki.w3ip.com:8888/nontoxic_jalanche.eot);}
body,table,td,tr {font-family:웹정;font-size:9pt;}
-->
</style>

<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:#FF0099;text-decoration:none}
</style>
<style>
body {
scrollbar-face-color: #333333;
scrollbar-shadow-color: #333333;
scrollbar-highlight-color: #666666;
scrollbar-3dlight-color: #4a4a4a;  
scrollbar-darkshadow-color: #4a4a4a;
scrollbar-track-color: #4a4a4a;
scrollbar-arrow-color: #000000
}
</style>


<? if (10<$member[level0]) {

               print_outlogin("camelot_blue2", 1, 10);
}else{

?>  
               <div align=center>
               <b> </b>
               </div>
<? }  ?>
<style type="text/css">
.banner {BORDER-RIGHT: #000000 2px solid; BORDER-TOP: #888888 2px solid; BORDER-LEFT: #888888 2px solid; BORDER-BOTTOM: #000000 2px solid; border-style: groove; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px}
</style>
</head>
<body bgcolor="#3e3e3e" bgproperties="fixed" oncontextmenu="return false" ondragstart="return false" onselectstart="return false" >

<br>
        <table border="0" width="50" height="200" style='position:absolute; left:5; top:0; '>
                <tr>
                        <td width="100">
                                <? print_outlogin("uni2_out", 1, 10) ?>
                        </td>
                </tr>
                <tr>
                        <td>
                                <iframe src=http://wsmarki.w3ip.com:8888/zboard/loged/login_member_list.php width=125 height=100 frameborder=0 marginwidth=0 marginheight=0 scrolling=false></iframe>
                        </td>
                </tr>
        </table>
<table border="0" width="800" style='position:absolute; left:140; top:0; '>
    <tr>
        <td width="350" >
            <? print_bbs("uni/uni_set2d_notice1", "공지사항", "wsmarki_Main", 1, 25)?>
        </td>
                <td width="350" >
            <? print_bbs("uni/uni_set2d_notice1", "낡적이", "wsmarki_nak", 1, 25)?>
        </td>
        </tr>
        <tr>
                <td width="350">
                        <? print_bbs("uni/uni_set2d_bbs1", "게시판", "wsmarki_afree", 5, 25)?>
        </td>
                <td width="350">
                        <? print_bbs("uni/uni_set2d_bbs1", "낙서장", "wsmarki_nak", 5, 25)?>
        </td>
        </tr>
</table>
<table border="0" style='position:absolute; left:140; top:230; '>
                        <td width="800">                        
                
        <? include 'http://wsmarki.w3ip.com:8888/zboard/zboard.php?id=wsmarki_Memo' ?>

                        </td>
</table>

<iframe src='http://wsmarki.w3ip.com:8888/zboard/zboard.php?id=Notice' width=0 height=0 style='position:absolute; left:900; top:700; '></iframe>

</body>

</html>
바로 보이는 인크루드 부분에서 아래와 같이 햇는데요 오류 나네욤 어떻게 해야 하는지요?

<? include 'http://wsmarki.w3ip.com:8888/zboard/zboard.php?id=wsmarki_Memo' ?>
이렇게 하는거 아닌가욤?