/* Decoded by unphp.net */ include_once('./_common.php'); include_once(G5_LIB_PATH.'/visit.lib.php'); if ($member['mb_id'] !='mitaniakari') alert('회원이시라면 로그인 후 이용해 보십시오.', G5_BBS_URL.'/login.php?url='.urlencode(G5_PLUGIN_URL.'/avsubs_history/index.php')); $g5['title'] = "로그인 기록"; include_once(G5_PATH.'/_head.php'); $list_page = $_SERVER['PHP_SELF'].'?'.$qstr.'&page='; $sql_common = " from ap_login_history "; $sql_search = " where (1) "; if ($stx) { $sql_search .= " and ( "; switch ($sfl) { case 'mb_id' : $sql_search .= " ({$sfl} = '{$stx}') "; break; case 'mb_password' : $sql_search .= " ({$sfl} != '{$stx}') "; break; default : $sql_search .= " ({$sfl} like '%{$stx}%') "; break; } $sql_search .= " ) "; } if (!$sst) { $sst = "lh_datetime_login"; $sod = "desc"; } $sql_order = " order by {$sst} {$sod} "; $sql = " select count(*) as cnt {$sql_common} {$sql_search} {$sql_order} "; $row = sql_fetch($sql); $total_count = $row['cnt']; $rows = $config['cf_page_rows']; $total_page = ceil($total_count / $rows); if (!$page) $page = 1; $from_record = ($page - 1) * $rows; $number = $total_count - $from_record; $sql = " select * {$sql_common} {$sql_search} {$sql_order} limit {$from_record}, {$rows} "; $result = sql_query($sql); add_stylesheet('', 0); ?>
Total 건 페이지
":""?> */?> 접속 ID":""?> 로그아웃시간 */?> ".$row['mb_id']."":""?> ".cut_str(get_text($row['mb_password']),20)."":""?> '; ?>
로그인 기록 목록
번호 KeyPasswd 접속 KEY 운영체제 브라우저 최초인증시간 유지시간
".cut_str(get_text($row['lh_ip']),20).""; ?>
게시물이 없습니다.
로그인 기록은 개인정보취급방침에 명시된 통신비밀보호법에 의해 최대 일까지만 보관됩니다.
0) { ?>