[제나플러스] 최신글 lib.php 파일 만들기 > 팁앤테크

본문 바로가기
사이트 내 전체검색

팁앤테크

[제나플러스] 최신글 lib.php 파일 만들기

페이지 정보

profile_image
작성자 제로
댓글 0건 조회 51,855회 작성일 08-05-24 02:33

본문

<?
if (!defined('_GNUBOARD_')) exit;

//BANNER
function latest_banner($skin_dir="", $bo_table, $brch="", $rows=100,  $options="")
{
    global $g4;

    if ($skin_dir)
        $latest_skin_path = "$g4[path]/skin/latest/$skin_dir";
    else
        $latest_skin_path = "$g4[path]/skin/latest/basic";

    $list = array();

    $sql = " select * from $g4[board_table] where bo_table = '$bo_table'";
    $board = sql_fetch($sql);

    $tmp_write_table = $g4['write_prefix'] . $bo_table; // 게시판 테이블 전체이름
    if ($brch == "H")
     $brch = "wr_hit";
 else if ($brch == "C")
     $brch ="wr_comment";
 else if ($brch == "R")
     $brch = "rand()";
 else if ($brch == "G")
     $brch = "wr_good";
 else if ($brch == "WR3")
     $brch = "wr_3";

    $sql = " select * from $tmp_write_table where wr_4='1' order by $brch asc limit 0, $rows ";
    //explain($sql);
    $result = sql_query($sql);
    for ($i=0; $row = sql_fetch_array($result); $i++)
        $list[$i] = get_list($row, $board, $latest_skin_path, $subject_len);
  
    ob_start();
    include "$latest_skin_path/latest.skin.php";
    $content = ob_get_contents();
    ob_end_clean();

    return $content;
}

?>

댓글목록

등록된 댓글이 없습니다.

Total 829건 29 페이지
  • RSS
팁앤테크 목록
번호 제목 글쓴이 조회 날짜
129 제로 58559 06-20
128 제로 51294 06-19
127 제로 46454 06-16
126 제로 52870 06-04
125 제로 49752 06-03
124 제로 51508 05-31
123 제로 82956 05-31
122 제로 59291 05-29
121 제로 42657 05-29
120 제로 65881 05-27
119 제로 57116 05-26
열람중 제로 51856 05-24
117 제로 50961 05-23
116 제로 50854 05-23
115 제로 48542 05-21
114 제로 44339 05-21
113 제로 47486 05-21
112 제로 57358 05-19
111 제로 47517 05-17
110 포인트 85647 05-07
109 포인트 82607 05-07
108 포인트 89155 05-07
107 포인트 87515 05-07
106 포인트 96898 05-07
105 포인트 99299 05-07

검색

회원로그인

회원가입

사이트 정보

株式会社YHPLUS / 대표 : ZERO
〒140-0011 東京都品川区東大井2-5-9-203
050-5470-4714
오픈카카오톡 (YHPLUS) :
https://open.kakao.com/o/slfDj15d

접속자집계

오늘
15,032
어제
106,664
최대
431,155
전체
8,577,263
Copyright (c) 株式会社YHPLUS. All rights reserved.