최근게시물을 사용하려고 하는데요 정보
최근게시물을 사용하려고 하는데요본문
기존에 사용하던 홈페이지에 제로보드를 삭제하고 그누보드를 설치했습니다
설치부터 난감한것이 많이 있네요 ...
처음 index.php 파일에 최근 게시물을 삽입하려고 하는데요
그누보드4 설치 경로
../board/ <== 요기에 그누보드설치
../index.php <== 기존의 홈페이지 인덱스파일
기존 홈페이지 인덱스 파일을 사용해서 최근 게시물(lastskin)을 추출하려고하는데요
검색을 해봤는데요 잘되질 않네요. 그냥 실행해보면 아무런 화면이 없네요..
이렇게 해봤는데 잘못된건지 어떻게 하는지
test.php로 만들어서 루트에 저장
=========================================================================
<?PHP
define("_GNUBOARD_", TRUE);
define("_GNUBOARD_", TRUE);
include 'board/config.php';
$tmp = dir("board/lib");
while ($entry = $tmp->read()) {
if ($entry{0} == ".") continue; // 첫문자가 "."이면 무시한다
include "lib/" . $entry;
}
if ($entry{0} == ".") continue; // 첫문자가 "."이면 무시한다
include "lib/" . $entry;
}
// DB연결을 위해 dbconfig.php를 인클루드 시킴
include "board/dbconfig.php";
include "board/dbconfig.php";
// DB연결자
$connect = @mysql_connect($cfg[mysql_host], $cfg[mysql_user], $cfg[mysql_pass]);
$select_db = @mysql_select_db($cfg[mysql_db], $connect);
$connect = @mysql_connect($cfg[mysql_host], $cfg[mysql_user], $cfg[mysql_pass]);
$select_db = @mysql_select_db($cfg[mysql_db], $connect);
?>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>최신글테스트</title>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>최신글테스트</title>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<table border="0" width="100%" height="100%">
<tr>
<td height="15">11111111111111</td>
</tr>
<tr>
<td width="50%" rowspan="2"><?=latest('basic','bbs', 5, 30);?></td>
</tr>
<tr>
<td width="50%" height="50%"><?=latest('basic','bbs', 5, 30);?></td>
</tr>
</table>
</body>
<table border="0" width="100%" height="100%">
<tr>
<td height="15">11111111111111</td>
</tr>
<tr>
<td width="50%" rowspan="2"><?=latest('basic','bbs', 5, 30);?></td>
</tr>
<tr>
<td width="50%" height="50%"><?=latest('basic','bbs', 5, 30);?></td>
</tr>
</table>
</body>
</html>
===============================================================================
===============================================================================
위 파일을 실행 시키면 아무런 반응이 없네요
기존에 홈페이지 틀을 바꾸어야 되는 건가요..
기존은 헤더 사이에 아래와 같이 하고
<?
$_zb_url = "http://host/bbs/";
$_zb_path = "/home/host/bbs/";
include $_zb_path."outlogin.php";
include "./cnt/dbconn.php";
include "./cnt/zerocounter.php";
?>
$_zb_url = "http://host/bbs/";
$_zb_path = "/home/host/bbs/";
include $_zb_path."outlogin.php";
include "./cnt/dbconn.php";
include "./cnt/zerocounter.php";
?>
문서 중간에 <? print_bbs("스킨이름", "게시판명", "테이블명", 4, 16) ?> 한줄쓰면
보여줬는데 그누보는 어떻게 하는지.. 감이 오질 않네요
그누보드는 외부 파일에서 최근 게시물 추출이 되지 않는 건가요....
댓글 전체

여기를 살펴 보시면 두고두고 도움이 많이 되실겁니다....^^
http://www.sir.co.kr/bbs/board.php?bo_table=g4_tiptech&sca=&sfl=mb_id,1&stx=aechae
http://www.sir.co.kr/bbs/board.php?bo_table=g4_tiptech&sca=&sfl=mb_id,1&stx=aechae