[제나플러스] 카테고리에서 특정 글자로 인해 문제 발생시 > 팁앤테크

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

팁앤테크

[제나플러스] 카테고리에서 특정 글자로 인해 문제 발생시

페이지 정보

profile_image
작성자 제로
댓글 0건 조회 49,131회 작성일 13-11-08 23:36

본문

/common.php

if (isset($sca))  {
    $sca = mysql_real_escape_string($sca);
    $sca = stripslashes($sca);
    $qstr .= '&sca=' . urlencode($sca);
}

if (isset($sfl))  {
    $sfl = mysql_real_escape_string($sfl);
    // 크롬에서만 실행되는 XSS 취약점 보완
    // 코드 $sfl 변수값에서 < > ' " % = ( ) 공백 문자를 없앤다.
    $sfl = preg_replace("/[\<\>\'\"\%\=\(\)\s]/", "", $sfl);
    //$sfl = preg_replace("/[^\w\,\|]+/", "", $sfl);
    $qstr .= '&sfl=' . urlencode($sfl); // search field (검색 필드)
}

if (isset($stx))  { // search text (검색어)
    $stx = mysql_real_escape_string($stx);
    $stx = stripslashes($stx);
    $qstr .= '&stx=' . urlencode($stx);
}

댓글목록

등록된 댓글이 없습니다.

Total 829건 8 페이지
  • RSS
팁앤테크 목록
번호 제목 글쓴이 조회 날짜
654 제로 60514 11-20
653 제로 80843 11-19
652 제로 47569 11-17
651 제로 52433 11-17
650 제로 68241 11-07
649 제로 80255 10-24
648 제로 70024 10-22
647 제로 78577 10-07
646 제로 75317 07-02
645 제로 64190 06-18
644 제로 65459 06-11
643 제로 70605 06-11
642 제로 62596 05-09
641 제로 71612 05-02
640 제로 73853 03-29
639 제로 68647 01-22
638 제로 64789 01-09
637 제로 74055 01-08
636 제로 71078 01-06
635 제로 92351 12-31
634 제로 72981 12-26
633 제로 70277 12-24
632 제로 71861 12-01
631 제로 69187 11-21
열람중 제로 49132 11-08

검색

회원로그인

회원가입

사이트 정보

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

접속자집계

오늘
5,708
어제
14,742
최대
431,155
전체
10,586,830
Copyright (c) 株式会社YHPLUS. All rights reserved.