|
|
|
20년 전
|
조회 2,723
|
|
|
|
20년 전
|
조회 4,010
|
|
|
|
20년 전
|
조회 2,864
|
|
|
|
20년 전
|
조회 3,348
|
|
|
|
20년 전
|
조회 2,654
|
|
|
|
20년 전
|
조회 2,809
|
|
|
|
20년 전
|
조회 6,567
|
|
|
|
20년 전
|
조회 2,793
|
|
|
|
20년 전
|
조회 3,140
|
|
|
|
20년 전
|
조회 2,522
|
|
|
|
20년 전
|
조회 3,054
|
|
|
|
20년 전
|
조회 2,743
|
|
|
|
20년 전
|
조회 2,888
|
|
|
|
20년 전
|
조회 2,717
|
|
|
|
20년 전
|
조회 4,191
|
|
|
|
20년 전
|
조회 3,056
|
|
|
|
20년 전
|
조회 3,592
|
|
|
|
20년 전
|
조회 2,416
|
|
|
|
20년 전
|
조회 2,583
|
|
|
|
20년 전
|
조회 2,697
|
댓글 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 은 필요시 상하단에 그누 디자인셋을........ 아시죠?^^