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

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

팁앤테크

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

페이지 정보

profile_image
작성자 제로
댓글 0건 조회 53,366회 작성일 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건 1 페이지
  • RSS
팁앤테크 목록
번호 제목 글쓴이 조회 날짜
829 제로 4111 06-18
828 제로 6893 03-21
827 제로 6212 02-23
826 제로 32224 11-02
825 제로 35341 07-10
824 제로 48059 04-06
823 제로 32983 02-21
822 제로 39840 12-31
821 제로 32137 12-24
820 제로 31972 12-04
819 제로 34769 10-17
818 제로 33644 10-02
817 제로 62851 08-04
816 제로 31947 08-04
815 제로 44724 08-03
814 제로 44799 07-08
813 제로 77011 07-08
812 제로 93850 07-06
811 제로 33144 06-09
810 제로 39287 06-03
809 제로 37609 04-16
808 제로 38115 03-29
807 제로 32159 03-26
806 제로 39859 03-12
805 제로 34513 03-10

검색

회원로그인

회원가입

사이트 정보

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

접속자집계

오늘
4,875
어제
14,742
최대
431,155
전체
10,585,997
Copyright (c) 株式会社YHPLUS. All rights reserved.