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

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

팁앤테크

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

페이지 정보

profile_image
작성자 제로
댓글 1건 조회 51,289회 작성일 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 829건 1 페이지
  • RSS
팁앤테크 목록
번호 제목 글쓴이 조회 날짜
829 제로 265 06-18
828 제로 3000 03-21
827 제로 3416 02-23
826 제로 29987 11-02
825 제로 33247 07-10
824 제로 42509 04-06
823 제로 30979 02-21
822 제로 35831 12-31
821 제로 30090 12-24
820 제로 29937 12-04
819 제로 32534 10-17
818 제로 31404 10-02
817 제로 54833 08-04
816 제로 29853 08-04
815 제로 40195 08-03
814 제로 40523 07-08
813 제로 68962 07-08
812 제로 83045 07-06
811 제로 31215 06-09
810 제로 36685 06-03
809 제로 35058 04-16
808 제로 35633 03-29
807 제로 30147 03-26
806 제로 37268 03-12
805 제로 32219 03-10

검색

회원로그인

회원가입

사이트 정보

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

접속자집계

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