그누초보 질문 드려요 ㅠㅠ 뒤에있는 내용 앞으로 움겨 질문 드립니다 ㅠㅠ > 그누4 질문답변

그누4 질문답변

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

그누초보 질문 드려요 ㅠㅠ 뒤에있는 내용 앞으로 움겨 질문 드립니다 ㅠㅠ 정보

그누초보 질문 드려요 ㅠㅠ 뒤에있는 내용 앞으로 움겨 질문 드립니다 ㅠㅠ

본문

제가 홈페이지에

아웃로그인과 방문자스킨을 넣을려고 하고 있는데여 ㅠㅠ

아래 소스에서처럼 대충 표 안에다가 저렇게 방문자를 넣을려고 하거든여 ㅠㅠ

그런데 제대로 시킨대로...메뉴얼대로...따라서 적용하고 웹에 올려서 확인을 해보면

위에 스크린샷처럼
에러가 나오더라구여 ㅠㅠ

이거에 관해서 어것저것 찾아봤는데... 도저히 답이 안나와서 ㅠㅠ

도움 요청드려요 ㅠㅠ 

문제가 무엇일까여..;;

제 그누보드설치는 g4 디렉토리에 설치되있구여 호스팅은 cafe24 이용중이에요ㅠㅠ
  • 복사

댓글 전체

<?
include_once("./_common.php");
include_once("$g4[path]/lib/visit.lib.php");
?>
<html>
<head><title>Min Ji Hong HomePage</title>
</head>
<td>
<?=visit("basic")?>
</td>
</html>

이렇게 해보세요

include_once("./_common.php");

이게 빠졌고요

함수 호출법도 잘못 됐습니다
흠....정말 이상하네여 ㅠㅠ

제가 코드입력을 정말 이상하게 하고 있는건지...

현재 입력한 전체코드는

<?
include_once("./_common.php");
include_once("$g4[path]/lib/visit.lib.php");
?>

<html>
<head><title>Min Ji Hong HomePage</title>
</head>
<body scrolling="no">
<table  align="center" sytle="table-layout:fixed" border=0">
<tr bordercolor="blue">
<td>
</td>
<td>  <img src="/homepage/img/menu.jpg" usemap="#main" border="0">
<map name="main">
<area shape=rect coords="0,35,160,92" href="/homepage/htm/home.htm" target="main">
<area shape=rect coords="160,35,370,92" href="/homepage/htm/profile.htm" target="main">
<area shape=rect coords="370,35,560,92" href="/homepage/htm/board.htm" target="main">
<area shape=rect coords="570,35,700,92" href="/homepage/htm/pds.htm" target="main">
<area shape=rect coords="700,35,890,92" href="/homepage/htm/guest.htm" target="main">
</map>
</td>
</tr>
<tr>
<td><?=visit("basic")?>
</td>
<td > <iframe src="/homepage/htm/home.htm" width="910" height="710" name="main" frameborder="0"></iframe>
</td>
</tr>
</table>
</body>
</html>

이거구여 ㅠㅠ

이렇게 했을때 스크린샷과 같이 에러가 나오네여..ㅠㅠ
© SIRSOFT
현재 페이지 제일 처음으로