extend/zlatest.lib.php를 업데이트 수정해보니.. > 질문답변

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

질문답변

서버정보나 계정정보는 보안유지를 위해 관리자쪽지나 메일로 발송해 주시거나 제작의뢰 게시판을 이용해 주시면 감사하겠습니다..

extend/zlatest.lib.php를 업데이트 수정해보니..

페이지 정보

본문

업데이트중 extend/zlatest.lib.php 수정
// 위의 코드 보다 속도가 빠름
    $sql = " select * from $tmp_write_table where wr_is_comment = 0 order by $brch asc limit 0, $rows ";
order by $brch asc limit 0, $rows ";
위 소스를 복사해서 붙여넣기 하니까 아래와 같은 오류가 생겨 버리네요..


Parse error: syntax error, unexpected T_STRING in /home1/klove/public_html/gnu/extend/zlatest.lib.php on line 49
추천0

댓글목록

profile_image

제로님의 댓글

제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 작성일

같은 구문을 찾아서 수정해야지 추가하면 안됩니다...

profile_image

메빅맨님의 댓글

메빅맨쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일

네.. 말씀하신것 처럼 같은 구문을 찾아서 수정했습니다. 그렇게 했을때 위와같은 에러가 있었습니다.
수정한 구문은 아래와 같습니다.

// 위의 코드 보다 속도가 빠름
    $sql = " select * from $tmp_write_table where wr_is_comment = 0 order by wr_num limit 0, $rows ";

profile_image

제로님의 댓글

제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 작성일

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

//배열 생성
$g4_board = array();

// 최신글 추출
function zlatest($skin_dir="", $bo_table, $rows=10, $subject_len=40, $brch="", $options="")
{
    global $g4;
   
    global $g4_board;

    if ($skin_dir)
        $latest_skin_path = "$g4[path]/skin/latest/$skin_dir";
    else
        $latest_skin_path = "$g4[path]/skin/latest/basic";

    $list = array();
if(!$g4_board or !$g4_board["$bo_table"]){
    //$sql = " select * from $g4[board_table] where bo_table = '$bo_table'";
    $sql = " select bo_table, bo_notice, bo_subject, bo_subject_len, bo_use_list_content, bo_new, bo_use_sideview, bo_use_comment, bo_hot, bo_use_search from $g4[board_table] where bo_table = '$bo_table'";
    $g4_board["$bo_table"] = sql_fetch($sql);
    }

    $board = $g4_board["$bo_table"];
   
    $tmp_write_table = $g4['write_prefix'] . $bo_table; // 게시판 테이블 전체이름
    if ($brch == "H")
    $brch = "wr_hit";
else if ($brch == "LH")
    $brch ="link_hit";    
else if ($brch == "C")
    $brch ="wr_comment";
else if ($brch == "R")
    $brch = "rand()";
else if ($brch == "G")
    $brch = "wr_good";
else if ($brch == "N")
    $brch = "wr_nogood";
else if ($brch == "B")
    $brch = "wr_num";
else
    $brch = "wr_num";

    //$sql = " select * from $tmp_write_table where wr_is_comment = 0 order by wr_id desc limit 0, $rows ";
    // 위의 코드 보다 속도가 빠름
    $sql = " select * from $tmp_write_table where wr_is_comment = 0 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;
}
?>
이렇게 하셧나요??

profile_image

메빅맨님의 댓글

메빅맨쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일

감사합니다. ^^ 잘 됩니다.

Total 64건 1 페이지
  • RSS
질문답변 목록
번호 제목 글쓴이 조회 추천 날짜
64 심봉사쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 25065 0 11-08
63 깬다깨쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 22592 0 11-08
62 도나쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 21794 0 11-05
61 심봉사쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 19293 0 10-29
60 성젬쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17567 0 01-06
59 하현준우사랑쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15663 0 03-28
58 엘리타쥬쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15636 0 03-12
57 투톤무늬소쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 14958 0 10-06
56 소금쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 14775 1 04-27
55 휴먼쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 14745 1 06-24
54 火命堂쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 14703 0 09-10
53 보아스쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 14110 0 07-14
52 소피쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 13022 0 12-27
51 프리즘볼쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 13016 0 07-28
50 소금쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 12998 0 04-05
49 월드컵쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 12633 0 09-04
48 월드컵쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 12486 0 06-20
47 프라하쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12454 0 03-24
열람중 메빅맨쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12420 0 09-25
45 휴먼쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 12397 0 08-27
44 심봉사쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 12017 0 03-12
43 프라하쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12005 0 03-28
42 월드컵쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 11754 0 04-15
41 누고쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11703 0 03-18
40 심봉사쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 11698 0 10-26

검색

회원로그인

회원가입

사이트 정보

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

접속자집계

오늘
6,951
어제
7,397
최대
8,233
전체
1,553,979
Copyright (c) 株式会社YHPLUS. All rights reserved.