include_once('./_common.php');
include_once('./_head.sub.php');
include_once('./_head.php');
$page_mode = "point_guide";
?>
게시판별 경험치 적립 정보
| 대메뉴 |
게시판명 |
글작성 |
댓글작성 |
$scam_point = getBoardPoint('mttip');
$bo_write_point = $scam_point['bo_write_point'];
$bo_comment_point = $scam_point['bo_comment_point'];
?>
| 먹튀제보하기 |
먹튀제보하기 |
|
|
$sports_pick_point = getBoardPoint('sports_pick');
$bo_write_point = $sports_pick_point['bo_write_point'];
$bo_comment_point = $sports_pick_point['bo_comment_point'];
?>
| 스포츠 픽 |
스포츠 픽 |
|
|
$toto_guide_point = getBoardPoint('toto_guide');
$bo_write_point = $toto_guide_point['bo_write_point'];
$bo_comment_point = $toto_guide_point['bo_comment_point'];
?>
$free_point = getBoardPoint('free');
$bo_write_point = $free_point['bo_write_point'];
$bo_comment_point = $free_point['bo_comment_point'];
?>
| 커뮤니티 |
자유게시판 |
|
|
$review_point = getBoardPoint('review');
$bo_write_point = $review_point['bo_write_point'];
$bo_comment_point = $review_point['bo_comment_point'];
?>
$humor_point = getBoardPoint('humor');
$bo_write_point = $humor_point['bo_write_point'];
$bo_comment_point = $humor_point['bo_comment_point'];
?>
|
유머&이슈 |
|
|
$sports_news_point = getBoardPoint('sports_news');
$bo_write_point = $sports_news_point['bo_write_point'];
$bo_comment_point = $sports_news_point['bo_comment_point'];
?>
$sexy_videos_point = getBoardPoint('sexy_videos');
$bo_write_point = $sexy_videos_point['bo_write_point'];
$bo_comment_point = $sexy_videos_point['bo_comment_point'];
?>
|
섹시동영상 |
|
|
$kkongmoney_publicity_point = getBoardPoint('kkongmoney_publicity');
$bo_write_point = $kkongmoney_publicity_point['bo_write_point'];
$bo_comment_point = $kkongmoney_publicity_point['bo_comment_point'];
?>
| 홍보센터 |
꽁머니홍보 |
|
|
$basic_publicity_point = getBoardPoint('basic_publicity');
$bo_write_point = $basic_publicity_point['bo_write_point'];
$bo_comment_point = $basic_publicity_point['bo_comment_point'];
?>
|
일반홍보 |
|
|
$event_point = getBoardPoint('event');
$bo_write_point = $event_point['bo_write_point'];
$bo_comment_point = $event_point['bo_comment_point'];
?>
| 포인트존 |
이벤트 |
|
|
레벨별 계급도 및 필요 경험치 안내
| 레벨 |
필요경험치 |
$sql = "select * from g5_member_level_up_point where mb_level<=25 order by mb_level asc ";
$result = sql_query($sql);
while ($row = sql_fetch_array($result)) {
?>
|
|
0 |
}
?>
| 레벨 |
필요경험치 |
$sql = "select * from g5_member_level_up_point where mb_level>=26 order by mb_level asc ";
$result = sql_query($sql);
while ($row = sql_fetch_array($result)) {
?>
|
|
0 |
}
?>