|
|
|
20년 전
|
조회 2,722
|
|
|
|
20년 전
|
조회 4,006
|
|
|
|
20년 전
|
조회 2,860
|
|
|
|
20년 전
|
조회 3,342
|
|
|
|
20년 전
|
조회 2,652
|
|
|
|
20년 전
|
조회 2,806
|
|
|
|
20년 전
|
조회 6,567
|
|
|
|
20년 전
|
조회 2,793
|
|
|
|
20년 전
|
조회 3,140
|
|
|
|
20년 전
|
조회 2,519
|
|
|
|
20년 전
|
조회 3,052
|
|
|
|
20년 전
|
조회 2,743
|
|
|
|
20년 전
|
조회 2,886
|
|
|
|
20년 전
|
조회 2,715
|
|
|
|
20년 전
|
조회 4,185
|
|
|
|
20년 전
|
조회 3,052
|
|
|
|
20년 전
|
조회 3,591
|
|
|
|
20년 전
|
조회 2,414
|
|
|
|
20년 전
|
조회 2,580
|
|
|
|
20년 전
|
조회 2,693
|
댓글 4개
요렇게
-----------------------------
<?
$g4_path = "../gnuboard4/";
include_once("$g4_path/common.php");
include_once("$g4[path]/lib/latest.lib.php");
// include_once("$g4[path]/head.php");
?>
<?=latest("스킨명", "게시판아이디", 출력라인수, 출력글자수);?>
<? // include_once("$g4[path]/tail.php"); ?>
-----------------------------
Warning: main(./common.php): failed to open stream: No such file or directory in /web/home/e848048/html/gnuboard4/_common.php on line 3
Warning: main(): Failed opening './common.php' for inclusion (include_path='.:/usr/lib/php/pear') in /web/home/e848048/html/gnuboard4/_common.php on line 3
Warning: main(/lib/latest.lib.php): failed to open stream: No such file or directory in /web/home/e848048/html/kt/body.htm on line 54
Warning: main(): Failed opening '/lib/latest.lib.php' for inclusion (include_path='.:/usr/lib/php/pear') in /web/home/e848048/html/kt/body.htm on line 54
Fatal error: Call to undefined function: latest() in /web/home/e848048/html/kt/body.htm on line 59
<?
include_once("../gnuboard4/_common.php");
include_once("$g4[path]/lib/latest.lib.php");
// include_once("$g4[path]/head.php");
?>
<?=latest("스킨명", "게시판아이디", 출력라인수, 출력글자수);?>
<? // include_once("$g4[path]/tail.php"); ?>
--------------------------------------------
이렇게 해보세요.
그누 공통함수와 latest.lib.php 가 로드되어야 최신글 추출이 될겁니다.
head , tail 은 필요시 상하단에 그누 디자인셋을........ 아시죠?^^