G4변수? 정보
G4변수?본문
들어가면
G4변수가 선언되지 않았습니다...
이렇게 나오네요
index.php소스
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor v5.0">
<link href="style_01.css" rel="stylesheet" type="text/css">
</head>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor v5.0">
<link href="style_01.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" leftmargin="0" marginwidth="0" topmargin="10" marginheight="10">
<table align="center" cellpadding="0" cellspacing="0" width="792">
<tr>
<td width="170" height="70">
<p><img src="gif/title.gif" width="266" height="56" border="0"></p>
</td>
<td width="622" height="70" align="right" colspan="2">
<p><img src="gif/m_home.gif" width="76" height="56" border="0"><img src="gif/m_ac.gif" width="117" height="56" border="0"><img src="gif/m_alclub.gif" width="93" height="56" border="0"><img src="gif/m_end.gif" width="159" height="56" border="0"></p>
</td>
</tr>
<tr>
<td width="792" height="2" colspan="3" bgcolor="white" valign="top">
<p align="left"><img src="gif/top_bar.gif" width="792" height="4" border="0"><br> </td>
</tr>
<tr>
<td width="170" height="149" bgcolor="white" align="left" valign="top">
<?
include_once("./_common.php");
include_once("$g4[path]/lib/outlogin.lib.php");
?><?=outlogin("login");?> </td>
<td width="568" height="149">
<p> </p>
</td>
<td width="54" height="149">
<p> </p>
</td>
</tr>
<tr>
<td width="170">
<p> </p>
</td>
<td width="568">
<p> </p>
</td>
<td width="54">
<p> </p>
</td>
</tr>
<tr>
<td width="792" colspan="3" bgcolor="#6095CE" height="1">
<p></p>
</td>
</tr>
<tr>
<td width="792" colspan="3" bgcolor="#85B0E0" height="31">
<p align="center"><FONT color="white" face="돋움"><span style="font-size:9pt;">Copyright ⓒ Ani
Leader. All rights reserved.</span></FONT> </td>
</tr>
<tr>
<td width="792" colspan="3" bgcolor="#6095CE" height="1">
<p></p>
</td>
</tr>
</table>
</body>
<?
include_once("./tail.sub.php");
?>
</html>
<table align="center" cellpadding="0" cellspacing="0" width="792">
<tr>
<td width="170" height="70">
<p><img src="gif/title.gif" width="266" height="56" border="0"></p>
</td>
<td width="622" height="70" align="right" colspan="2">
<p><img src="gif/m_home.gif" width="76" height="56" border="0"><img src="gif/m_ac.gif" width="117" height="56" border="0"><img src="gif/m_alclub.gif" width="93" height="56" border="0"><img src="gif/m_end.gif" width="159" height="56" border="0"></p>
</td>
</tr>
<tr>
<td width="792" height="2" colspan="3" bgcolor="white" valign="top">
<p align="left"><img src="gif/top_bar.gif" width="792" height="4" border="0"><br> </td>
</tr>
<tr>
<td width="170" height="149" bgcolor="white" align="left" valign="top">
<?
include_once("./_common.php");
include_once("$g4[path]/lib/outlogin.lib.php");
?><?=outlogin("login");?> </td>
<td width="568" height="149">
<p> </p>
</td>
<td width="54" height="149">
<p> </p>
</td>
</tr>
<tr>
<td width="170">
<p> </p>
</td>
<td width="568">
<p> </p>
</td>
<td width="54">
<p> </p>
</td>
</tr>
<tr>
<td width="792" colspan="3" bgcolor="#6095CE" height="1">
<p></p>
</td>
</tr>
<tr>
<td width="792" colspan="3" bgcolor="#85B0E0" height="31">
<p align="center"><FONT color="white" face="돋움"><span style="font-size:9pt;">Copyright ⓒ Ani
Leader. All rights reserved.</span></FONT> </td>
</tr>
<tr>
<td width="792" colspan="3" bgcolor="#6095CE" height="1">
<p></p>
</td>
</tr>
</table>
</body>
<?
include_once("./tail.sub.php");
?>
</html>
댓글 전체
head.sub.php가 빠졌나 보세요.
그런거 없는데 너야되요?
include_once("./_common.php");
include_once("$g4[path]/lib/outlogin.lib.php");
요런 것들은 head.sub.php랑 같이 맨위로 옮기세요.
include_once("$g4[path]/lib/outlogin.lib.php");
요런 것들은 head.sub.php랑 같이 맨위로 옮기세요.
head.sub이 뭐죠?
굉장히 이해가 안되네요..
갑자기 이동을 하라니..쩝
굉장히 이해가 안되네요..
갑자기 이동을 하라니..쩝

<html>부터 <body >까지 다 지우시고
<?
include_once("./_common.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/head.sub.php");
?>
그리고 아래쪽에도 </body>부터 </html>까지 다 지우시고
<?
include_once("$g4[path]/tail.sub.php");
?>
<?
include_once("./_common.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/head.sub.php");
?>
그리고 아래쪽에도 </body>부터 </html>까지 다 지우시고
<?
include_once("$g4[path]/tail.sub.php");
?>
감사합니다 근데 또 http://al.me.ly/들어가시면 새로운 오류가 나오네요
include_once("./_common.php");
기본적인 변수선언하는 부분입니다.
그누보드의 '운영메뉴얼' 부분을 천천히 읽어보시면
그리어렵지않게 이해하실겁니다.
기본적인 변수선언하는 부분입니다.
그누보드의 '운영메뉴얼' 부분을 천천히 읽어보시면
그리어렵지않게 이해하실겁니다.