[제나플러스] 일정기간 로그인 안한 회원포인트 0 만들기 > 팁앤테크

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

팁앤테크

[제나플러스] 일정기간 로그인 안한 회원포인트 0 만들기

페이지 정보

profile_image
작성자 제로
댓글 1건 조회 51,135회 작성일 10-05-22 01:55

본문

adm/admin.menu911.php
--
array("911910", "포인트반환", "$zn[admin_path]/member_0point.php"),



adm/zenaplus/member_0point.php
--
<?
$sub_menu = "911910";
include_once("./_common.php");

auth_check($auth[$sub_menu], "r");

$token = get_token();

if ($is_admin != "super")
    alert("최고관리자만 접근 가능합니다.");

$login_time = $config[cf_8]; //기간설정 - 기본환경 여분필드 8사용
$today_login_time = date("Y-m-d H:i:s", $g4['server_time'] - ($login_time * 86400));

// 30일 이전에 로그인한 회원 출력. 즉 최근 30일안에 로그인한 사람이 없다는 것이다.
$sql = " select * from $g4[member_table] where mb_today_login < '$today_login_time' and mb_level = '2' order by mb_today_login desc ";
$result = sql_query($sql);

include_once ("./admin.head.php");
?>

<table class="center_admtable" width="100%">
<tr>
    <th>ID</th>
    <th>이 름</th>
    <th>닉네임</th>
    <th>이메일</th>
    <th>포인트</th>
    <th>마지막로그인</th>
</tr>
<?
for ($i=0; $row=sql_fetch_array($result); $i++) {

    // 게시물 체크. 코멘트 및 원글 포함
    $sql2 = " select count(*) as cnt from $g4[board_new_table] where mb_id = '$row[mb_id]' ";
    $new = sql_fetch($sql2);

    // 내역이 없다면 않았다면?
    if (!$new['cnt']) {

    // 일단 삭제할 아이디와 최종 로그인 출력
    echo "<tr>";
    echo "<td>{$row[mb_id]}</td>";
    echo "<td>{$row[mb_name]}</td>";
    echo "<td>{$row[mb_nick]}</td>";
    echo "<td>{$row[mb_email]}</td>";
    echo "<td>". number_format($row['mb_point']) . "</td>";
    echo "<td>{$row['mb_today_login']}</td>";
    echo "</tr>";

    //포인트 반납
    $minus_point = ($row[mb_point] * (-1));
    if ($row[mb_point] > "0") {
    insert_point($row[mb_id], $minus_point, "{$login_time}일간 미로그인으로 포인트반환", '@member', "$row[mb_id]", "$row[mb_id] 포인트반환");
    }
    } // end if

} // end for
?>
</table>

<?
include_once ("./admin.tail.php");
?>

댓글목록

profile_image

coach님의 댓글

coach 작성일

감사합니다.

Total 829건 1 페이지
  • RSS
팁앤테크 목록
번호 제목 글쓴이 조회 날짜
829 제로 274 06-18
828 제로 3013 03-21
827 제로 3427 02-23
826 제로 29997 11-02
825 제로 33254 07-10
824 제로 42518 04-06
823 제로 30986 02-21
822 제로 35837 12-31
821 제로 30096 12-24
820 제로 29945 12-04
819 제로 32538 10-17
818 제로 31412 10-02
817 제로 54840 08-04
816 제로 29860 08-04
815 제로 40205 08-03
814 제로 40533 07-08
813 제로 68977 07-08
812 제로 83056 07-06
811 제로 31221 06-09
810 제로 36692 06-03
809 제로 35073 04-16
808 제로 35646 03-29
807 제로 30153 03-26
806 제로 37275 03-12
805 제로 32228 03-10

검색

회원로그인

회원가입

사이트 정보

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

접속자집계

오늘
10,332
어제
25,212
최대
431,155
전체
6,735,584
Copyright (c) 株式会社YHPLUS. All rights reserved.