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

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

팁앤테크

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

페이지 정보

profile_image
작성자 제로
댓글 0건 조회 48,890회 작성일 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건 1 페이지
  • RSS
팁앤테크 목록
번호 제목 글쓴이 조회 날짜
829 제로 3848 06-18
828 제로 6601 03-21
827 제로 5998 02-23
826 제로 32038 11-02
825 제로 35153 07-10
824 제로 47376 04-06
823 제로 32780 02-21
822 제로 39454 12-31
821 제로 31896 12-24
820 제로 31792 12-04
819 제로 34506 10-17
818 제로 33363 10-02
817 제로 62007 08-04
816 제로 31758 08-04
815 제로 44154 08-03
814 제로 44364 07-08
813 제로 76057 07-08
812 제로 92672 07-06
811 제로 32950 06-09
810 제로 39026 06-03
809 제로 37405 04-16
808 제로 37851 03-29
807 제로 31960 03-26
806 제로 39602 03-12
805 제로 34276 03-10

검색

회원로그인

회원가입

사이트 정보

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

접속자집계

오늘
1,059
어제
26,689
최대
431,155
전체
10,456,512
Copyright (c) 株式会社YHPLUS. All rights reserved.