성인 인증후에... 정보
성인 인증후에...본문
http://sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=2261&sca=&sfl=wr_subject%7C%7Cwr_content&stx=%BC%BA%C0%CE%C0%CE%C1%F5&sop=and
위 팁을 이용해서 주민체크를 하도록 했습니다..
그런데 아래처럼 에러가 나네요 ㅡ.ㅡ
왜 이런지 고수님들의 답변 부탁드립니다.
감사합니다.
Warning: Cannot modify header information - headers already sent by (output started at E:\phphosting\vivakoreape\extend\xxxx.php:39) in E:\phphosting\vivakoreape\head.sub.php on line 31
Warning: Cannot modify header information - headers already sent by (output started at E:\phphosting\vivakoreape\extend\xxxx.php:39) in E:\phphosting\vivakoreape\head.sub.php on line 33
Warning: Cannot modify header information - headers already sent by (output started at E:\phphosting\vivakoreape\extend\xxxx.php:39) in E:\phphosting\vivakoreape\head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at E:\phphosting\vivakoreape\extend\xxxx.php:39) in E:\phphosting\vivakoreape\head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at E:\phphosting\vivakoreape\extend\xxxx.php:39) in E:\phphosting\vivakoreape\head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at E:\phphosting\vivakoreape\extend\xxxx.php:39) in E:\phphosting\vivakoreape\head.sub.php on line 37
위 팁을 이용해서 주민체크를 하도록 했습니다..
그런데 아래처럼 에러가 나네요 ㅡ.ㅡ
왜 이런지 고수님들의 답변 부탁드립니다.
감사합니다.
Warning: Cannot modify header information - headers already sent by (output started at E:\phphosting\vivakoreape\extend\xxxx.php:39) in E:\phphosting\vivakoreape\head.sub.php on line 31
Warning: Cannot modify header information - headers already sent by (output started at E:\phphosting\vivakoreape\extend\xxxx.php:39) in E:\phphosting\vivakoreape\head.sub.php on line 33
Warning: Cannot modify header information - headers already sent by (output started at E:\phphosting\vivakoreape\extend\xxxx.php:39) in E:\phphosting\vivakoreape\head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at E:\phphosting\vivakoreape\extend\xxxx.php:39) in E:\phphosting\vivakoreape\head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at E:\phphosting\vivakoreape\extend\xxxx.php:39) in E:\phphosting\vivakoreape\head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at E:\phphosting\vivakoreape\extend\xxxx.php:39) in E:\phphosting\vivakoreape\head.sub.php on line 37
댓글 전체
xxxx.php 의 39번 라인에 뭐가 있는지.....??
그부분 좀 알려 주세요..
그부분 좀 알려 주세요..
xxx.php 소스 입니다..
<?
if (!defined("_GNUBOARD_")) exit; // 개별페이지 접근불가
//소스삽입시작
//주민등록번호 성인인증하기 - 회원전용
//$url-인증 후 이동 할 페이지,$table-게시판테이블명, $wid-게시물번호
//bbs/jumin_check.php 화일과 함께 사용하는 겁니다.
//예) jumin_check($url); //현재페이지에 적용
//예) jumin_check($url,'humor'); //humor게시판에만 적용
//예) jumin_check($url,'humor',123); //humor게시판의 wr_id=123인 게시물에만 적용
function jumin_check($url,$table='',$wid='') {
global $g4;
global $bo_table;
global $wr_id;
if (!$table) $table = $bo_table;
if (!$wid) $wid = $wr_id;
//주민등록번호 성인인증 세션값이 없다면 인증페이지(jumin_check.php)로 이동
if (!get_session('ss_jumin_check_accept') && !$is_admin && $bo_table == $table && $wr_id == $wid) {
if ($url)
$urlencode = urlencode($url);
else
$urlencode = urlencode($_SERVER[REQUEST_URI]);
$path = $g4[path]."/bbs/jumin_check.php?url=".$urlencode;
echo "<script language='JavaScript'> location.replace('$path'); </script>";
exit;
}
return;
}
//소스삽입끝
?> // 여기가 39번 줄입니다.
<?
if (!defined("_GNUBOARD_")) exit; // 개별페이지 접근불가
//소스삽입시작
//주민등록번호 성인인증하기 - 회원전용
//$url-인증 후 이동 할 페이지,$table-게시판테이블명, $wid-게시물번호
//bbs/jumin_check.php 화일과 함께 사용하는 겁니다.
//예) jumin_check($url); //현재페이지에 적용
//예) jumin_check($url,'humor'); //humor게시판에만 적용
//예) jumin_check($url,'humor',123); //humor게시판의 wr_id=123인 게시물에만 적용
function jumin_check($url,$table='',$wid='') {
global $g4;
global $bo_table;
global $wr_id;
if (!$table) $table = $bo_table;
if (!$wid) $wid = $wr_id;
//주민등록번호 성인인증 세션값이 없다면 인증페이지(jumin_check.php)로 이동
if (!get_session('ss_jumin_check_accept') && !$is_admin && $bo_table == $table && $wr_id == $wid) {
if ($url)
$urlencode = urlencode($url);
else
$urlencode = urlencode($_SERVER[REQUEST_URI]);
$path = $g4[path]."/bbs/jumin_check.php?url=".$urlencode;
echo "<script language='JavaScript'> location.replace('$path'); </script>";
exit;
}
return;
}
//소스삽입끝
?> // 여기가 39번 줄입니다.
맨 마지막 ?> 다음에 공백이 들어가 있을 것 같은데요... 공백을 삭제해주세요.