외부 로그인 설치시 에러가 뜨네요 ^^;;

· 16년 전 · 775 · 4
http://ppkp.cafe24.com/gnuboard4/noname2.php

요렇게 뜨고있는데 어떻게해야할지
|

댓글 4개

noname2.php 파일에서 아래의 코드를 찾아서 제일 상단으로 옮기시면 될거에요.

include_once("./_common.php");
제일 상단이에요~
<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
</head>

<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p><?include_once("./_common.php");
include_once("$g4[path]/lib/outlogin.lib.php"); // outlogin() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.

echo outlogin("black"); // basic 스킨으로 아웃로그인을 출력합니다.
?>
</p>
</body>

</html>

페이지 자체가 이렇게 되있답니다.
<?
include_once("./_common.php");
include_once("$g4[path]/lib/outlogin.lib.php"); // outlogin() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
?>
<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
</head>

<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p>
<?
echo outlogin("black"); // basic 스킨으로 아웃로그인을 출력합니다.
?>
</p>
</body>

</html>

이렇게요. ^^
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
16년 전 조회 872
16년 전 조회 779
16년 전 조회 986
16년 전 조회 878
16년 전 조회 917
16년 전 조회 981
16년 전 조회 754
16년 전 조회 976
16년 전 조회 850
16년 전 조회 776
16년 전 조회 845
16년 전 조회 978
16년 전 조회 952
16년 전 조회 954
16년 전 조회 880
16년 전 조회 948
16년 전 조회 1,201
16년 전 조회 1,006
16년 전 조회 2,219
16년 전 조회 1,368