게시판 상단추가후 보드작동불가. > 그누4 질문답변

그누4 질문답변

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

게시판 상단추가후 보드작동불가. 정보

게시판 상단추가후 보드작동불가.

본문


각 상단마다 서브가 틀려서 개별추가 중입니다.
<?
include_once("board/_common.php");
include_once("$g4[path]/lib/outlogin.lib.php"); 
include_once("$g4[path]/head.sub.php"); 
?>
<style>
	font-family: Arial, MS PGothic, sans-serif;
	vertical-align: baseline;
 </style>
 <table width=100% cellpadding=0 cellspacing=0 align=center border=0>
 <tr height=10><td></td></tr>
 </table>
 <table width=1200 cellpadding=0 cellspacing=0 align=center border=0>
	<tr>
	<td width=329 height=800 valign=top><img src=../../images/main/01.jpg><img src=../../images/main/02.jpg><img src=../../images/main/03.jpg></td>
	<td width=871 height=800>
	<table width=871 height=39 cellpadding=0 cellspacing=0 align=center border=0>
	<tr><td align=right height=30 valign=middle><font color=ffffff size=2><?= outlogin("mk_out"); ?></td>
	</table>
	<table width=871 height=51 cellpadding=0 cellspacing=0 align=center border=0>
	<tr><td><a href="../../index.php" alt="メイン、메인" title="メイン、메인"/><img src=../../images/menu_t/01.jpg border=0></a><a href="../../study.php" alt="勉強、공부" title="勉強、공부"/><img src=../../images/menu_t/02.jpg border=0></a><a href="../../com.php" alt="パソコン、컴퓨터" title="パソコン、컴퓨터"/><img src=../../images/menu_t/03.jpg border=0></a><a href="../../music.php" alt="音楽、음악" title="音楽、음악"/><img src=../../images/menu_t/04.jpg border=0></a><a href="../../food.php" alt="食べ物作り方、음식만들기" title="食べ物作り方、음식만들기"/><img src=../../images/menu_t/05.jpg border=0></a><a href="../../bbs.php" alt=" " title=" "/><img src=../../images/menu_t/06.jpg border=0></a><a href="../../howami.php" alt="ミカゲという人は誰、미카게는 누구인가?" title="ミカゲという人は誰、미카게는 누구인가?" /><img src=../../images/menu_t/07.jpg border=0></td></tr>
	</table>
	<table width=871 height=710 cellpadding=0 cellspacing=0 align=center border=0 valign=top>
	<tr><td valign=top>
	<table width=871 cellpadding=0 cellspacing=0 align=center valign=top>
	<tr valign=top>
		<td width=110 valign=top>
		<table width=110 cellpadding=0 cellspacing=0 align=center border=0>
			<tr height=25><td> </td>
			</tr>
			<tr>
			<td><img src="../../images/sub_menu/sub-com01.gif" border=0></td>
			</tr>
			<tr height=1 bgcolor=#d3d3d3><td></td></tr>
			<tr>
			<td><a href="board.php?bo_table=win7"><img src="../../images/sub_menu/sub-com02.gif" border=0></a></td>
			</tr>
			<tr height=1 bgcolor=#d3d3d3><td></td></tr>
			<tr>
			<td><a href="board.php?bo_table=winxp"><img src="../../images/sub_menu/sub-com03.gif" border=0></a></td>
			</tr>
			<tr height=1 bgcolor=#d3d3d3><td></td></tr>
			<tr>
			<td><a href="board.php?bo_table=linux"><img src="../../images/sub_menu/sub-com04.gif" border=0></a></td>
			</tr>
			<tr height=1 bgcolor=#d3d3d3><td></td></tr>
			<tr>
			<td><a href="board.php?bo_table=htmlphp"><img src="../../images/sub_menu/sub-com05.gif" border=0></a></td>
			</tr>
			<tr height=1 bgcolor=#d3d3d3><td></td></tr>
		</table>
		</td>
		<td>
		<table width=751 cellpadding=0 cellspacing=0 align=center>
			<tr valign=top>

그다음 write.skin.php

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

if ($is_dhtml_editor) {
    include_once("$g4[path]/lib/cheditor4.lib.php");
    echo "<script src='$g4[cheditor4_path]/cheditor.js'></script>";
    echo cheditor1('wr_content', '100%', '250');
}
?>
<div style="height:14px; line-height:1px; font-size:1px;">&nbsp;</div>

<style type="text/css">
.write_head { height:30px; text-align:center; color:#ffffff; }
.field { border:1px solid #ccc; }
</style>

<script type="text/javascript">
// 글자수 제한
var char_min = parseInt(<?=$write_min?>); // 최소
var char_max = parseInt(<?=$write_max?>); // 최대
</script>

<form name="fwrite" method="post" onsubmit="return fwrite_submit(this);"  enctype="multipart/form-data" style="margin:0px;">
<input type=hidden name=null> 
<input type=hidden name=w        value="<?=$w?>">
<input type=hidden name=bo_table value="<?=$bo_table?>">
<input type=hidden name=wr_id    value="<?=$wr_id?>">
<input type=hidden name=sca      value="<?=$sca?>">
<input type=hidden name=sfl      value="<?=$sfl?>">
<input type=hidden name=stx      value="<?=$stx?>">
<input type=hidden name=spt      value="<?=$spt?>">
<input type=hidden name=sst      value="<?=$sst?>">
<input type=hidden name=sod      value="<?=$sod?>">
<input type=hidden name=page     value="<?=$page?>">

<table width="<?=$width?>" align=center cellpadding=0 cellspacing=0><tr><td>


<div style="border:1px solid #ddd; height:34px; repeat-x;">
<div style="font-weight:bold; font-size:14px; margin:7px 0 0 10px; color=ffffff">:: <?=$title_msg?> ::</div>
</div>
<div style="height:3px; repeat-x; line-height:1px; font-size:1px;"></div>


<table width="100%" border="0" cellspacing="0" cellpadding="0">
<colgroup width=90>
<colgroup width=''>
<tr><td colspan="2" style="repeat-x; height:3px;"></td></tr>
<? if ($is_name) { ?>
<tr>
    <td class=write_head>Name</td>
    <td><input class='ed' maxlength=20 size=15 name=wr_name itemname="Name" required value="<?=$name?>"></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>

<? if ($is_password) { ?>
<tr>
    <td class=write_head>Password</td>
    <td><input class='ed' type=password maxlength=20 size=15 name=wr_password itemname="Password" <?=$password_required?>></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>

<? if ($is_email) { ?>
<tr>
    <td class=write_head>E-Mail</td>
    <td><input class='ed' maxlength=100 size=50 name=wr_email email itemname="Email" value="<?=$email?>"></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>

<? if ($is_homepage) { ?>
<tr>
    <td class=write_head>Homepage</td>
    <td><input class='ed' size=50 name=wr_homepage itemname="Homepage" value="<?=$homepage?>"></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>

<? 
$option = "";
$option_hidden = "";
if ($is_notice || $is_html || $is_secret || $is_mail) { 
    $option = "";
    if ($is_notice) { 
        $option .= "<input type=checkbox name=notice value='1' $notice_checked><font color='ffffff'>Notice&nbsp;";
    }

    if ($is_html) {
        if ($is_dhtml_editor) {
            $option_hidden .= "<input type=hidden value='html1' name='html'>";
        } else {
            $option .= "<input onclick='html_auto_br(this);' type=checkbox value='$html_value' name='html' $html_checked><span class=w_title>html</span>&nbsp;";
        }
    }

    if ($is_secret) {
        if ($is_admin || $is_secret==1) {
            $option .= "<input type=checkbox value='secret' name='secret' $secret_checked><span class=w_title>Secret</span>&nbsp;";
        } else {
            $option_hidden .= "<input type=hidden value='secret' name='secret'>";
        }
    }
    
    if ($is_mail) {
        $option .= "<input type=checkbox value='mail' name='mail' $recv_email_checked>Receiving mail in&nbsp;";
    }
}

echo $option_hidden;
if ($option) {
?>
<tr>
    <td class=write_head>Option</td>
    <td><?=$option?></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>

<? if ($is_category) { ?>
<tr>
    <td class=write_head>value</td>
    <td><select name=ca_name required itemname="Value"><option value="">Please select<?=$category_option?></select></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>

<tr>
    <td class=write_head>Subject</td>
    <td><input class='ed' style="width:100%;" name=wr_subject id="wr_subject" itemname="Subject" required value="<?=$subject?>"></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
    <td class=write_head style='padding-left:20px;'>Content</td>
    <td style='padding:5 0 5 0;'>
        <? if ($is_dhtml_editor) { ?>
            <?=cheditor2('wr_content', $content);?>
        <? } else { ?>
        <table width=100% cellpadding=0 cellspacing=0>
        <tr>
            <td width=50% align=left valign=bottom>
                <span style="cursor: pointer;" onclick="textarea_decrease('wr_content', 10);"><img src="<?=$board_skin_path?>/img/up.gif"></span>
                <span style="cursor: pointer;" onclick="textarea_original('wr_content', 10);"><img src="<?=$board_skin_path?>/img/start.gif"></span>
                <span style="cursor: pointer;" onclick="textarea_increase('wr_content', 10);"><img src="<?=$board_skin_path?>/img/down.gif"></span></td>
            <td width=50% align=right><? if ($write_min || $write_max) { ?><span id=char_count></span>words<?}?></td>
        </tr>
        </table>
        <textarea id="wr_content" name="wr_content" class=tx style='width:100%; word-break:break-all;' rows=10 itemname="Content" required 
        <? if ($write_min || $write_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?}?>><?=$content?></textarea>
        <? if ($write_min || $write_max) { ?><script type="text/javascript"> check_byte('wr_content', 'char_count'); </script><?}?>
        <? } ?>
    </td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#dddddd></td></tr>

<? if ($is_link) { ?>
<? for ($i=1; $i<=$g4[link_count]; $i++) { ?>
<tr>
    <td class=write_head>Link #<?=$i?></td>
    <td><input type='text' class='ed' size=50 name='wr_link<?=$i?>' itemname='Link #<?=$i?>' value='<?=$write["wr_link{$i}"]?>'></td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>
<? } ?>

<? if ($is_file) { ?>
<tr>
    <td class=write_head>
        <table cellpadding=0 cellspacing=0>
        <tr>
            <td class=write_head style="padding-top:10px; line-height:20px;">
                Add File<br> 
                <span onclick="add_file();" style="cursor:pointer;"><img src="<?=$board_skin_path?>/img/btn_file_add.gif"></span> 
                <span onclick="del_file();" style="cursor:pointer;"><img src="<?=$board_skin_path?>/img/btn_file_minus.gif"></span>
            </td>
        </tr>
        </table>
    </td>
    <td style='padding:5 0 5 0;'><table id="variableFiles" cellpadding=0 cellspacing=0></table><?// print_r2($file); ?>
        <script type="text/javascript">
        var flen = 0;
        function add_file(delete_code)
        {
            var upload_count = <?=(int)$board[bo_upload_count]?>;
            if (upload_count && flen >= upload_count)
            {
                alert("This board "+upload_count+"You can upload only one file.");
                return;
            }

            var objTbl;
            var objRow;
            var objCell;
            if (document.getElementById)
                objTbl = document.getElementById("variableFiles");
            else
                objTbl = document.all["variableFiles"];

            objRow = objTbl.insertRow(objTbl.rows.length);
            objCell = objRow.insertCell(0);

            objCell.innerHTML = "<input type='file' class='ed' name='bf_file[]' title='File size <?=$upload_max_filesize?> Upload or less'>";
            if (delete_code)
                objCell.innerHTML += delete_code;
            else
            {
                <? if ($is_file_content) { ?>
                objCell.innerHTML += "<br><input type='text' class='ed' size=50 name='bf_content[]' title='Upload an image file to enter information corresponding to.'>";
                <? } ?>
                ;
            }

            flen++;
        }

        <?=$file_script; //수정시에 필요한 스크립트?>

        function del_file()
        {
            // file_length 이하로는 필드가 삭제되지 않아야 합니다.
            var file_length = <?=(int)$file_length?>;
            var objTbl = document.getElementById("variableFiles");
            if (objTbl.rows.length - 1 > file_length)
            {
                objTbl.deleteRow(objTbl.rows.length - 1);
                flen--;
            }
        }
        </script></td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>

<? if ($is_trackback) { ?>
<tr>
    <td class=write_head>Trackback address</td>
    <td><input class='ed' size=50 name=wr_trackback itemname="Trackback" value="<?=$trackback?>">
        <? if ($w=="u") { ?><input type=checkbox name="re_trackback" value="1">Send Ping<? } ?></td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>

<? if ($is_guest) { ?>
<tr>
    <td class=write_head><img id='kcaptcha_image'  height="30"/></td>
    <td><input class='ed' type=input size=10 name=wr_key itemname="Prevent automated registration" required>&nbsp;&nbsp; <font color="#ffffff">Please enter the words on the left</td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>

</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
    <td width="100%" align="center" valign="top" style="padding-top:30px;">
        <input type=image id="btn_submit" src="<?=$board_skin_path?>/img/btn_write.gif" border=0 accesskey='s'>&nbsp;
        <a href="./board.php?bo_table=<?=$bo_table?>"><img id="btn_list" src="<?=$board_skin_path?>/img/btn_list.gif" border=0></a></td>
</tr>
</table>

</td></tr></table>
</form>

<script type="text/javascript" src="<?="$g4[path]/js/jquery.kcaptcha.js"?>"></script>
<script type="text/javascript">
<?
// 관리자라면 분류 선택에 '공지' 옵션을 추가함
if ($is_admin) 
{
    echo "
    if (typeof(document.fwrite.ca_name) != 'undefined')
    {
        document.fwrite.ca_name.options.length += 1;
        document.fwrite.ca_name.options[document.fwrite.ca_name.options.length-1].value = 'Notice';
        document.fwrite.ca_name.options[document.fwrite.ca_name.options.length-1].text = 'Notice';
   }";
} 
?>

with (document.fwrite) 
{
    if (typeof(wr_name) != "undefined")
        wr_name.focus();
    else if (typeof(wr_subject) != "undefined")
        wr_subject.focus();
    else if (typeof(wr_content) != "undefined")
        wr_content.focus();

    if (typeof(ca_name) != "undefined")
        if (w.value == "u")
            ca_name.value = "<?=$write[ca_name]?>";
}

function html_auto_br(obj) 
{
    if (obj.checked) {
        result = confirm("Would you like to wrap?\n\nwrap that teach the post where is the ability to convert <br> tags");
        if (result)
            obj.value = "html2";
        else
            obj.value = "html1";
    }
    else
        obj.value = "";
}

function fwrite_submit(f) 
{
    /*
    var s = "";
    if (s = word_filter_check(f.wr_subject.value)) {
        alert("제목에 금지단어('"+s+"')가 포함되어있습니다");
        return false;
    }

    if (s = word_filter_check(f.wr_content.value)) {
        alert("내용에 금지단어('"+s+"')가 포함되어있습니다");
        return false;
    }
    */

    if (document.getElementById('char_count')) {
        if (char_min > 0 || char_max > 0) {
            var cnt = parseInt(document.getElementById('char_count').innerHTML);
            if (char_min > 0 && char_min > cnt) {
                alert("For the "+char_min+" You need to get more characters.");
                return false;
            } 
            else if (char_max > 0 && char_max < cnt) {
                alert("For the "+char_max+" characters need to get below.");
                return false;
            }
        }
    }

    <?
    if ($is_dhtml_editor) echo cheditor3('wr_content');
    ?>

    if (document.getElementById('tx_wr_content')) {
        if (!ed_wr_content.outputBodyText()) { 
            alert('Please enter information.'); 
            ed_wr_content.returnFalse();
            return false;
        }
    }

    var subject = "";
    var content = "";
    $.ajax({
        url: "<?=$board_skin_path?>/ajax.filter.php",
        type: "POST",
        data: {
            "subject": f.wr_subject.value,
            "content": f.wr_content.value
        },
        dataType: "json",
        async: false,
        cache: false,
        success: function(data, textStatus) {
            subject = data.subject;
            content = data.content;
        }
    });

    if (subject) {
        alert("Banned words in the title ('"+subject+"') contains");
        f.wr_subject.focus();
        return false;
    }

    if (content) {
        alert("Prohibited content words ('"+content+"') contains");
        if (typeof(ed_wr_content) != "undefined") 
            ed_wr_content.returnFalse();
        else 
            f.wr_content.focus();
        return false;
    }

    if (typeof(f.wr_key) != 'undefined') {
        if (hex_md5(f.wr_key.value) != md5_norobot_key) {
            alert('Automatic enrollment has not been entered correctly, preventing characters.');
            f.wr_key.select();
            f.wr_key.focus();
            return false;
        }
    }

    document.getElementById('btn_submit').disabled = true;
    document.getElementById('btn_list').disabled = true;

    <?
    if ($g4[https_url])
        echo "f.action = '$g4[https_url]/$g4[bbs]/write_update.php';";
    else
        echo "f.action = './write_update.php';";
    ?>
    
    return true;
}
</script>

<script type="text/javascript" src="<?="$g4[path]/js/board.js"?>"></script>
<script type="text/javascript"> window.onload=function() { drawFont(); } </script>

게시판 상단이 없을경우에는 잘 작동하지만
게시판 상단을 넣으면 읽을시 다음과 같은 오류가 발생하면서
글은 보이지만 hit카운터등 전부 멈추네요.

웹 페이지 오류 세부 정보
메시지: 알 수 없는 런타임 오류
줄: 394
문자: 9
코드: 0
URI: http://mikage.selfip.net/board/bbs/board.php?bo_table=htmlphp&wr_id=1

글 작성할때 는 다음과 같은 오류가 발생합니다.

웹 페이지 오류 세부 정보
메시지: 'document.fwrite'은(는) null 이거나 개체가 아닙니다.
줄: 301
문자: 5
코드: 0
URI: http://mikage.selfip.net/board/bbs/write.php?bo_table=htmlphp

결국 상단에는 아웃로그인 달아서 작동하게하는건 불가능 하다는 건가요?

댓글 전체

include_once("board/_common.php");  를 include_once("./_common.php"); 
_common.php파일 열어서 $g4_path = "./board";로 해주세요...아마도...
$g4_path의 경로는 common.php있는곳....입니다~
전체 66,554 |RSS
그누4 질문답변 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1402호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT