|
|
|
12년 전
|
조회 927
|
|
|
|
12년 전
|
조회 1,620
|
|
|
|
12년 전
|
조회 960
|
|
|
|
12년 전
|
조회 1,304
|
|
|
|
12년 전
|
조회 994
|
|
|
|
12년 전
|
조회 993
|
|
|
|
12년 전
|
조회 619
|
|
|
|
12년 전
|
조회 1,743
|
|
|
|
12년 전
|
조회 1,557
|
|
|
|
12년 전
|
조회 808
|
|
|
씨네울프
|
12년 전
|
조회 661
|
|
|
씨네울프
|
12년 전
|
조회 794
|
|
|
|
12년 전
|
조회 743
|
|
|
|
12년 전
|
조회 985
|
|
|
|
12년 전
|
조회 3,181
|
|
|
|
12년 전
|
조회 1,655
|
|
|
|
12년 전
|
조회 2,366
|
|
|
|
12년 전
|
조회 792
|
|
|
|
12년 전
|
조회 832
|
|
|
|
12년 전
|
조회 1,614
|
댓글 4개
<div style='line-height:20px; padding:7px; word-break:break-all; overflow:hidden; clear:both; '>
<?
if (strstr($list[$i][wr_option], "secret")) echo "<span style='color:#ff6600;'>*</span> ";
$str = $list[$i][content];
if (strstr($list[$i][wr_option], "secret"))
$str = "<span class='small' style='color:#ff6600;'>$str</span>";
$str = preg_replace("/\[\<a\s.*href\=\"(http|https|ftp|mms)\:\/\/([^[:space:]]+)\.(mp3|wma|wmv|asf|asx|mpg|mpeg)\".*\<\/a\>\]/i", "<script>doc_write(obj_movie('$1://$2.$3'));</script>", $str);
$str = preg_replace("/\[\<a\s*href\=\"(http|https|ftp)\:\/\/([^[:space:]]+)\.(gif|png|jpg|jpeg|bmp)\"\s*[^\>]*\>[^\s]*\<\/a\>\]/i", "<img src='$1://$2.$3' id='target_resize_image[]' onclick='image_window(this);' border='0'>", $str);
if ($list[$i][wr_id]==$is_admin) {
echo $str;
} else {
echo "테스트중입니다";
}
?>
전부다 테스트중입니다..
이렇게 보여지네요..
if ($list[$i][wr_id]==$is_admin) { ---> if (is_admin($list[$i][mb_id])) {
해볼께요..^^