HTTP 로그인 인증창에 대해 질문합니다 도와주세요ㅠㅠ

· 13년 전 · 1706
안녕하세요
저는 로그인페이지를 만들었는데..어떤 고객의 요청으로 인해
로그인페이지보다 그냥 "HTTP 로그인 인증창"이 띄울수있도록 원하답니다.
그래서 고객의 요청대로 그렇게 만들었는데..잘 안되었어요 ㅠㅠ
▒▒▒▒▒ 로그인 페이지 ▒▒▒▒▒
<?
require "include/config.php";
include "include/index_cookie.php";

if($_SESSION[mb_userid]) { go_d(0,'m_sub01.html'); } // 이미 로그인 된경우 메인으로
?>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<script language="JavaScript" src="<?echo"$HOME_PATH"?>/include/ebook.js"></script>
<LINK REL="StyleSheet" HREF="<?echo"$HOME_PATH"?>/include/style.css" type="text/css">
<link href="../include/style.css" rel="stylesheet" type="text/css">

<form action="app_login_act.html" method=post name=ebook_login onsubmit='return valid_ebooklogin_check()'>
<input type='hidden' name='mode' value='ebook_login'>
<?
if($_SERVER[HTTP_REFERER]) {
$returl = $_SERVER[HTTP_REFERER];
}else if($returl) {
$returl = $returl;
}
echo"<input type=hidden name=url value='$returl'>";
// echo"<input type=hidden name=url value='$PHP_SELF'>";
?>
<table width=80% border=0 align=center cellpadding="0" cellspacing="0">
<tr>
<td height="25" colspan=2 align=center>
로그인
<tr>
<td width="35%" height="25">로그인
<td width="65%" height="25"><input name="mb_userid" type="text" id="mb_userid" size="20">
<tr>
<td width="35%" height="25">비밀번호
<td width="65%" height="25"><input name="mb_pwd" type="password" id="mb_pwd" size="20" onKeyPress="if(window.event.keyCode==13) ebooklogin();">
<tr>
<td height="25" colspan=2>
<input type="checkbox" onClick="id_save_delete(document.ebook_login);" name="id_save">자동로그인
<tr>
<td height="25" colspan=2 align=center>
<input type="submit" value="로그인" onclick="javascript:ebooklogin()">
</td>
</tr>
</table>
</form>
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
으로 잘 되었지만..
▒▒▒▒▒ HTTP 로그인 인증창 ▒▒▒▒▒
<?
require "include/config.php";
include "include/index_cookie.php";

if($_SESSION[mb_userid]) { go_d(0,'m_sub01.html'); } // 이미 로그인 된경우 메인으로
function authenticate() // 인증을 받기 위해 인증 창을 여는 함수!
{
// 인증 창이 떴을때의 문구와 인증 창의 헤더 설정!
Header( "WWW-authenticate: basic realm=\"ADMIN영역\" ");
Header( "HTTP/1.0 401 Unauthorized");

// 아이디와 비밀번호가 일치하지 않을때 보여주는 문구!
echo("이곳에 들어오시려면 관리자 아이디 암호가 필요합니다.");
exit;
}
// 관리자 정보가 없을때 인증 창을 불러내는 부분으로서 관리자 인증을 받을때까지 인증 창을 띄움.
if(!isset($_SESSION[mb_userid]) || ($PHP_AUTH_USER!='mb_userid' || $PHP_AUTH_PW!='mb_pwd')) {
authenticate();
}
?>
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
수정해봤는데.. 잘 안되었습니다 ㅠㅠㅠ
도와주세요 ㅠㅠㅠ
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
13년 전 조회 1,537
13년 전 조회 5,423
13년 전 조회 1,698
13년 전 조회 1,241
13년 전 조회 1,406
13년 전 조회 1,207
13년 전 조회 1,106
13년 전 조회 1,331
13년 전 조회 1,469
13년 전 조회 1,188
13년 전 조회 1,237
13년 전 조회 1,682
13년 전 조회 8,222
13년 전 조회 3,409
13년 전 조회 1,165
13년 전 조회 1,724
13년 전 조회 1,663
13년 전 조회 1,722
13년 전 조회 5,701
13년 전 조회 1,143
13년 전 조회 1,665
13년 전 조회 3,113
13년 전 조회 2,740
13년 전 조회 2,405
13년 전 조회 2,577
13년 전 조회 3,501
13년 전 조회 1,159
13년 전 조회 2,739
13년 전 조회 2,107
13년 전 조회 3,811
13년 전 조회 3,888
13년 전 조회 1,678
13년 전 조회 4,709
13년 전 조회 1,805
13년 전 조회 1,962
13년 전 조회 2,504
13년 전 조회 2,442
13년 전 조회 1,451
13년 전 조회 1,628
13년 전 조회 3,561
13년 전 조회 1,628
13년 전 조회 2,086
13년 전 조회 2,884
13년 전 조회 2,704
13년 전 조회 1,462
13년 전 조회 2,075
13년 전 조회 4,406
13년 전 조회 1,798
13년 전 조회 2,156
13년 전 조회 1,707
13년 전 조회 1,864
13년 전 조회 2,295
13년 전 조회 1,417
13년 전 조회 2,323
13년 전 조회 1,955
13년 전 조회 1,536
13년 전 조회 9,934
13년 전 조회 1,630
13년 전 조회 1,526
13년 전 조회 1,620
13년 전 조회 2,321
13년 전 조회 1,681
13년 전 조회 1,802
13년 전 조회 1,433
13년 전 조회 1,303
13년 전 조회 5,471
13년 전 조회 1,676
13년 전 조회 1,746
13년 전 조회 1,542
13년 전 조회 7,457
13년 전 조회 1,582
13년 전 조회 2,045
13년 전 조회 1,918
13년 전 조회 3,708
13년 전 조회 1,697
13년 전 조회 3,455
13년 전 조회 1,980
13년 전 조회 2,547
13년 전 조회 2,068
13년 전 조회 2,265
13년 전 조회 2,501
13년 전 조회 1,313
13년 전 조회 1,513
13년 전 조회 1,518
13년 전 조회 1,839
13년 전 조회 1,868
13년 전 조회 2,615
13년 전 조회 1,485
13년 전 조회 1,545
13년 전 조회 3,950
13년 전 조회 1,666
13년 전 조회 1,914
13년 전 조회 2,329
13년 전 조회 1,850
13년 전 조회 2,694
13년 전 조회 1,455
13년 전 조회 3,545
13년 전 조회 2,036
13년 전 조회 2,189
13년 전 조회 1,684