도와주세요 > 그누3질답

그누3질답

도와주세요 정보

그누보드 도와주세요

본문

정말 계속 글을 올려서 죄송합니다..
초짜라서 정말 어떡해 해야 할지 모르겠네요..에혀..
아래에서 답변 주신분들 정말 감사드려요..
STYLE, NONE, DESIGN 다 바꿔봤는데..
똑같아요...
이거 어떡해점 알려주세요..;

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
define("_DOCTYPE_", "STYLE"); //헤드와 푸터 불러오는 부분
$html_title = "그누보드 로그인";
?>
<? include "./$cfg[bbs_dir]/outlogin.php";?>
위에 소스를 복사하여 test.php로 저장하여 gnu폴더에 올리고 아래와 같이 불러오면
미리보기: http://www.92kim.com/gnu/?doc=test.php


로그인과 최근 게시물 함께 불러오기..^^
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

define("_DOCTYPE_", "STYLE"); //헤드와 푸터 불러오는 부분
$html_title = "그누보드 로그인과 최근게시물";
include "./lib/latest.lib.php"; //최근 게시물 불러올때 꼭!! 들어가야함
?>

<table border="1" width="100%" cellpadding="0" cellspacing="0">
    <tr>
        <td width="160" height="300" rowspan="2">
            <? include "./$cfg[bbs_dir]/outlogin.php";?>
        </td>
        <td width="30%" height="150">
<?=latest('envy_outlogin',qa(게시판아이디),5(리스트개수),30(제목글자수));?>
        </td>
        <td width="30%" height="150">
            <?=latest('basic',qa2, 5, 30);?>
        </td>
        <td width="30%" height="150">
            <?=latest('basic',qa3, 5, 30);?>
        </td>
    </tr>
    <tr>
        <td width="30%" height="150">
            <?=latest('basic',qa4, 5, 30);?>
        </td>
        <td width="30%" height="150">
            <?=latest('basic',qa5, 5, 30);?>
        </td>
        <td width="30%" height="150">
            <?=latest('basic',qa6, 5, 30);?>
        </td>
    </tr>
</table>
위에 소스를 복사하여 test2.php로 저장하여 gnu폴더에 올리고 아래와 같이 불러오면
미리보기: http://www.92kim.com/gnu/?doc=test2.php

로그인과 최근 게시물 불러올때 핵심은 gnu/?doc=파일 이름으로 불러 와야 한다는것...^^

이것보고 2.X버전이랑 3.X버전이랑 다 해봤는데요..
아무것도 안뜨네요
예를 들자면..
2.X버전
http://sths.st.hs.kr/gnu/test.php
http://sths.st.hs.kr/gnu/test2.php
이렇게 올려놨는데도요..
3.X버전
http://sths.st.hs.kr/gnu3/test.php
http://sths.st.hs.kr/gnu3/test2.php

도와주세요 부탁점 드리겠습니다..
위에서 나온대로
로그인만 불러오기..^^
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
define("_DOCTYPE_", "STYLE"); //헤드와 푸터 불러오는 부분
$html_title = "그누보드 로그인";
?>
<? include "./$cfg[bbs_dir]/outlogin.php";?>
위에 소스를 복사하여 test.php로 저장하여 gnu폴더에 올리고 아래와 같이 불러오면
미리보기: http://www.92kim.com/gnu/?doc=test.php


로그인과 최근 게시물 함께 불러오기..^^
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

define("_DOCTYPE_", "STYLE"); //헤드와 푸터 불러오는 부분
$html_title = "그누보드 로그인과 최근게시물";
include "./lib/latest.lib.php"; //최근 게시물 불러올때 꼭!! 들어가야함
?>

<table border="1" width="100%" cellpadding="0" cellspacing="0">
    <tr>
        <td width="160" height="300" rowspan="2">
            <? include "./$cfg[bbs_dir]/outlogin.php";?>
        </td>
        <td width="30%" height="150">
<?=latest('envy_outlogin',qa(게시판아이디),5(리스트개수),30(제목글자수));?>
        </td>
        <td width="30%" height="150">
            <?=latest('basic',qa2, 5, 30);?>
        </td>
        <td width="30%" height="150">
            <?=latest('basic',qa3, 5, 30);?>
        </td>
    </tr>
    <tr>
        <td width="30%" height="150">
            <?=latest('basic',qa4, 5, 30);?>
        </td>
        <td width="30%" height="150">
            <?=latest('basic',qa5, 5, 30);?>
        </td>
        <td width="30%" height="150">
            <?=latest('basic',qa6, 5, 30);?>
        </td>
    </tr>
</table>
위에 소스를 복사하여 test2.php로 저장하여 gnu폴더에 올리고 아래와 같이 불러오면
미리보기: http://www.92kim.com/gnu/?doc=test2.php

로그인과 최근 게시물 불러올때 핵심은 gnu/?doc=파일 이름으로 불러 와야 한다는것...^^

이것보고 2.X버전이랑 3.X버전이랑 다 해봤는데요..
아무것도 안뜨네요
예를 들자면..
2.X버전
http://sths.st.hs.kr/gnu/test.php
http://sths.st.hs.kr/gnu/test2.php
이렇게 올려놨는데도요..
3.X버전
http://sths.st.hs.kr/gnu3/test.php
http://sths.st.hs.kr/gnu3/test2.php

도와주세요
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로