* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ include_once("_common.php"); @include_once("$g4[path]/lib/mw.builder.lib.php"); $g4[title] = "월별 포인트순위"; include_once("_head.php"); // 시작월 $start_month = "2008-05"; $months = array(); $sql = "select left(po_datetime, 7) as month from $g4[point_table] where left(po_datetime, 7) >= '$start_month' group by month"; $qry = sql_query($sql); for ($i=0; $row=sql_fetch_array($qry); $i++) { $months[$i] = $row[month]; } $months_count = count($months); if (!$month) $month = $months[$months_count-1]; if (!in_array($month, $months)) alert("월 선택이 잘못되었습니다."); $rows = 100; $sql = "select mb_id, sum(po_point) as point, left(po_datetime, 7) as month from $g4[point_table] where left(po_datetime, 7) = '$month' group by mb_id, month order by point desc"; $qry = sql_query($sql); $i = 0; $list = array(); while ($row = sql_fetch_array($qry)) { $mb = get_member($row[mb_id]); if ($row[mb_id] == $config[cf_admin]) continue; if ($mb[mb_level] < 2) continue; if ($mb[mb_leave_datel] != "") continue; if ($mb[mb_intercept_datel] != "") continue; $list[$i][rank] = $i+1; $list[$i][name] = get_sideview($mb[mb_id], $mb[mb_nick], $mb[mb_email]. $mb[mb_homepage]); $list[$i][point] = number_format($row[point]); if (++$i >= $rows) break; } $list_count = sizeof($list); //$paging = get_paging($rows, $page, $total_page, "?page="); ?>
Notice: Use of undefined constant title - assumed 'title' in D:\server\apache2\htdocs\hando023\plugin\point-rank\point_month_ranking.php on line 89

Notice: Undefined variable: g4 in D:\server\apache2\htdocs\hando023\plugin\point-rank\point_month_ranking.php on line 89
   

Notice: Use of undefined constant rank - assumed 'rank' in D:\server\apache2\htdocs\hando023\plugin\point-rank\point_month_ranking.php on line 106

Notice: Undefined variable: list in D:\server\apache2\htdocs\hando023\plugin\point-rank\point_month_ranking.php on line 106

Notice: Undefined variable: i in D:\server\apache2\htdocs\hando023\plugin\point-rank\point_month_ranking.php on line 106
.

Notice: Use of undefined constant name - assumed 'name' in D:\server\apache2\htdocs\hando023\plugin\point-rank\point_month_ranking.php on line 107

Notice: Undefined variable: list in D:\server\apache2\htdocs\hando023\plugin\point-rank\point_month_ranking.php on line 107

Notice: Undefined variable: i in D:\server\apache2\htdocs\hando023\plugin\point-rank\point_month_ranking.php on line 107

Notice: Use of undefined constant point - assumed 'point' in D:\server\apache2\htdocs\hando023\plugin\point-rank\point_month_ranking.php on line 108

Notice: Undefined variable: list in D:\server\apache2\htdocs\hando023\plugin\point-rank\point_month_ranking.php on line 108

Notice: Undefined variable: i in D:\server\apache2\htdocs\hando023\plugin\point-rank\point_month_ranking.php on line 108

Notice: Use of undefined constant rank - assumed 'rank' in D:\server\apache2\htdocs\hando023\plugin\point-rank\point_month_ranking.php on line 117

Notice: Undefined variable: list in D:\server\apache2\htdocs\hando023\plugin\point-rank\point_month_ranking.php on line 117

Notice: Undefined variable: i in D:\server\apache2\htdocs\hando023\plugin\point-rank\point_month_ranking.php on line 117
.

Notice: Use of undefined constant name - assumed 'name' in D:\server\apache2\htdocs\hando023\plugin\point-rank\point_month_ranking.php on line 118

Notice: Undefined variable: list in D:\server\apache2\htdocs\hando023\plugin\point-rank\point_month_ranking.php on line 118

Notice: Undefined variable: i in D:\server\apache2\htdocs\hando023\plugin\point-rank\point_month_ranking.php on line 118

Notice: Use of undefined constant point - assumed 'point' in D:\server\apache2\htdocs\hando023\plugin\point-rank\point_month_ranking.php on line 119

Notice: Undefined variable: list in D:\server\apache2\htdocs\hando023\plugin\point-rank\point_month_ranking.php on line 119

Notice: Undefined variable: i in D:\server\apache2\htdocs\hando023\plugin\point-rank\point_month_ranking.php on line 119

Notice: Undefined variable: paging in D:\server\apache2\htdocs\hando023\plugin\point-rank\point_month_ranking.php on line 129