한번만 더 보아주세요 정보
한번만 더 보아주세요본문
한번만 더 봐 주세요.
아래 INDEX.PHP 파일의 붉은 글자는 배운대로 삽입한겁니다
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("$g4[path]/tail.sub.php");
$g4['title'] = "";
include_once("./_head.php");
?>
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("$g4[path]/tail.sub.php");
$g4['title'] = "";
include_once("./_head.php");
?>
<!-- 메인화면 최신글 시작 -->
<table width="100%" cellpadding=0 cellspacing=0><tr><td valign=top>
<?
// 최신글
$sql = " select bo_table, bo_subject from $g4[board_table] order by gr_id, bo_table ";
$result = sql_query($sql);
for ($i=0; $row=sql_fetch_array($result); $i++) {
// 이 함수가 바로 최신글을 추출하는 역할을 합니다.
// 스킨은 입력하지 않을 경우 관리자 > 환경설정의 최신글 스킨경로를 기본 스킨으로 합니다.
<table width="100%" cellpadding=0 cellspacing=0><tr><td valign=top>
<?
// 최신글
$sql = " select bo_table, bo_subject from $g4[board_table] order by gr_id, bo_table ";
$result = sql_query($sql);
for ($i=0; $row=sql_fetch_array($result); $i++) {
// 이 함수가 바로 최신글을 추출하는 역할을 합니다.
// 스킨은 입력하지 않을 경우 관리자 > 환경설정의 최신글 스킨경로를 기본 스킨으로 합니다.
// 사용방법
그리고
HEAD.PHP파일은 붉은글자가 삽입된 것입니다.
<!-- 상단 배경 시작 -->
<? include_once("$g4[path]/top.htm"); ?>
<table width="<?=$table_width?>" cellspacing="0" cellpadding="0">
<tr>
<td background="<?=$g4['path']?>/img/top_img_bg.gif">
<table width="100%" height="52" cellspacing="0" cellpadding="0">
<? include_once("$g4[path]/top.htm"); ?>
<table width="<?=$table_width?>" cellspacing="0" cellpadding="0">
<tr>
<td background="<?=$g4['path']?>/img/top_img_bg.gif">
<table width="100%" height="52" cellspacing="0" cellpadding="0">
근데두 상단이미지의 버튼은 망부석이네요.
흑흑-*-;
참!제가 FTP로 그누를 임의 삭제하고 다시 설치했는데...
댓글 전체
컥.... _head.php 를 tail.sub 후에 인클루드하시는건 좀 안좋은데...
일단은 top.htm 을 여서서 다른이름으로 저장 하시는데 top.php 로 저장하세요. 그리고 <? include_once("$g4[path]/top.php"); ?> 로 해보세요.
아 그리고 지금 top.htm 을 보니까 인클루드시에 문제가있을수도 있네요.
자 위에것이 안되신다면 뭐 할수없이 인클루드하지마세요. 그냥 소스자체를 헤드에 넣으심이...
소스를 적자면...
<!-- 상단 배경 시작 -->
<? include_once("$g4[path]/top.htm"); ?>
이거 대신에
<!-- 상단 배경 시작 -->
<p><img src="http://mindlewool.net/top.gif" width="993" height="122" border="0" usemap="#ImageMap1"><map name="ImageMap1">
<area shape="rect" coords="31, 42, 170, 88" href="http://mindlewool.net">
<area shape="rect" coords="223, 76, 282, 89" href="http://mindlewool.net/ceo.htm">
</map></p>
이렇게...
일단은 top.htm 을 여서서 다른이름으로 저장 하시는데 top.php 로 저장하세요. 그리고 <? include_once("$g4[path]/top.php"); ?> 로 해보세요.
아 그리고 지금 top.htm 을 보니까 인클루드시에 문제가있을수도 있네요.
자 위에것이 안되신다면 뭐 할수없이 인클루드하지마세요. 그냥 소스자체를 헤드에 넣으심이...
소스를 적자면...
<!-- 상단 배경 시작 -->
<? include_once("$g4[path]/top.htm"); ?>
이거 대신에
<!-- 상단 배경 시작 -->
<p><img src="http://mindlewool.net/top.gif" width="993" height="122" border="0" usemap="#ImageMap1"><map name="ImageMap1">
<area shape="rect" coords="31, 42, 170, 88" href="http://mindlewool.net">
<area shape="rect" coords="223, 76, 282, 89" href="http://mindlewool.net/ceo.htm">
</map></p>
이렇게...
문제점을 드디어 알겠습니다. 어리뽕님, head.php 와 top.php 가 저장되어있는 경로가 다르군요. 서로의 위치를 좀 알려주세요.
http://mindlewool.net/head.php
들어가보니 head.php 가 없다고 나옵니다.
head 가 http://mindlewool.net/gnuboard4/head.php 에 있군요. 근데 top.php 는 http://mindlewool.net/top.php
에 있다닝-_-;;
자, 그러니까 어리뽕님이 여지껏 해오신게 안되는게, 당연합니다. 왜냐면 top.php 파일이 gnuboard4 폴더의 밖에 있기때문에죠. 이 파일을 gnuboard4 폴더 안에로 옮기시기 바랍니다! head.php 와 top.php 가 gnuboard4 폴더안에 같이 있어야 되요. 그럼 될거에요^0^;
http://mindlewool.net/head.php
들어가보니 head.php 가 없다고 나옵니다.
head 가 http://mindlewool.net/gnuboard4/head.php 에 있군요. 근데 top.php 는 http://mindlewool.net/top.php
에 있다닝-_-;;
자, 그러니까 어리뽕님이 여지껏 해오신게 안되는게, 당연합니다. 왜냐면 top.php 파일이 gnuboard4 폴더의 밖에 있기때문에죠. 이 파일을 gnuboard4 폴더 안에로 옮기시기 바랍니다! head.php 와 top.php 가 gnuboard4 폴더안에 같이 있어야 되요. 그럼 될거에요^0^;
> html >
_common.php
<?
$g4_path = "./gnuboard4"; // common.php 의 상대 경로
include_once("$g4_path/common.php");
?>
index.php
<?
include_once("./_common.php");
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php"); // 아웃로그인 파일 연결
?>
<?=outlogin("basic");?>
<?
include_once("$g4[path]/tail.sub.php");
?>
또는
index.php
<?
include_once("./_common.php");
include_once("$g4[path]/_head.php");
?>
<?=outlogin("basic");?>
<?
include_once("$g4[path]/_tail.php");
?>
http://www.morssola.com/bbs/board.php?bo_table=g4_homepage&wr_id=6
_common.php
<?
$g4_path = "./gnuboard4"; // common.php 의 상대 경로
include_once("$g4_path/common.php");
?>
index.php
<?
include_once("./_common.php");
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php"); // 아웃로그인 파일 연결
?>
<?=outlogin("basic");?>
<?
include_once("$g4[path]/tail.sub.php");
?>
또는
index.php
<?
include_once("./_common.php");
include_once("$g4[path]/_head.php");
?>
<?=outlogin("basic");?>
<?
include_once("$g4[path]/_tail.php");
?>
http://www.morssola.com/bbs/board.php?bo_table=g4_homepage&wr_id=6