[제로] 최근 게시물보기 속도 빠르게 만들기
페이지 정보
루루아빠
3,056
2005.06.24 05:01:52
짧은주소
-
https://yadolee.com/tip/33 주소복사
본문
| -------------------------------------------------------------------- outlogin.php 의 print_bbs 함수에 파란 색으로 표시된 부분을 삽입하시면 됩니다. function print_bbs(...) ... if($setup[use_alllist]) $target = "zboard.php?id=".$id; else $target = "view.php?id=".$id; $result = mysql_query("select * from $t_board"."_$id where is_secret=0 and father=0 order by no desc limit $num", $connect) or die(mysql_error()); ---------------------------------------------------------------------- function print_bbs(...) ... if($setup[use_alllist]) $target = "zboard.php?id=".$id; else $target = "view.php?id=".$id; // speed up $tmp = mysql_fetch_array(mysql_query("select max(no) from $t_board"."_$id")); $max_no = $tmp[0]; if ($max_no > 500) { // 게시물 개수가 500개 이상일때만 $mylimit = $max_no - 100; // 최종 100개를 대상으로 $speedup = "no>$mylimit and"; } else { $speedup = ""; } $result = mysql_query("select * from $t_board"."_$id where ".$speedup." is_secret=0 and father=0 order by no desc limit $num", $connect) or die(mysql_error()); // |
추천인
레벨 101
경험치 1,519,179
Progress Bar 13.8%
- 가입일 : 2015-03-04 03:24:54
- 서명 : KNOW YOUR LIMITS
BUT NEVER STOP TRYING TO EXCEED THEM !!
- 자기소개 : 루루의 자랑
루루아빠랍니다~~
최신댓글이 없습니다.


댓글
첫 번째 댓글을 남겨 주세요