๊ทธ๋๋ณด๋ ๋ด์ฉ์ ์ฌ๋ฐ๋ฅด์ง ์์ ์ฝ๋๊ฐ ํ์ฉ ์์น ์์ ์ฒ๋ฆฌ ๋ฐฉ๋ฒ
ํ์ด์ง ์ ๋ณด
๋ณธ๋ฌธ
write_comment_update.php
ย
// 090710
if (substr_count($xx_content, '&#') > 50) {
ย ย alert('๋ด์ฉ์ ์ฌ๋ฐ๋ฅด์ง ์์ ์ฝ๋๊ฐ ๋ค์ ํฌํจ๋์ด ์์ต๋๋ค.');
ย ย exit;
}
ย
๊ฒ์ํ ์ข ๋ฅ์ ๋ฐ๋ผ์ย if (substr_count($xx_content, '&#') > 50) {
50์ ์ซ์๋ฅผ ๋ณ๊ฒฝํ๋ค.
ย
๊ด๋ฆฌ์ ๋ฌด์กฐ๊ฑด ํ์ฉ ์
// 090710
if (substr_count($xx_content, '&#') > 50) { if (!$is_admin) {
ย ย alert('๋ด์ฉ์ ์ฌ๋ฐ๋ฅด์ง ์์ ์ฝ๋๊ฐ ๋ค์ ํฌํจ๋์ด ์์ต๋๋ค.');
ย ย exit;
} }
๋๊ธ๋ชฉ๋ก
๋ฑ๋ก๋ ๋๊ธ์ด ์์ต๋๋ค.
