[제나플러스] 배너 랜덤 출력시 활성화 된것만 출력하기 > 팁앤테크

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

팁앤테크

[제나플러스] 배너 랜덤 출력시 활성화 된것만 출력하기

페이지 정보

profile_image
작성자 제로
댓글 1건 조회 51,278회 작성일 07-12-27 17:47

본문

extend/developer.lib.php

//배너관련
function r_latest_banner($skin_dir="", $bo_table, $rows=10, $subject_len=40, $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; // 게시판 테이블 전체이름
    //$sql = " select * from $tmp_write_table where wr_is_comment = 0 order by rand() desc limit 0, $rows ";
    $sql = " select * from $tmp_write_table where wr_4='1' order by rand() desc 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;
}

댓글목록

profile_image

포인트님의 댓글

포인트 작성일

오 이것도 필요했는데.. 감사합니다~~

Total 779건 30 페이지
  • RSS
팁앤테크 목록
번호 제목 글쓴이 조회 날짜
54 제로 52704 03-21
53 제로 81062 03-21
52 제로 51338 03-21
51 제로 43882 03-04
50 제로 53536 03-04
49 제로 50548 02-29
48 제로 50378 02-27
47 제로 38874 02-27
46 제로 54507 02-27
45 제로 59318 02-22
44 제로 52925 02-16
43 제로 45092 02-16
42 제로 49595 02-16
41 제로 35407 02-09
40 제로 80679 02-08
39 제로 44887 01-27
38 제로 48012 01-21
37 제로 68962 01-18
36 제로 46067 01-17
35 제로 62473 01-14
34 제로 73158 01-12
33 제로 49035 01-03
열람중 제로 51279 12-27
31 제로 78121 12-06
30 제로 43749 11-21

검색

회원로그인

회원가입

사이트 정보

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

접속자집계

오늘
1,177
어제
25,212
최대
431,155
전체
6,726,429
Copyright (c) 株式会社YHPLUS. All rights reserved.