[다시질문]아웃로그인 질문요 > 그누4 질문답변

그누4 질문답변

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

[다시질문]아웃로그인 질문요 정보

[다시질문]아웃로그인 질문요

본문

<?
$g4_path="./gnuboard4";
include_once("./gnuboard4/common.php");
include_once("./gnuboard4/head.sub.php");
include_once("./gnuboard4/lib/outlogin.lib.php"); //

echo outlogin("basic"); //
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ㅇㅇ</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>

<body>
</body>
</html>


아웃로그인창을 띄울곳에 이렇게 해 놨는데요
안떠요

방법좀 가르쳐 주심이 ㅠㅠ
  • 복사

댓글 전체

<?
$g4_path="./gnuboard4";
include_once("$g4_path/common.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/head.sub.php");
?> 
<?=outlogin("basic");?>
<?
include_once("$g4[path]/tail.sub.php");
?>
그누보드가  있는 위치가 어디인가요?
위치에 따라서 경로 지정이 달라 집니다.

$g4_path="./gnuboard4"; // 홈/그누보드4  이면서 홈에서 로그인출력
$g4_path=".";// 홈/그누보드4  이면서 그누보드4에서 로그인출력
$g4_path="..";// 홈/그누보드4 /경로1  이면서 경로1에서 로그인출력
$g4_path="../..";// 홈/그누보드4 /경로1/경로2  이면서 경로2에서 로그인출력

http://sir.co.kr/manual/kcp_youngcart4/?man=skin.htm
© SIRSOFT
현재 페이지 제일 처음으로