서브페이지 사용자 정의 페이지 테이블꼬인것좀 잡아주세요...

· 16년 전 · 1549 · 5
1.gif

증상은 첨부이미지 처럼 회사 소개 이 것이 중간에 낑가 버렸습니다.
에러 링크는 http://adisk.mvix.net/page/mypage/mypage_all.php 이구요...

테스트 해보실 아이디는 myth0507 / 1234 입니다.

소스는

<?
include_once("_common.php");

include_once("_head.php");
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

if (!$member[mb_id])
    alert_close("회원만 이용하실 수 있습니다.");

$g4[title] = "마이페이지";
echo "<script language='javascript' src='$g4[path]/js/sideview.js'></script>";
?>

<style type="text/css">
#adclixs { margin:5px 0 0 0; }
#adclixs .clixs-zero { margin:0 0 0 0; }
#adclixs .clixs-banner { width:789px; margin:0px 0 0 0; text-align:center; }
</style>

<!-- 메인 시작 -->
<table width=100% id="adclixs" border=0 cellpadding=0 cellspacing=0>
<td valign=top>
    <!-- 메인 중앙 -->
    <div class="adclixs-banner"><? include_once("$g4[path]/page/mypage/module/myinfo.php"); //나의정보 ?></div>
<table width=100% id="adclixs-zero" border=0 cellpadding=0 cellspacing=0>
  <tr>
    <td height="207"><div class="adclixs-zero"><? include_once("$g4[path]/page/mypage/module/myadclixs.php"); //나의애드클릭스 ?></div></td>
 <td width=5></td>
    <td height="207"><div class="adclixs-zero"><? include_once("$g4[path]/page/mypage/module/my_comment.php"); //오늘 열어본 게시물 ?></div></td>
  </tr>
</table>
<table width=100% id="adclixs" border=0 cellpadding=0 cellspacing=0>
  <tr>
    <td colspan="3"><div class="adclixs-zero"><? include_once("$g4[path]/page/mypage/module/cookie_list.php"); //나의활동내역 ?></div></td>
  </tr>
</table>
</td>
</table>


이것인데요......테이블 어디가 꼬였길래 먹어버리는걸까요?

첨부파일

1.gif (106.3 KB)
0회 2009-05-13 16:41
|

댓글 5개

mypage/module/myinfo.php 에 ? tail.php 가 링크된게 아닐까요 ?
감사합니다, 행님 덕분에 오늘 좋은거 하나 배웠네요!

운영하고계시는 홈페이지에서 많은 도움도 받고있습니다.
음 근데 왜 개별페이지 접근 금지 소스넣었는데 개별페이지가 접근이 되죠?
mypage/module/myinfo.php 에

if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가를 넣어야 할 겁니다.
음, 분명히 들어가있는데, 해당주소로 직접 들어가면 접속이 되어버리네요.

그래서 우선은

인클루된 common , head 를 다 주석처리해놨어요.

<?
//include_once("_common.php");
//include_once("$g4[path]/lib/mw.builder.lib.php");
//include_once("_head.php");
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
//include_once("$g4[path]/lib/latest.lib.php");

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

그누4 질문답변

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

+
제목 글쓴이 날짜 조회
16년 전 조회 2,028
16년 전 조회 943
16년 전 조회 2,107
16년 전 조회 983
16년 전 조회 988
16년 전 조회 973
16년 전 조회 851
16년 전 조회 1,020
16년 전 조회 1,492
16년 전 조회 1,550
16년 전 조회 991
16년 전 조회 1,722
16년 전 조회 1,035
16년 전 조회 976
16년 전 조회 856
16년 전 조회 977
16년 전 조회 1,001
16년 전 조회 963
16년 전 조회 969
16년 전 조회 1,837