• 돌아가기
  • 아래로
  • 위로
  • 목록
  • 댓글

회원가입 후 특정시간이 지나면 회원등급을 8로 업하기

오작교 9700

0
login_check.php 파일에 23번째 라인쯤에
      
// 회원 로그인 체크
        $result = mysql_query("select * from $member_table where user_id='$user_id' and password=password('$password')") or error(mysql_error());  
        $member_data = mysql_fetch_array($result);  

이부분 바로 아래에 넣습니다.

        // 24시간이 지나면 레벨 8로
        if($member_data[level] == 9) {
                $check_time=(time()-$member_data[reg_date])/60/60;
                if($check_time>24) @mysql_query("update $member_table set level='8' where no='$member_data[no]'",$connect) or error(mysql_error());            
                }                                                              
                              
이렇게 해두면 24시간 이상된 레벨9 회원이 로그인하면 바로 레벨8 로 승급되게 됩니다.
공유
0

댓글 쓰기 권한이 없습니다. 로그인

취소 댓글 등록

신고

"님의 댓글"

이 댓글을 신고하시겠습니까?

댓글 삭제

"님의 댓글"

삭제하시겠습니까?

목록

공유

facebooktwitterpinterestbandkakao story
검색어 : 201807
번호 제목 글쓴이 날짜 조회 추천
151
normal
오작교 16.06.27.17:22 17086 0
150
normal
오작교 08.11.25.13:52 25865 0
149
normal
오작교 08.07.24.09:23 53409 0
148
normal
오작교 08.01.11.09:36 22666 0
147
normal
오작교 07.11.13.16:23 23294 0
146
normal
오작교 09.09.24.17:45 25355 0
145
normal
오작교 09.09.14.14:26 17454 0
144
normal
오작교 09.08.30.23:29 20926 0
143
normal
오작교 09.04.29.13:31 29593 0
142
normal
오작교 09.03.10.11:48 21233 0
141
normal
오작교 09.03.10.10:35 21425 0
140
normal
오작교 09.03.10.10:13 18885 0
139
normal
오작교 09.03.10.09:50 19950 0
138
normal
오작교 09.02.27.13:31 21019 0
137
normal
오작교 09.02.27.11:34 19445 0
136
normal
오작교 09.02.27.11:05 19736 0
135
normal
오작교 09.02.26.19:28 21451 0
134
normal
오작교 09.02.06.16:42 24140 0
133
normal
오작교 08.12.19.16:23 18946 0
132
normal
오작교 08.12.16.11:03 21330 0