메인페이지 오류가... 정보
메인페이지 오류가...본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : http://www.hanoilove.co.kr
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hanoilove/www/index.php:1) in /home/hosting_users/hanoilove/www/common.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hanoilove/www/index.php:1) in /home/hosting_users/hanoilove/www/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hanoilove/www/index.php:1) in /home/hosting_users/hanoilove/www/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hanoilove/www/index.php:1) in /home/hosting_users/hanoilove/www/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hanoilove/www/index.php:1) in /home/hosting_users/hanoilove/www/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hanoilove/www/index.php:1) in /home/hosting_users/hanoilove/www/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hanoilove/www/index.php:1) in /home/hosting_users/hanoilove/www/head.sub.php on line 38
지금 이렇게 사이트 위에 출력이 되는데요
어디가 잘못된건지 도무지 찾지를 못하겠어요.
고수님들 수정방법 좀 부탁드립니다.
제발..알려주세요..
오류 주소 : http://www.hanoilove.co.kr
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hanoilove/www/index.php:1) in /home/hosting_users/hanoilove/www/common.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hanoilove/www/index.php:1) in /home/hosting_users/hanoilove/www/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hanoilove/www/index.php:1) in /home/hosting_users/hanoilove/www/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hanoilove/www/index.php:1) in /home/hosting_users/hanoilove/www/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hanoilove/www/index.php:1) in /home/hosting_users/hanoilove/www/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hanoilove/www/index.php:1) in /home/hosting_users/hanoilove/www/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hanoilove/www/index.php:1) in /home/hosting_users/hanoilove/www/head.sub.php on line 38
지금 이렇게 사이트 위에 출력이 되는데요
어디가 잘못된건지 도무지 찾지를 못하겠어요.
고수님들 수정방법 좀 부탁드립니다.
제발..알려주세요..
댓글 전체
head.sub.php 파일 위쪽으로 별도의 인클루드 코드가 들어가면 안 됩니다.
아래가 기본 그누보드 형식~
<?
include_once("./_common.php");
include_once("$g4[path]/head.sub.php");
?>
내용
<?
include_once("$g4[path]/tail.sub.php");
?>
아래가 기본 그누보드 형식~
<?
include_once("./_common.php");
include_once("$g4[path]/head.sub.php");
?>
내용
<?
include_once("$g4[path]/tail.sub.php");
?>
현재 토탈빌더를 사용하여 사이트를 제작 하였는데 utf-8 인데요..
head.sub.php 파일을 한번 봐주실수 있으세요..?
<?
// 이 파일은 새로운 파일 생성시 반드시 포함되어야 함
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$begin_time = get_microtime();
if (!$g4['title'])
$g4['title'] = $config['cf_title'];
// 쪽지를 받았나?
if ($member['mb_memo_call']) {
$mb = get_member($member[mb_memo_call], "mb_nick");
sql_query(" update {$g4[member_table]} set mb_memo_call = '' where mb_id = '$member[mb_id]' ");
alert($mb[mb_nick]."님으로부터 쪽지가 전달되었습니다.", $_SERVER[REQUEST_URI]);
}
// 현재 접속자
//$lo_location = get_text($g4[title]);
//$lo_location = $g4[title];
// 게시판 제목에 ' 포함되면 오류 발생
$lo_location = addslashes($g4['title']);
if (!$lo_location)
$lo_location = $_SERVER['REQUEST_URI'];
//$lo_url = $g4[url] . $_SERVER['REQUEST_URI'];
$lo_url = $_SERVER['REQUEST_URI'];
if (strstr($lo_url, "/$g4[admin]/") || $is_admin == "super") $lo_url = "";
// 자바스크립트에서 go(-1) 함수를 쓰면 폼값이 사라질때 해당 폼의 상단에 사용하면
// 캐쉬의 내용을 가져옴. 완전한지는 검증되지 않음
header("Content-Type: text/html; charset=$g4[charset]");
$gmnow = gmdate("D, d M Y H:i:s") . " GMT";
header("Expires: 0"); // rfc2616 - Section 14.21
header("Last-Modified: " . $gmnow);
header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1
header("Cache-Control: pre-check=0, post-check=0, max-age=0"); // HTTP/1.1
header("Pragma: no-cache"); // HTTP/1.0
?>
<!-- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=<?=$g4['charset']?>">
<title><?=$g4['title']?></title>
<link rel="stylesheet" href="<?=$g4['path']?>/style.css" type="text/css">
</head>
<script language="javascript">
// 자바스크립트에서 사용하는 전역변수 선언
var g4_path = "<?=$g4['path']?>";
var g4_bbs = "<?=$g4['bbs']?>";
var g4_bbs_img = "<?=$g4['bbs_img']?>";
var g4_url = "<?=$g4['url']?>";
var g4_is_member = "<?=$is_member?>";
var g4_is_admin = "<?=$is_admin?>";
var g4_bo_table = "<?=isset($bo_table)?$bo_table:'';?>";
var g4_sca = "<?=isset($sca)?$sca:'';?>";
var g4_charset = "<?=$g4['charset']?>";
var g4_cookie_domain = "<?=$g4['cookie_domain']?>";
var g4_is_gecko = navigator.userAgent.toLowerCase().indexOf("gecko") != -1;
var g4_is_ie = navigator.userAgent.toLowerCase().indexOf("msie") != -1;
<? if ($is_admin) { echo "var g4_admin = '{$g4['admin']}';"; } ?>
</script>
<script language="javascript" src="<?=$g4['path']?>/js/common.js"></script>
<script language="javascript" src="<?=$g4['path']?>/js/ajax.js"></script>
<body topmargin="0" leftmargin="0" <?=isset($g4['body_script']) ? $g4['body_script'] : "";?>>
<a name="g4_head"></a>
head.sub.php 파일을 한번 봐주실수 있으세요..?
<?
// 이 파일은 새로운 파일 생성시 반드시 포함되어야 함
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$begin_time = get_microtime();
if (!$g4['title'])
$g4['title'] = $config['cf_title'];
// 쪽지를 받았나?
if ($member['mb_memo_call']) {
$mb = get_member($member[mb_memo_call], "mb_nick");
sql_query(" update {$g4[member_table]} set mb_memo_call = '' where mb_id = '$member[mb_id]' ");
alert($mb[mb_nick]."님으로부터 쪽지가 전달되었습니다.", $_SERVER[REQUEST_URI]);
}
// 현재 접속자
//$lo_location = get_text($g4[title]);
//$lo_location = $g4[title];
// 게시판 제목에 ' 포함되면 오류 발생
$lo_location = addslashes($g4['title']);
if (!$lo_location)
$lo_location = $_SERVER['REQUEST_URI'];
//$lo_url = $g4[url] . $_SERVER['REQUEST_URI'];
$lo_url = $_SERVER['REQUEST_URI'];
if (strstr($lo_url, "/$g4[admin]/") || $is_admin == "super") $lo_url = "";
// 자바스크립트에서 go(-1) 함수를 쓰면 폼값이 사라질때 해당 폼의 상단에 사용하면
// 캐쉬의 내용을 가져옴. 완전한지는 검증되지 않음
header("Content-Type: text/html; charset=$g4[charset]");
$gmnow = gmdate("D, d M Y H:i:s") . " GMT";
header("Expires: 0"); // rfc2616 - Section 14.21
header("Last-Modified: " . $gmnow);
header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1
header("Cache-Control: pre-check=0, post-check=0, max-age=0"); // HTTP/1.1
header("Pragma: no-cache"); // HTTP/1.0
?>
<!-- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=<?=$g4['charset']?>">
<title><?=$g4['title']?></title>
<link rel="stylesheet" href="<?=$g4['path']?>/style.css" type="text/css">
</head>
<script language="javascript">
// 자바스크립트에서 사용하는 전역변수 선언
var g4_path = "<?=$g4['path']?>";
var g4_bbs = "<?=$g4['bbs']?>";
var g4_bbs_img = "<?=$g4['bbs_img']?>";
var g4_url = "<?=$g4['url']?>";
var g4_is_member = "<?=$is_member?>";
var g4_is_admin = "<?=$is_admin?>";
var g4_bo_table = "<?=isset($bo_table)?$bo_table:'';?>";
var g4_sca = "<?=isset($sca)?$sca:'';?>";
var g4_charset = "<?=$g4['charset']?>";
var g4_cookie_domain = "<?=$g4['cookie_domain']?>";
var g4_is_gecko = navigator.userAgent.toLowerCase().indexOf("gecko") != -1;
var g4_is_ie = navigator.userAgent.toLowerCase().indexOf("msie") != -1;
<? if ($is_admin) { echo "var g4_admin = '{$g4['admin']}';"; } ?>
</script>
<script language="javascript" src="<?=$g4['path']?>/js/common.js"></script>
<script language="javascript" src="<?=$g4['path']?>/js/ajax.js"></script>
<body topmargin="0" leftmargin="0" <?=isset($g4['body_script']) ? $g4['body_script'] : "";?>>
<a name="g4_head"></a>
덩님
index.php 파일상단에서
인클루드 head.sub.php ;
위쪽에 include 나 echo문이 있으신거 같은데 head.sub.php 인클루드 라인 아래로 내려보세요
head.sub.php 소스가아닌 index.php 파일소스를 올려주시면 원인을 찾을수있을꺼같습니다..
즐주요~
index.php 파일상단에서
인클루드 head.sub.php ;
위쪽에 include 나 echo문이 있으신거 같은데 head.sub.php 인클루드 라인 아래로 내려보세요
head.sub.php 소스가아닌 index.php 파일소스를 올려주시면 원인을 찾을수있을꺼같습니다..
즐주요~
index.php 파일입니다.
다시한번 봐주세요...부탁드립니다.
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("$g4[path]/lib/latest.num.lib.php");
include_once("$g4[path]/lib/AD_latest.lib.php");
$g4['title'] = "";
include_once("./_head.php");
?>
<!-- 메인 테이블 -->
<table border="0" width="949" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="8">
</td>
</tr>
</table>
<table border="0" width="949" HEIGHT="296" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="941" HEIGHT="296">
<p align="center"><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="949" HEIGHT="308" id="main" ALIGN="">
<PARAM NAME="movie" VALUE="main.swf"> <PARAM NAME=quality VALUE=high><param name="wmode" value="transparent"><PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="main.swf" quality="high" bgcolor="#FFFFFF" WIDTH="949" HEIGHT="308" NAME="main" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" wmode="transparent"></EMBED>
</OBJECT></p>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="949" height="2" align="center">
<tr>
<td width="949" height="10">
<p align="center"></p>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="949" height="" align="center">
<tr>
<td width="949"><p align="center"><? include_once("photo.php");?></p></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="950" align="center">
<tr>
<td width="190">
<table border="0" cellpadding="0" cellspacing="0" width="190">
<tr>
<td>
<?= outlogin("new_login"); ?>
</td>
</tr>
<tr>
<td>
<img src="<?=$g4[path]?>/img/ban5.gif" width="180" height="310" border="0" usemap="#ImageMap1"><map name="ImageMap1">
<area shape="rect" coords="4, 2, 178, 40" href="http://vnm-hanoi.mofat.go.kr/kor/as/vnm-hanoi/main/index.jsp" target="_blank">
<area shape="rect" coords="3, 42, 178, 79" href="http://www.chinaemb.or.kr/kor/" target="_blank">
<area shape="rect" coords="3, 80, 178, 117" href="http://embassy_philippines.mofat.go.kr/kor/as/embassy_philippines/main/index.jsp" target="_blank">
<area shape="rect" coords="4, 118, 178, 156" href="http://uzb.mofat.go.kr/kor/eu/uzb/main/index.jsp" target="_blank">
<area shape="rect" coords="4, 155, 178, 197" href="http://khm.mofat.go.kr/kor/as/khm/main/index.jsp" target="_blank">
<area shape="rect" coords="5, 197, 177, 234" href="http://www.russian-embassy.org/" target="_blank">
<area shape="rect" coords="4, 233, 178, 266" href="http://www.mongolembassy.com/" target="_blank">
<area shape="rect" coords="4, 270, 177, 307" href="http://www.thaiembassy.or.kr/" target="_blank">
</map>
</td>
</tr>
<tr>
<td>
<a href="bbs/board.php?bo_table=ptr"><img src="<?=$g4[path]?>/img/ban4.gif"></a>
</td>
</tr>
<tr>
<td>
<a href="bbs/board.php?bo_table=qna"><img src="<?=$g4[path]?>/img/centergo.gif"></a>
</td>
</tr>
<tr>
<td>
<?=connect("basic"); // 접속자 ?>
</td>
</tr>
<tr>
<td>
<img src="<?=$g4[path]?>/img/tel.gif">
</td>
</tr>
<tr>
<td>
<?=poll("basic"); // 설문조사 ?>
</td>
</tr>
<tr>
<td>
<a href='#' onclick="javascript:window.open('<?=$g4['path']?>/service/banking/banking.php', 'banking','width=450,height=300,top=10,left=10,scrollbars=no')"><img src="<?=$g4[path]?>/img/tongbo.gif"></a>
</td>
</tr>
</table>
</td>
<!-- 메인 좌측 테이블 끝 -->
<td width="10">
<p> </p>
</td>
<!-- 메인 중앙 테이블 시작-->
<td width="754">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="754">
<tr>
<td width="754" cellpadding="0" cellspacing="0" colspan="2">
<?=latest("taplatest22", "05_3", 7, 30);?>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="754">
<tr><td></td></tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="754">
<tr>
<td width="235">
<p><?=latest("main", "01_1", 5, 30, "height=80");?></p>
</td>
<td width="142"><p align="left"><img src="4.jpg" width="127" height="157" border="0"></p>
</td>
<td width="235">
<p><?=latest("main", "02_1", 5, 30, "height=80");?></p>
</td>
<td width="142"><p align="left"><img src="7.jpg" width="138" height="157" border="0"></p></td>
</tr>
<tr>
<td width="235">
<p><?=latest("main", "03_1", 5, 30, "height=80");?></p>
</td>
<td width="142"><p align="left"><img src="3.jpg" width="127" height="157" border="0"></p></td>
<td width="235">
<p><?=latest("main", "04_1", 5, 30, "height=80");?></p>
</td>
<td width="142"><p align="left"><img src="6.jpg" width="138" height="157" border="0"></p></td>
</tr>
<tr>
<td width="235">
<p><?=latest("main", "05_1", 5, 30, "height=80");?></p>
</td>
<td width="142"><p align="left"><img src="2.jpg" width="127" height="157" border="0"></p></td>
<td width="235">
<p><?=latest("main", "06_1", 5, 30, "height=80");?></p>
</td>
<td width="142"><p align="left"><img src="8.jpg" width="138" height="157" border="0"></p></td>
</tr>
<tr>
<td width="235">
<p><?=latest("main", "07_1", 5, 30, "height=80");?></p>
</td>
<td width="142"><p align="left"><img src="1.jpg" width="127" height="157" border="0"></p></td>
<td width="235">
<p><?=latest("main", "08_1", 5, 30, "height=80");?></p>
</td>
<td width="142"><p align="left"><img src="5.jpg" width="138" height="157" border="0"></p></td>
</tr>
</table>
<table>
<tr>
<td><img src="321.jpg" width="754" height="75" border="0">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td>
</td></tr></table>
</td>
</tr>
</table>
</td>
<!-- 메인 중앙 테이블 끝 -->
<!-- 메인 우측 테이블 시작 -->
<!-- 메인 우측 테이블 끝 -->
</tr>
</table>
<!-- 메인 테이블 -->
<!-- 메인 하단 -->
<table width="950" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td><? include_once("include/speedmap.php");?></td>
</tr>
</table>
<!-- 메인 하단 -->
<table width="950" border="0" cellspacing="0" cellpadding="0" align="center">
<tr><td><?=banner_garo("제휴배너")?></td></tr>
</table>
<?
include_once("./_tail.php");
?>
다시한번 봐주세요...부탁드립니다.
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("$g4[path]/lib/latest.num.lib.php");
include_once("$g4[path]/lib/AD_latest.lib.php");
$g4['title'] = "";
include_once("./_head.php");
?>
<!-- 메인 테이블 -->
<table border="0" width="949" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="8">
</td>
</tr>
</table>
<table border="0" width="949" HEIGHT="296" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="941" HEIGHT="296">
<p align="center"><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="949" HEIGHT="308" id="main" ALIGN="">
<PARAM NAME="movie" VALUE="main.swf"> <PARAM NAME=quality VALUE=high><param name="wmode" value="transparent"><PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="main.swf" quality="high" bgcolor="#FFFFFF" WIDTH="949" HEIGHT="308" NAME="main" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" wmode="transparent"></EMBED>
</OBJECT></p>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="949" height="2" align="center">
<tr>
<td width="949" height="10">
<p align="center"></p>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="949" height="" align="center">
<tr>
<td width="949"><p align="center"><? include_once("photo.php");?></p></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="950" align="center">
<tr>
<td width="190">
<table border="0" cellpadding="0" cellspacing="0" width="190">
<tr>
<td>
<?= outlogin("new_login"); ?>
</td>
</tr>
<tr>
<td>
<img src="<?=$g4[path]?>/img/ban5.gif" width="180" height="310" border="0" usemap="#ImageMap1"><map name="ImageMap1">
<area shape="rect" coords="4, 2, 178, 40" href="http://vnm-hanoi.mofat.go.kr/kor/as/vnm-hanoi/main/index.jsp" target="_blank">
<area shape="rect" coords="3, 42, 178, 79" href="http://www.chinaemb.or.kr/kor/" target="_blank">
<area shape="rect" coords="3, 80, 178, 117" href="http://embassy_philippines.mofat.go.kr/kor/as/embassy_philippines/main/index.jsp" target="_blank">
<area shape="rect" coords="4, 118, 178, 156" href="http://uzb.mofat.go.kr/kor/eu/uzb/main/index.jsp" target="_blank">
<area shape="rect" coords="4, 155, 178, 197" href="http://khm.mofat.go.kr/kor/as/khm/main/index.jsp" target="_blank">
<area shape="rect" coords="5, 197, 177, 234" href="http://www.russian-embassy.org/" target="_blank">
<area shape="rect" coords="4, 233, 178, 266" href="http://www.mongolembassy.com/" target="_blank">
<area shape="rect" coords="4, 270, 177, 307" href="http://www.thaiembassy.or.kr/" target="_blank">
</map>
</td>
</tr>
<tr>
<td>
<a href="bbs/board.php?bo_table=ptr"><img src="<?=$g4[path]?>/img/ban4.gif"></a>
</td>
</tr>
<tr>
<td>
<a href="bbs/board.php?bo_table=qna"><img src="<?=$g4[path]?>/img/centergo.gif"></a>
</td>
</tr>
<tr>
<td>
<?=connect("basic"); // 접속자 ?>
</td>
</tr>
<tr>
<td>
<img src="<?=$g4[path]?>/img/tel.gif">
</td>
</tr>
<tr>
<td>
<?=poll("basic"); // 설문조사 ?>
</td>
</tr>
<tr>
<td>
<a href='#' onclick="javascript:window.open('<?=$g4['path']?>/service/banking/banking.php', 'banking','width=450,height=300,top=10,left=10,scrollbars=no')"><img src="<?=$g4[path]?>/img/tongbo.gif"></a>
</td>
</tr>
</table>
</td>
<!-- 메인 좌측 테이블 끝 -->
<td width="10">
<p> </p>
</td>
<!-- 메인 중앙 테이블 시작-->
<td width="754">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="754">
<tr>
<td width="754" cellpadding="0" cellspacing="0" colspan="2">
<?=latest("taplatest22", "05_3", 7, 30);?>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="754">
<tr><td></td></tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="754">
<tr>
<td width="235">
<p><?=latest("main", "01_1", 5, 30, "height=80");?></p>
</td>
<td width="142"><p align="left"><img src="4.jpg" width="127" height="157" border="0"></p>
</td>
<td width="235">
<p><?=latest("main", "02_1", 5, 30, "height=80");?></p>
</td>
<td width="142"><p align="left"><img src="7.jpg" width="138" height="157" border="0"></p></td>
</tr>
<tr>
<td width="235">
<p><?=latest("main", "03_1", 5, 30, "height=80");?></p>
</td>
<td width="142"><p align="left"><img src="3.jpg" width="127" height="157" border="0"></p></td>
<td width="235">
<p><?=latest("main", "04_1", 5, 30, "height=80");?></p>
</td>
<td width="142"><p align="left"><img src="6.jpg" width="138" height="157" border="0"></p></td>
</tr>
<tr>
<td width="235">
<p><?=latest("main", "05_1", 5, 30, "height=80");?></p>
</td>
<td width="142"><p align="left"><img src="2.jpg" width="127" height="157" border="0"></p></td>
<td width="235">
<p><?=latest("main", "06_1", 5, 30, "height=80");?></p>
</td>
<td width="142"><p align="left"><img src="8.jpg" width="138" height="157" border="0"></p></td>
</tr>
<tr>
<td width="235">
<p><?=latest("main", "07_1", 5, 30, "height=80");?></p>
</td>
<td width="142"><p align="left"><img src="1.jpg" width="127" height="157" border="0"></p></td>
<td width="235">
<p><?=latest("main", "08_1", 5, 30, "height=80");?></p>
</td>
<td width="142"><p align="left"><img src="5.jpg" width="138" height="157" border="0"></p></td>
</tr>
</table>
<table>
<tr>
<td><img src="321.jpg" width="754" height="75" border="0">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td>
</td></tr></table>
</td>
</tr>
</table>
</td>
<!-- 메인 중앙 테이블 끝 -->
<!-- 메인 우측 테이블 시작 -->
<!-- 메인 우측 테이블 끝 -->
</tr>
</table>
<!-- 메인 테이블 -->
<!-- 메인 하단 -->
<table width="950" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td><? include_once("include/speedmap.php");?></td>
</tr>
</table>
<!-- 메인 하단 -->
<table width="950" border="0" cellspacing="0" cellpadding="0" align="center">
<tr><td><?=banner_garo("제휴배너")?></td></tr>
</table>
<?
include_once("./_tail.php");
?>
include_once("$g4[path]/lib/latest.num.lib.php");
include_once("$g4[path]/lib/AD_latest.lib.php");
이두개 인클루드를 하나씩 주석처리해보시면 될꺼같아요..
//include_once("$g4[path]/lib/latest.num.lib.php");
include_once("$g4[path]/lib/AD_latest.lib.php");
한후에 워링이 계속생기면
include_once("$g4[path]/lib/latest.num.lib.php");
//include_once("$g4[path]/lib/AD_latest.lib.php");
이렇게...또그러면...
//include_once("$g4[path]/lib/latest.num.lib.php");
//include_once("$g4[path]/lib/AD_latest.lib.php");
이렇게...또그러면...
뜨어~
include_once("$g4[path]/lib/AD_latest.lib.php");
이두개 인클루드를 하나씩 주석처리해보시면 될꺼같아요..
//include_once("$g4[path]/lib/latest.num.lib.php");
include_once("$g4[path]/lib/AD_latest.lib.php");
한후에 워링이 계속생기면
include_once("$g4[path]/lib/latest.num.lib.php");
//include_once("$g4[path]/lib/AD_latest.lib.php");
이렇게...또그러면...
//include_once("$g4[path]/lib/latest.num.lib.php");
//include_once("$g4[path]/lib/AD_latest.lib.php");
이렇게...또그러면...
뜨어~
답변감사합니다..
한번 해보고 오겠습니다.
감사합니다.
한번 해보고 오겠습니다.
감사합니다.
해결이 되지 않네요..ㅠㅠ
제가 작업중인 사이트가 utf-8 버전인데 그게 무슨 영향이 있을까요?
제가 작업중인 사이트가 utf-8 버전인데 그게 무슨 영향이 있을까요?
덩님 쪽지확인좀 해주세요~
BOM 으로 검색해서 한번 확인해보세요.
저도 이 문제가 생겨서 왜그런지 애를 먹다가 문제를 해결하려고 검색하는 중에 이 질문을 보았습니다;
사이트에 접속해보니 문제점을 해결하셨네요 ^^
저도 좀전에 문제를 해결했습니다 ^^
저같은 경우는... 문제의 원인이...
인클루드 head.sub.php ; 앞에 문자가 아니라
빈 줄이 하나 들어가 있는 것이었답니다 ㅎㅎㅎ
사이트에 접속해보니 문제점을 해결하셨네요 ^^
저도 좀전에 문제를 해결했습니다 ^^
저같은 경우는... 문제의 원인이...
인클루드 head.sub.php ; 앞에 문자가 아니라
빈 줄이 하나 들어가 있는 것이었답니다 ㅎㅎㅎ