묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
최신게시물 표현하는데 자꾸 에러가 나와서 그러는데요 어디가 틀린건지 모르겠는데 아시는분 좀 알려주세요. 아래는 홈에서 아이프레임으로 파일로 불러들릴 내용인데요. 어디가 잘못된건가요
이 세부분은 제대로 넣었습니다.
<?
$_zb_url = "http://; //제로보드설치 디렉토리의 url
$_zb_path = "/KebiHome/myhome/bbs/"; //게시판에서 위치파악
include $_zb_path."outlogin.php"; //제로보드의 외부로그인
?>
<html>
<head>
<title>Content</title>
</head>
<body>
<table width="398" height="147" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td width="290" height="24">
<? print_notice</td>
</tr>
<tr valign="top">
<td height="25">
<?print_bbs("latest_skin/nzeo/blue_bbs","게시물","pro1",5,80)?> </td>
</tr>
<tr valign="top">
<td height="49"><? print_gallery("latest_skin/nzeo/red_gallery", "갤러리", "ga1",4, 60,30,2)?></td>
</tr>
</table>
</body>
</html>
홈페이지에 최신게시물 표시 에러좀 부탁드려요
2007.06.23 20:11
최신게시물 표현하는데 자꾸 에러가 나와서 그러는데요 어디가 틀린건지 모르겠는데 아시는분 좀 알려주세요. 아래는 홈에서 아이프레임으로 파일로 불러들릴 내용인데요. 어디가 잘못된건가요
이 세부분은 제대로 넣었습니다.
<?
$_zb_url = "http://; //제로보드설치 디렉토리의 url
$_zb_path = "/KebiHome/myhome/bbs/"; //게시판에서 위치파악
include $_zb_path."outlogin.php"; //제로보드의 외부로그인
?>
<html>
<head>
<title>Content</title>
</head>
<body>
<table width="398" height="147" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td width="290" height="24">
<? print_notice</td>
</tr>
<tr valign="top">
<td height="25">
<?print_bbs("latest_skin/nzeo/blue_bbs","게시물","pro1",5,80)?> </td>
</tr>
<tr valign="top">
<td height="49"><? print_gallery("latest_skin/nzeo/red_gallery", "갤러리", "ga1",4, 60,30,2)?></td>
</tr>
</table>
</body>
</html>
댓글 2
-
괄리자
2007.06.25 13:27
무슨 에러가 뜨는지 에러 메시지를 주시면~~~ -
류민혁
2007.06.23 21:44
깨비홈 서버를 쓰시면.. windows..라는 말씀이신가 하하..;;
C:/kebihome/myhome/bbs/ 이런식으로 적으셔야 될텐데요 ~~~~~~~