0'; $account = $SD['uid']; if($account) $_WHERE .=' and site='.$account; if ($d_start) $_WHERE .= ' and d_regis > '.str_replace('/','',$d_start).'000000'; if ($d_finish) $_WHERE .= ' and d_regis < '.str_replace('/','',$d_finish).'240000'; if ($display) $_WHERE .= ' and display='.$display; if ($category) $_WHERE .= " and category ='".$category."'"; if ($hidden) $_WHERE .= ' and hidden=1'; if ($where && $keyw) { if (strstr('[name][nic][id][ip]',$where)) $_WHERE .= " and ".$where."='".$keyw."'"; else $_WHERE .= getSearchSql($where,$keyw,$ikeyword,'or'); } $RCD = getDbArray($table[$module.'data'],$_WHERE,'*',$sort,$orderby,$recnum,$p); $NUM = getDbRows($table[$module.'data'],$_WHERE); $TPG = getTotalPage($NUM,$recnum); ?>
등록된 포스트가 없습니다.
새 포스트 작성