[제나플러스] 불량키워드 삭제하기 > 팁앤테크

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

팁앤테크

[제나플러스] 불량키워드 삭제하기

페이지 정보

profile_image
작성자 제로
댓글 0건 조회 46,099회 작성일 11-02-25 13:03

본문

<?
$g4_path = ".";
include_once("$g4_path/_common.php");
include_once("$g4[path]/_head.php");
$date = "7"; // 날짜 지정

$g4[title] = "키워드삭제";

// 수동 삭제
if ($type == 'del') {
// 최고 관리자만
if ($is_admin != 'super') {
alert("잘못된 접근입니다.");
} else {
// 삭제
$sql = " delete from $g4[popular_table] where pp_ip = '$ip' ";
sql_query($sql);

goto_url("./keyword.php");
}
} else {
// 한글이 아닐 때 삭제
$to_date = date("Y-m-d H:i:s"); //오늘 날짜
$fr_date = date("Y-m-d H:i:s", strtotime($to_date) - ($date * 86400));

$sql = " select *, count(*) as cnt from $g4[popular_table]
          where pp_date between '$fr_date' and '$to_date'
group by pp_word
order by cnt desc, pp_word
limit 1000 ";
$result = sql_query($sql);
for ($i=0; $row=sql_fetch_array($result); $i++) {

// 넘버
$num = $i + 1;

if (!check_string($row[pp_word], _G4_HANGUL_ + _G4_ALPHABETIC_ + _G4_NUMERIC_)) {
//if (!check_string($row[pp_word], _G4_HANGUL_ )) {
//echo $num." <font color='red'>[D] ".$row[pp_word]." ($row[cnt])</font><p>";

$sql2 = " delete from $g4[popular_table] where pp_id = '{$row[pp_id]}' ";
sql_query($sql2);

}
else if (!cut_hangul_last($row[pp_word])) {
//echo $num." <font color='red'>[D] ".$row[pp_word]." ($row[cnt])</font><p>";

$sql3 = " delete from $g4[popular_table] where pp_id = '{$row[pp_id]}' ";
sql_query($sql3);

} else {
echo $num." <a href='?type=del&ip={$row[pp_ip]}'>".$row[pp_word]."</a> ($row[cnt])<p>";
}

}


// 키워드 삭제
$sql0 = " delete from $g4[popular_table] where pp_word LIKE '%가슴%'
or pp_word LIKE '%노출%'
or pp_word LIKE '%음란%'
or pp_word LIKE '%야사%'
or pp_word LIKE '%admin%'
";
sql_query($sql0);

}
include_once("$g4[path]/_tail.php");
?>

댓글목록

등록된 댓글이 없습니다.

Total 779건 14 페이지
  • RSS
팁앤테크 목록
번호 제목 글쓴이 조회 날짜
454 제로 80273 05-10
453 제로 87882 05-07
452 제로 44450 05-06
451 제로 41460 05-04
450 제로 50159 04-23
449 제로 105897 04-20
448 제로 101882 04-20
447 제로 76545 04-16
446 제로 49844 04-12
445 제로 106783 04-09
444 제로 107928 04-07
443 제로 93631 04-07
442 제로 99461 03-30
441 제로 87920 03-26
440 제로 71785 03-21
439 제로 88048 03-14
438 제로 94766 03-10
437 제로 49097 03-09
436 제로 52542 03-06
435 제로 50422 03-06
434 제로 44605 03-03
433 제로 46628 03-02
432 제로 61080 02-26
431 제로 42143 02-25
열람중 제로 46100 02-25

검색

회원로그인

회원가입

사이트 정보

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

접속자집계

오늘
5,288
어제
25,212
최대
431,155
전체
6,730,540
Copyright (c) 株式会社YHPLUS. All rights reserved.