'회원가입축하 양식', '_auth'=>'이메일인증 양식', '_pw'=>'비밀번호요청 양식', ); $SITES = getDbArray($table['s_site'],'','*','gid','asc',0,1); $SITEN = db_num_rows($SITES); $sort = $sort ? $sort : 'memberuid'; $orderby= $orderby ? $orderby : 'desc'; $recnum = $recnum && $recnum < 200 ? $recnum : 10; $_WHERE ='memberuid>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 ($auth) $_WHERE .= ' and auth='.$auth; if ($mygroup) $_WHERE .= ' and mygroup='.$mygroup; if ($level) $_WHERE .= ' and level='.$level; if ($now_log) $_WHERE .= ' and now_log='.($now_log-1); if ($sex) $_WHERE .= ' and sex='.$sex; if ($comp) $_WHERE .= ' and comp='.$comp; if ($marr1) { if ($marr1==1) $_WHERE .= ' and marr1=0'; else $_WHERE .= ' and marr1>0'; } if ($mailing) $_WHERE .= ' and mailing='.($mailing-1); if ($sms) $_WHERE .= ' and sms='.($sms-1); if ($location) { $_WHERE .= $location!='NULL'?" and location='".$location."'":" and location=''"; } if ($where && $keyw) $_WHERE .= " and ".$where." like '%".trim($keyw)."%'"; $RCD = getDbArray($table['s_mbrdata'],$_WHERE,'*',$sort,$orderby,$recnum,$p); $NUM = getDbRows($table['s_mbrdata'],$_WHERE); $TPG = getTotalPage($NUM,$recnum); $autharr = array('','승인','보류','대기','탈퇴'); $xyear1 = substr($date['totime'],0,4); $xmonth1= substr($date['totime'],4,2); $xday1 = substr($date['totime'],6,2); $xhour1 = substr($date['totime'],8,2); $xmin1 = substr($date['totime'],10,2); ?>