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

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

팁앤테크

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

페이지 정보

profile_image
작성자 제로
댓글 1건 조회 49,846회 작성일 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 제로 49946 07-16
103 제로 56332 07-16
102 제로 47915 07-08
101 제로 53159 07-04
100 제로 54221 07-01
99 제로 66598 06-30
98 제로 50491 06-29
97 제로 86506 06-24
96 제로 56686 06-20
95 제로 49842 06-19
94 제로 45173 06-16
93 제로 51390 06-04
92 제로 48363 06-03
열람중 제로 49847 05-31
90 제로 80394 05-31
89 제로 57493 05-29
88 제로 41407 05-29
87 제로 64071 05-27
86 제로 55496 05-26
85 제로 50251 05-24
84 제로 49666 05-23
83 제로 49326 05-23
82 제로 47220 05-21
81 제로 43184 05-21
80 제로 46282 05-21

검색

회원로그인

회원가입

사이트 정보

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

접속자집계

오늘
10,774
어제
25,212
최대
431,155
전체
6,736,026
Copyright (c) 株式会社YHPLUS. All rights reserved.