테스트 사이트 - 개발 중인 베타 버전입니다

게시글 회원당 1회만 코멘트 포인트 지급에 ip 추가 방법좀요 채택완료

그누랑놀자 4년 전 조회 1,707

게시글에 다른사람이 코멘트 달면 1회만 코멘트 포인트 지급 입니다.

여기에 코멘트 다는 사람과 게시글자와 아이피가 다를시에만

코멘트포인트 지급추가 할려고 합니다.

 

 

if(!sql_fetch("select wr_parent from `$write_table` where wr_parent='$wr_id' AND wr_is_comment='1' AND mb_id='$member[mb_id]' AND wr_id!='$comment_id'")) {
        insert_point($member['mb_id'], $board['bo_comment_point'], "{$board['bo_subject']} {$wr_id}-{$comment_id} 댓글쓰기", $bo_table, $comment_id, '댓글');

 }

댓글을 작성하려면 로그인이 필요합니다.

답변 1개

채택된 답변
+20 포인트

ip 주소 검사를 추가하려면

 

client(browser) ip 얻는 방법

https://www.javatpoint.com/how-to-get-the-ip-address-in-php

https://stackoverflow.com/questions/15699101/get-the-client-ip-address-using-php

$client_ip= get_client_ip();

... where wr_parent='$wr_id' AND wr_is_comment='1' AND mb_id='$member[mb_id]' AND wr_id!='$comment_id'

and wr_ip!='$client_ip'

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인