web file browser 설치방법 및 유저 로긴 문의
컨텐츠 정보
- 18,349 조회
- 4 댓글
- 0 추천
- 목록
본문
web file browser 간단 설치 유저 로그인 방법 문의
\r\n\r\n안녕하세요
\r\nhttps://11q.kr/webfilebrowser/
\r\n너무나 web상에서 간단히 공유 가능한 web file browser 간단 설치 사용자 입니다
\r\n\r\n무지에 문의 드립니다
\r\n\r\n아래 와같이 링크도 가능한 간단히 사용가능한 web file browser 웹공유/웹하드 입니다
\r\n\r\nhttps://11q.kr/webfilebrowser/0_공지_webfilebrowser를 실제 간단히 설정 변경 사용하세요/webfilebrowser.zip
\r\n\r\n( http://sugame.tistory.com/entry/PHP-간단한-인증하기-로그인-창)
\r\n
// ---------------- Things that can be customized...사용자 수정 부분 -------------------
$admin_user = "userid";
// $admin_user = "사용자아이디"; 로긴 아이디를 입력
$admin_pw = "passwd";
// $admin_pw = "1234"; 사용자 패스워드
if (!isset ($_SERVER["PHP_AUTH_USER"]) || !isset ($_SERVER["PHP_AUTH_PW"]) ||
$_SERVER["PHP_AUTH_USER"] != $admin_user || $_SERVER["PHP_AUTH_PW"] != $admin_pw)
{
header ("WWW-Authenticate: Basic realm=\"관리자 모드\"");
header ("HTTP/1.0 401 Unauthorized");
echo "<font size=6>인증 실패_userid/passwd 를 변경 사용하세요</font>";
exit;
}
else
{
echo "<font size=2>login ok.............</font>";
}
을 이용하여 간단히 로기인 창을 추가 하였는데 간단 사용 가능하지만 아래 사용자 등록을
\r\nsynology 유저 등록자를 연동 사용하는 방법을
\r\n전문가 도움 부탁 드립니다
\r\n\r\n위의 링크를 받으면 원래 원본에서 index.php에서 logon 화면을 접속하지 못해 접속 가능하게 전문가 문의 부탁 드립니다
\r\n...아래 authmethod= ??? 여러가지 해도 않됩니다...
\r\n\r\n제가도움 요청하는 방법은
\r\n1) 아래 접속방법중에 현재 시놀로지 유저 사용자 추가 로긴 하고자 합니다
\r\n2) 또한 아래 유저 등록 이 연동이 되지 않는 부분도 무엇이 문제인지 전문가의 도움을 요청 합니다
\r\n\r\n..........................................
\r\n$authmethod = "none"; // Do not require user authentication...로긴 없이 보이게하기
//$authmethod = "session"; // Use builtin session-based authentication (recommended, needs the PHP session
// management feature activated)
//$authmethod = "session"; // Use builtin session-based authentication (recommended, needs the PHP session
//$authmethod = "cookie"; // Use builtin cookie-based authentication (not recommended : very basic, very UNSECURE) 별도 로긴
//$authmethod = "realm"; // Use builtin browser's basic authentication (needs PHP to be running as a module)
//$authmethod = "realm"; // Use builtin browser's basic authentication (needs PHP to be running as a module)
//$authmethod = "server"; // Require server based authentication (such as Apache's .htaccess)
$realmname = "Web File Browser"; // Realm name for use with $authmethod = "realm"
\r\n//$noauthprofile = "full"; // Default profile used when $authmethod = "none"
$noauthprofile = "none"; // Default profile used when $authmethod = "none" 하위 변경메뉴 off
//$allowunknownusers = false; // If set to false, any server authenticated but locally unknown user
$allowunknownusers = true; // If set to false, any server authenticated but locally unknown user_ss1145
....
\r\n\r\n \n[이 게시물은 홈피관리자님에 의해 2011-11-13 21:18:16 Home-PDS에서 이동 됨]\n관련자료
-
링크