외부로그인 도움좀 주세요ㅠ 정보
외부로그인 도움좀 주세요ㅠ본문
제가 할려고 하는건 외부로그인은 출력 할려고 하는 겁니다
근데 잘 안되서 고수님들의 도움을 요청합니다
우선 외부로그인 코드를 삽일 할려는 문서는 www->index.html에 코드를 삽입해 실행하려고 하고요
html에 코드 넣어서 할려고 합니다
외부로그인 필요한 코드를 삽입해서 출력을 해보니
http://www.wibrokp.co.kr/index_test1.html
이렇게 출력됩니다
보드의 경로는
www->board 에 설치가 되어있구요
_common.php 파일도 index_test1.html 이 있는곳에 만들어 놨구요
_common.php 내용도
<?
$g4_path = "./board"; // common.php 의 상대 경로
include_once("$g4_path/common.php");
?>
이렇게 되어있구
에러문구보니
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/kp016/www/index_test_01.html:1) in /home/hosting_users/kp016/www/board/common.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/kp016/www/index_test_01.html:1) in /home/hosting_users/kp016/www/board/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/kp016/www/index_test_01.html:1) in /home/hosting_users/kp016/www/board/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/kp016/www/index_test_01.html:1) in /home/hosting_users/kp016/www/board/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/kp016/www/index_test_01.html:1) in /home/hosting_users/kp016/www/board/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/kp016/www/index_test_01.html:1) in /home/hosting_users/kp016/www/board/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/kp016/www/index_test_01.html:1) in /home/hosting_users/kp016/www/board/head.sub.php on line 38
common.php 파일 8번째 라인이 모가 잘못된거 아닌가 싶은데..
몬지 잘 모르겠어요..
고수님들 도와주세요..
그리고 로그인창도 정상적으로 출력이 안되요..
도와주세요ㅠㅠ
근데 잘 안되서 고수님들의 도움을 요청합니다
우선 외부로그인 코드를 삽일 할려는 문서는 www->index.html에 코드를 삽입해 실행하려고 하고요
html에 코드 넣어서 할려고 합니다
외부로그인 필요한 코드를 삽입해서 출력을 해보니
http://www.wibrokp.co.kr/index_test1.html
이렇게 출력됩니다
보드의 경로는
www->board 에 설치가 되어있구요
_common.php 파일도 index_test1.html 이 있는곳에 만들어 놨구요
_common.php 내용도
<?
$g4_path = "./board"; // common.php 의 상대 경로
include_once("$g4_path/common.php");
?>
이렇게 되어있구
에러문구보니
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/kp016/www/index_test_01.html:1) in /home/hosting_users/kp016/www/board/common.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/kp016/www/index_test_01.html:1) in /home/hosting_users/kp016/www/board/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/kp016/www/index_test_01.html:1) in /home/hosting_users/kp016/www/board/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/kp016/www/index_test_01.html:1) in /home/hosting_users/kp016/www/board/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/kp016/www/index_test_01.html:1) in /home/hosting_users/kp016/www/board/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/kp016/www/index_test_01.html:1) in /home/hosting_users/kp016/www/board/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/kp016/www/index_test_01.html:1) in /home/hosting_users/kp016/www/board/head.sub.php on line 38
common.php 파일 8번째 라인이 모가 잘못된거 아닌가 싶은데..
몬지 잘 모르겠어요..
고수님들 도와주세요..
그리고 로그인창도 정상적으로 출력이 안되요..
도와주세요ㅠㅠ
댓글 전체
주나짱야님 댓글이 없어졌네요.. 다 해결됐는데..
답변채택 해 드릴려고 했는데
주나짱야님 혹시 이글 보시면 답글 남겨주세요.. 포인트 가져가셔야죠..
주나짱야님 정말 감사합니다^^
답변채택 해 드릴려고 했는데
주나짱야님 혹시 이글 보시면 답글 남겨주세요.. 포인트 가져가셔야죠..
주나짱야님 정말 감사합니다^^
그누보드는 캐릭터셋이 euc-kr 이고 index_test1.html 파일은 utf-8로 되어 있어요.
DB 캐릭터셋이 뭔지 알아보시고 통일하셔야 글자 깨지는 거 막을 수 있을 겁니다.
그누보드 문자들이 잘 보이는 것으로 봐선 euc-kr 인 듯도 하지만...
index_test1.html 페이지의 아래 메타태그 부분을 삭제 또는 주석으로 처리하시고 테스트해보세요.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
DB 캐릭터셋이 뭔지 알아보시고 통일하셔야 글자 깨지는 거 막을 수 있을 겁니다.
그누보드 문자들이 잘 보이는 것으로 봐선 euc-kr 인 듯도 하지만...
index_test1.html 페이지의 아래 메타태그 부분을 삭제 또는 주석으로 처리하시고 테스트해보세요.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
님아.. 다 해결은 됐는데 로그인 후 쪽지와 포인트 클릭하면
아무반응도 안해요.. 혹시 이것도 해결해 주실 수 있으신가요??
http://www.wibrokp.co.kr/index_test1.html
아이디는 tester / 패스워드는 1111 입니다..
한번 봐주세요
글구...
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
이부분 지우고 해도 되질 않아요ㅠㅠ
아무반응도 안해요.. 혹시 이것도 해결해 주실 수 있으신가요??
http://www.wibrokp.co.kr/index_test1.html
아이디는 tester / 패스워드는 1111 입니다..
한번 봐주세요
글구...
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
이부분 지우고 해도 되질 않아요ㅠㅠ
그누 basic 게시판... 아래와 같은 기능을 갖추려고 합니다.
1. 리스트 페이지에서 체크박스 나타나도록...
(현재 관리자 일때만 체크박스 나타남 --> 작성자와 관리자만 보이도록 해야함)
2. 체크박스에 체크를 하면 삭제 가능하도록...
(작성자와 관리자 모두 가능하게...)
3. 체크박스에 체크를 하면 체크된 목록모두 한 번에 현재 시간으로 변경되어야 함.
(작성자와 관리자 모두 가능하게...)
1. 리스트 페이지에서 체크박스 나타나도록...
(현재 관리자 일때만 체크박스 나타남 --> 작성자와 관리자만 보이도록 해야함)
2. 체크박스에 체크를 하면 삭제 가능하도록...
(작성자와 관리자 모두 가능하게...)
3. 체크박스에 체크를 하면 체크된 목록모두 한 번에 현재 시간으로 변경되어야 함.
(작성자와 관리자 모두 가능하게...)