[제나플러스] 출력함수에 이미지 사이즈와 옵션사용 > 팁앤테크

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

팁앤테크

[제나플러스] 출력함수에 이미지 사이즈와 옵션사용

페이지 정보

profile_image
작성자 제로
댓글 1건 조회 49,836회 작성일 08-05-31 05:37

본문

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

//BANNER
function latest_banner($skin_dir="", $bo_table, $img_w="", $img_h="",  $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;
}

?>



<?=latest_banner("latestbanner","leftbanner", 190, 60, "WR3"); //BANNER  일반(WR3)히트(H)코멘트(C)랜덤(R)추천(G) ?>

댓글목록

profile_image

골든님의 댓글

골든 작성일

좋은팀 감사합니다.

Total 779건 28 페이지
  • RSS
팁앤테크 목록
번호 제목 글쓴이 조회 날짜
104 제로 49937 07-16
103 제로 56313 07-16
102 제로 47904 07-08
101 제로 53151 07-04
100 제로 54198 07-01
99 제로 66587 06-30
98 제로 50481 06-29
97 제로 86485 06-24
96 제로 56662 06-20
95 제로 49830 06-19
94 제로 45164 06-16
93 제로 51377 06-04
92 제로 48347 06-03
열람중 제로 49837 05-31
90 제로 80368 05-31
89 제로 57484 05-29
88 제로 41401 05-29
87 제로 64061 05-27
86 제로 55482 05-26
85 제로 50240 05-24
84 제로 49654 05-23
83 제로 49317 05-23
82 제로 47208 05-21
81 제로 43173 05-21
80 제로 46269 05-21

검색

회원로그인

회원가입

사이트 정보

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

접속자집계

오늘
5,139
어제
25,212
최대
431,155
전체
6,730,391
Copyright (c) 株式会社YHPLUS. All rights reserved.