웹제로 스팸 댓글 삭제 > db

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

db

웹제로 스팸 댓글 삭제

페이지 정보

작성자 서방님 댓글 0건 조회 253회 작성일 10-07-07 08:49

본문

/********************************************************************************
* 코멘트 조회
********************************************************************************/
Select * From xe_comments Order By comment_srl Desc

-- 스팸 코멘트 조회
Select * From xe_comments Where content Like '%www.replica-hermes%' Order By comment_srl Desc

 

/********************************************************************************
* 코멘트 삭제
********************************************************************************/
-- xe_comments_list 테이블 삭제
Delete From xe_comments_list Where comment_srl In (Select comment_srl From xe_comments Where content Like '%www.replica-hermes%')

-- xe_comments 테이블 삭제
Delete From xe_comments Where content Like '%www.replica-hermes%'


/********************************************************************************
* 코멘트 리스트 삭제
********************************************************************************/
-- xe_comments_list 에서 코멘트가 없는 데이터 조회
Select * From xe_comments_list Where comment_srl Not In (Select comment_srl From xe_comments)

-- xe_comments_list 에서 코멘트가 없는 데이터 삭제
Delete From xe_comments_list Where comment_srl Not In (Select comment_srl From xe_comments)

 


/********************************************************************************
* 관리자 페이지에서 삭제할 때, 리스트 개수 조절
********************************************************************************/

/zbxe/modules/comment/comment.admin.view.php
$args->list_count = 300; ///< 한페이지에 보여줄 글 수 (원본 30개)
$args->page_count = 10; ///< 페이지 네비게이션에 나타날 페이지의 수

 

댓글목록

등록된 댓글이 없습니다.

Total 464건 15 페이지
db 목록
번호 제목 글쓴이 조회 날짜
열람중 서방님 254 07-07
253 서방님 425 06-30
252 서방님 332 06-28
251 서방님 256 06-15
250 서방님 296 06-15
249 서방님 215 06-10
248 서방님 269 06-09
247 서방님 217 06-09
246 서방님 210 05-12
245 서방님 456 05-11
244 서방님 297 05-11
243 서방님 227 05-03
242 서방님 314 04-09
241 서방님 316 04-09
240 서방님 192 04-01
게시물 검색

회원로그인

접속자집계

오늘
557
어제
524
최대
2,142
전체
208,345
Latest Crypto Fear & Greed Index

그누보드5
Copyright © 서방님.kr All rights reserved.