remove useless comments

This commit is contained in:
Amberstone 2024-10-07 12:28:51 +09:00
parent 6635183e56
commit 6d1f531ae7
Signed by: amber
GPG key ID: 094B0E55F98D8BF1
85 changed files with 186 additions and 174 deletions

View file

@ -1,5 +1,5 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
include_once G5_PATH . '/head.php'; include_once G5_PATH . '/head.php';

View file

@ -1,5 +1,5 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
include_once G5_PATH . '/tail.php'; include_once G5_PATH . '/tail.php';

View file

@ -1,4 +1,4 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
include_once G5_PATH . "/_head.php"; include_once G5_PATH . "/_head.php";

View file

@ -1,4 +1,4 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
include_once G5_PATH . "/head.sub.php"; include_once G5_PATH . "/head.sub.php";

View file

@ -1,4 +1,4 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
include_once G5_PATH . "/_tail.php"; include_once G5_PATH . "/_tail.php";

View file

@ -1,4 +1,4 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
include_once G5_PATH . "/tail.sub.php"; include_once G5_PATH . "/tail.sub.php";

View file

@ -1,7 +1,7 @@
<?php <?php
// 설문조사 기타의견 입력시 관리자께 보내는 메일을 수정하고 싶으시다면 이 파일을 수정하십시오. // 설문조사 기타의견 입력시 관리자께 보내는 메일을 수정하고 싶으시다면 이 파일을 수정하십시오.
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
?> ?>
<!doctype html> <!doctype html>

View file

@ -6,7 +6,7 @@
* ------------ * ------------
*/ */
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
EventHandler::triggerEvent("gnuboard.head.before"); EventHandler::triggerEvent("gnuboard.head.before");

View file

@ -6,7 +6,7 @@
* ------------ * ------------
*/ */
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
check_site_auth(); check_site_auth();

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
//https://stackoverflow.com/questions/4739284/htmlpurifier-iframe-vimeo-and-youtube-video //https://stackoverflow.com/questions/4739284/htmlpurifier-iframe-vimeo-and-youtube-video
/** /**

View file

@ -1,30 +1,31 @@
<?php <?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 if (!defined('_GNUBOARD_'))
exit;
add_stylesheet('<link type="text/css" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/base/jquery-ui.css" rel="stylesheet" />', 0);
add_stylesheet('<link type="text/css" href="'.G5_PLUGIN_URL.'/jquery-ui/style.css">', 0); add_stylesheet('<link type="text/css" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/base/jquery-ui.css" rel="stylesheet" />', 0);
?> add_stylesheet('<link type="text/css" href="' . G5_PLUGIN_URL . '/jquery-ui/style.css">', 0);
?>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
<script> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
jQuery(function($){ <script>
$.datepicker.regional["ko"] = { jQuery(function ($) {
closeText: "닫기", $.datepicker.regional["ko"] = {
prevText: "이전달", closeText: "닫기",
nextText: "다음달", prevText: "이전달",
currentText: "오늘", nextText: "다음달",
monthNames: ["1월(JAN)","2월(FEB)","3월(MAR)","4월(APR)","5월(MAY)","6월(JUN)", "7월(JUL)","8월(AUG)","9월(SEP)","10월(OCT)","11월(NOV)","12월(DEC)"], currentText: "오늘",
monthNamesShort: ["1월","2월","3월","4월","5월","6월", "7월","8월","9월","10월","11월","12월"], monthNames: ["1월(JAN)", "2월(FEB)", "3월(MAR)", "4월(APR)", "5월(MAY)", "6월(JUN)", "7월(JUL)", "8월(AUG)", "9월(SEP)", "10월(OCT)", "11월(NOV)", "12월(DEC)"],
dayNames: ["","","","","","",""], monthNamesShort: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"],
dayNamesShort: ["","","","","","",""], dayNames: ["", "", "", "", "", "", ""],
dayNamesMin: ["","","","","","",""], dayNamesShort: ["", "", "", "", "", "", ""],
weekHeader: "Wk", dayNamesMin: ["", "", "", "", "", "", ""],
dateFormat: "yymmdd", weekHeader: "Wk",
firstDay: 0, dateFormat: "yymmdd",
isRTL: false, firstDay: 0,
showMonthAfterYear: true, isRTL: false,
yearSuffix: "" showMonthAfterYear: true,
}; yearSuffix: ""
$.datepicker.setDefaults($.datepicker.regional["ko"]); };
}); $.datepicker.setDefaults($.datepicker.regional["ko"]);
</script> });
</script>

View file

@ -1,7 +1,9 @@
<?php <?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 if (!defined('_GNUBOARD_'))
exit;
if (!$board['bo_use_sns']) return; if (!$board['bo_use_sns'])
return;
$sns_msg = urlencode(str_replace('\"', '"', $view['subject'])); $sns_msg = urlencode(str_replace('\"', '"', $view['subject']));
//$sns_url = googl_short_url('http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']); //$sns_url = googl_short_url('http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']);
@ -13,62 +15,65 @@ $twitter_url = 'http://twitter.com/home?status='.$msg_url;
$gplus_url = 'https://plus.google.com/share?url='.$sns_url; $gplus_url = 'https://plus.google.com/share?url='.$sns_url;
*/ */
$sns_send = G5_BBS_URL.'/sns_send.php?longurl='.urlencode('http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']); $sns_send = G5_BBS_URL . '/sns_send.php?longurl=' . urlencode('http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']);
//$sns_send .= '&amp;title='.urlencode(utf8_strcut(get_text($view['subject']),140)); //$sns_send .= '&amp;title='.urlencode(utf8_strcut(get_text($view['subject']),140));
$sns_send .= '&amp;title='.$sns_msg; $sns_send .= '&amp;title=' . $sns_msg;
$facebook_url = $sns_send.'&amp;sns=facebook'; $facebook_url = $sns_send . '&amp;sns=facebook';
$twitter_url = $sns_send.'&amp;sns=twitter'; $twitter_url = $sns_send . '&amp;sns=twitter';
$gplus_url = $sns_send.'&amp;sns=gplus'; $gplus_url = $sns_send . '&amp;sns=gplus';
$bo_v_sns_class = $config['cf_kakao_js_apikey'] ? 'show_kakao' : ''; $bo_v_sns_class = $config['cf_kakao_js_apikey'] ? 'show_kakao' : '';
?> ?>
<?php if($config['cf_kakao_js_apikey']) { ?> <?php if ($config['cf_kakao_js_apikey']) { ?>
<script src="//developers.kakao.com/sdk/js/kakao.min.js" async charset="utf-8"></script> <script src="//developers.kakao.com/sdk/js/kakao.min.js" async charset="utf-8"></script>
<script src="<?php echo G5_JS_URL; ?>/kakaolink.js?ver=<?php echo G5_JS_VER; ?>" charset="utf-8"></script> <script src="<?php echo G5_JS_URL; ?>/kakaolink.js?ver=<?php echo G5_JS_VER; ?>" charset="utf-8"></script>
<script type='text/javascript'> <script type='text/javascript'>
//<![CDATA[ //<![CDATA[
var kakao_javascript_apikey = "<?php echo $config['cf_kakao_js_apikey']; ?>"; var kakao_javascript_apikey = "<?php echo $config['cf_kakao_js_apikey']; ?>";
function Kakao_sendLink() { function Kakao_sendLink() {
if (window.Kakao && (kakao_javascript_apikey !== undefined)) { if (window.Kakao && (kakao_javascript_apikey !== undefined)) {
if (! Kakao.isInitialized()) { if (!Kakao.isInitialized()) {
Kakao.init(kakao_javascript_apikey); Kakao.init(kakao_javascript_apikey);
}
}
var webUrl = location.protocol+"<?php echo '//'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; ?>",
imageUrl = $("#bo_v_img").find("img").attr("src") || $(".view_image").find("img").attr("src") || '';
Kakao.Link.sendDefault({
objectType: 'feed',
content: {
title: "<?php echo str_replace(['%27', '&#034;' , '\"'], '', strip_tags($view['subject'])); ?>",
description: "<?php echo preg_replace('/\r\n|\r|\n/','', strip_tags(get_text(cut_str(strip_tags($view['wr_content']), 200), 1))); ?>",
imageUrl: imageUrl,
link: {
mobileWebUrl: webUrl,
webUrl: webUrl
}
},
buttons: [{
title: '자세히 보기',
link: {
mobileWebUrl: webUrl,
webUrl: webUrl
}
}]
});
} }
}
var webUrl = location.protocol + "<?php echo '//' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; ?>",
imageUrl = $("#bo_v_img").find("img").attr("src") || $(".view_image").find("img").attr("src") || '';
Kakao.Link.sendDefault({
objectType: 'feed',
content: {
title: "<?php echo str_replace(['%27', '&#034;', '\"'], '', strip_tags($view['subject'])); ?>",
description: "<?php echo preg_replace('/\r\n|\r|\n/', '', strip_tags(get_text(cut_str(strip_tags($view['wr_content']), 200), 1))); ?>",
imageUrl: imageUrl,
link: {
mobileWebUrl: webUrl,
webUrl: webUrl
}
},
buttons: [{
title: '자세히 보기',
link: {
mobileWebUrl: webUrl,
webUrl: webUrl
}
}]
});
}
//]]> //]]>
</script> </script>
<?php } ?> <?php } ?>
<ul id="bo_v_sns" class="<?php echo $bo_v_sns_class; ?>"> <ul id="bo_v_sns" class="<?php echo $bo_v_sns_class; ?>">
<li><a href="<?php echo $facebook_url; ?>" target="_blank" class="sns_f"><img src="<?php echo G5_SNS_URL; ?>/icon/facebook.png" alt="페이스북으로 공유" width="20"><span>페이스북 공유</span></a></li> <li><a href="<?php echo $facebook_url; ?>" target="_blank" class="sns_f"><img
<li><a href="<?php echo $twitter_url; ?>" target="_blank" class="sns_t"><img src="<?php echo G5_SNS_URL; ?>/icon/twitter.png" alt="트위터로 공유" width="20"><span>트위터 공유</span></a></li> src="<?php echo G5_SNS_URL; ?>/icon/facebook.png" alt="페이스북으로 공유" width="20"><span>페이스북 공유</span></a></li>
<?php if($config['cf_kakao_js_apikey']) { ?> <li><a href="<?php echo $twitter_url; ?>" target="_blank" class="sns_t"><img
<li><a href="javascript:Kakao_sendLink();" class="sns_k" ><img src="<?php echo G5_SNS_URL; ?>/icon/kakaotalk.png" alt="카카오톡으로 보내기" width="20"></a></li> src="<?php echo G5_SNS_URL; ?>/icon/twitter.png" alt="트위터로 공유" width="20"><span>트위터 공유</span></a></li>
<?php } ?> <?php if ($config['cf_kakao_js_apikey']) { ?>
<li><a href="javascript:Kakao_sendLink();" class="sns_k"><img src="<?php echo G5_SNS_URL; ?>/icon/kakaotalk.png"
alt="카카오톡으로 보내기" width="20"></a></li>
<?php } ?>
</ul> </ul>

View file

@ -1,15 +1,21 @@
<?php <?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 if (!defined('_GNUBOARD_'))
exit;
$mobile_sns_icon = '';
if (G5_IS_MOBILE) $sns_mc_icon = ''; $mobile_sns_icon = '';
else $sns_mc_icon = '_cmt'; if (G5_IS_MOBILE)
$sns_mc_icon = '';
if (!$board['bo_use_sns']) return; else
?> $sns_mc_icon = '_cmt';
<?php if ($list[$i]['wr_facebook_user']) { ?>
<a href="https://www.facebook.com/profile.php?id=<?php echo $list[$i]['wr_facebook_user']; ?>" target="_blank"><img src="<?php echo G5_SNS_URL; ?>/icon/facebook<?php echo $sns_mc_icon; ?>.png" alt="페이스북에도 등록됨"></a> if (!$board['bo_use_sns'])
<?php } ?> return;
<?php if ($list[$i]['wr_twitter_user']) { ?> ?>
<a href="https://www.twitter.com/<?php echo $list[$i]['wr_twitter_user']; ?>" target="_blank"><img src="<?php echo G5_SNS_URL; ?>/icon/twitter<?php echo $sns_mc_icon; ?>.png" alt="트위터에도 등록됨"></a> <?php if ($list[$i]['wr_facebook_user']) { ?>
<?php } <a href="https://www.facebook.com/profile.php?id=<?php echo $list[$i]['wr_facebook_user']; ?>" target="_blank"><img
src="<?php echo G5_SNS_URL; ?>/icon/facebook<?php echo $sns_mc_icon; ?>.png" alt="페이스북에도 등록됨"></a>
<?php } ?>
<?php if ($list[$i]['wr_twitter_user']) { ?>
<a href="https://www.twitter.com/<?php echo $list[$i]['wr_twitter_user']; ?>" target="_blank"><img
src="<?php echo G5_SNS_URL; ?>/icon/twitter<?php echo $sns_mc_icon; ?>.png" alt="트위터에도 등록됨"></a>
<?php }

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
// 선택옵션으로 인해 셀합치기가 가변적으로 변함 // 선택옵션으로 인해 셀합치기가 가변적으로 변함
$colspan = 5; $colspan = 5;

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined("_GNUBOARD_")) if (!defined("_GNUBOARD_"))
exit; // 개별 페이지 접근 불가 exit;
include_once G5_LIB_PATH . "/thumbnail.lib.php"; include_once G5_LIB_PATH . "/thumbnail.lib.php";
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
$comment_action_url = https_url(G5_BBS_DIR) . "/write_comment_update.php"; $comment_action_url = https_url(G5_BBS_DIR) . "/write_comment_update.php";
?> ?>

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $board_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $board_skin_url . '/style.css">', 0);

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
$character_image_path = G5_DATA_PATH . "/file/" . $bo_table; $character_image_path = G5_DATA_PATH . "/file/" . $bo_table;
$character_image_url = G5_DATA_URL . "/file/" . $bo_table; $character_image_url = G5_DATA_URL . "/file/" . $bo_table;

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
$src = ""; $src = "";
$img_content = ""; $img_content = "";

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
$left = sql_fetch("SELECT * FROM {$write_table} where wr_id = '{$list[$i]['wr_2']}'"); $left = sql_fetch("SELECT * FROM {$write_table} where wr_id = '{$list[$i]['wr_2']}'");
$right = sql_fetch("SELECT * FROM {$write_table} where wr_id = '{$list[$i]['wr_3']}'"); $right = sql_fetch("SELECT * FROM {$write_table} where wr_id = '{$list[$i]['wr_3']}'");

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
$sst = $_GET['sst']; $sst = $_GET['sst'];

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
//-- 리스트 정렬을 임의로 조정 하는 기능을 합니다. //-- 리스트 정렬을 임의로 조정 하는 기능을 합니다.
include_once $board_skin_path . "/_setting.php"; include_once $board_skin_path . "/_setting.php";

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined("_GNUBOARD_")) if (!defined("_GNUBOARD_"))
exit; // 개별 페이지 접근 불가 exit;
include_once $board_skin_path . "/_setting.php"; include_once $board_skin_path . "/_setting.php";
include_once G5_LIB_PATH . "/thumbnail.lib.php"; include_once G5_LIB_PATH . "/thumbnail.lib.php";

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
$body_cnt = sql_fetch("SELECT count(*) as cnt FROM {$g5['character_body_table']} where bo_table = '{$bo_table}' and wr_id = '{$wr_id}'"); $body_cnt = sql_fetch("SELECT count(*) as cnt FROM {$g5['character_body_table']} where bo_table = '{$bo_table}' and wr_id = '{$wr_id}'");
$body_cnt = $body_cnt['cnt']; $body_cnt = $body_cnt['cnt'];

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
$comment_action_url = https_url(G5_BBS_DIR) . "/write_comment_update.php"; $comment_action_url = https_url(G5_BBS_DIR) . "/write_comment_update.php";
?> ?>

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
if ($w == '') { if ($w == '') {
$write['wr_4'] = '외관'; $write['wr_4'] = '외관';

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
include_once G5_PLUGIN_PATH . "/jquery-ui/datepicker.php"; // 달력 include_once G5_PLUGIN_PATH . "/jquery-ui/datepicker.php"; // 달력
// 게시물 목록을 불러온다. // 게시물 목록을 불러온다.

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
include_once $board_skin_path . "/_setting.php"; include_once $board_skin_path . "/_setting.php";
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $board_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $board_skin_url . '/style.css">', 0);

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined("_GNUBOARD_")) if (!defined("_GNUBOARD_"))
exit; // 개별 페이지 접근 불가 exit;
include_once $board_skin_path . "/_setting.php"; include_once $board_skin_path . "/_setting.php";
// 두상 및 전신 저장 처리 // 두상 및 전신 저장 처리

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined("_GNUBOARD_")) if (!defined("_GNUBOARD_"))
exit; // 개별 페이지 접근 불가 exit;
/* /*
LOG HashGuide LOG HashGuide

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined("_GNUBOARD_")) if (!defined("_GNUBOARD_"))
exit; // 개별 페이지 접근 불가 exit;
// 1. S : 탐색 (성공여부, 획득아이템 ID, 획득아이템이름, 인벤 ID) // 1. S : 탐색 (성공여부, 획득아이템 ID, 획득아이템이름, 인벤 ID)
?> ?>

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined("_GNUBOARD_")) if (!defined("_GNUBOARD_"))
exit; // 개별 페이지 접근 불가 exit;
// 1. S : 탐색 (성공여부, 획득아이템 ID, 획득아이템이름, 인벤 ID) // 1. S : 탐색 (성공여부, 획득아이템 ID, 획득아이템이름, 인벤 ID)
?> ?>

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined("_GNUBOARD_")) if (!defined("_GNUBOARD_"))
exit; // 개별 페이지 접근 불가 exit;
// 아이템 ID / 이름 / 기능 / 값 / 내용 / 효능 // 아이템 ID / 이름 / 기능 / 값 / 내용 / 효능
?> ?>

View file

@ -1,4 +1,4 @@
<?php <?php
if (!defined("_GNUBOARD_")) if (!defined("_GNUBOARD_"))
exit; // 개별 페이지 접근 불가 exit;
goto_url('./board.php?bo_table=' . $bo_table . '&amp;' . $qstr . '&amp;#log_' . $write['wr_parent']); goto_url('./board.php?bo_table=' . $bo_table . '&amp;' . $qstr . '&amp;#log_' . $write['wr_parent']);

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined("_GNUBOARD_")) if (!defined("_GNUBOARD_"))
exit; // 개별 페이지 접근 불가 exit;
$update_href = $delete_href = ''; $update_href = $delete_href = '';

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
include_once G5_LIB_PATH . "/thumbnail.lib.php"; include_once G5_LIB_PATH . "/thumbnail.lib.php";
include_once $board_skin_path . "/emoticon/_setting.emoticon.php"; include_once $board_skin_path . "/emoticon/_setting.emoticon.php";
add_stylesheet('<link rel="stylesheet" href="' . $board_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $board_skin_url . '/style.css">', 0);

View file

@ -1,3 +1,3 @@
<?php <?php
if (!defined("_GNUBOARD_")) if (!defined("_GNUBOARD_"))
exit; // 개별 페이지 접근 불가 exit;

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
$comment = []; $comment = [];

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
for ($index = 0; $index < count($comment); $index++) { for ($index = 0; $index < count($comment); $index++) {

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
add_stylesheet('<link rel="stylesheet" href="' . $board_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $board_skin_url . '/style.css">', 0);
$is_error = false; $is_error = false;

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
if ($is_comment_write) { if ($is_comment_write) {
if ($w == '') if ($w == '')

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined("_GNUBOARD_")) if (!defined("_GNUBOARD_"))
exit; // 개별 페이지 접근 불가 exit;
$it = []; $it = [];
$customer_sql = ""; $customer_sql = "";

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
if ($w != 'cu') { if ($w != 'cu') {
$log = ""; $log = "";

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined("_GNUBOARD_")) if (!defined("_GNUBOARD_"))
exit; // 개별 페이지 접근 불가 exit;
$customer_sql = ""; $customer_sql = "";
$temp_wr_id = $wr_id; $temp_wr_id = $wr_id;

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
// 회원수는 $row['mb_cnt']; // 회원수는 $row['mb_cnt'];
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $connect_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $connect_skin_url . '/style.css">', 0);

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
add_stylesheet('<link rel="stylesheet" href="' . $content_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $content_skin_url . '/style.css">', 0);

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $faq_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $faq_skin_url . '/style.css">', 0);

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $latest_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $latest_skin_url . '/style.css">', 0);

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $latest_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $latest_skin_url . '/style.css">', 0);

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
//include_once $board_skin_path."/moonday.php"; // 석봉운님의 음력날짜 함수 //include_once $board_skin_path."/moonday.php"; // 석봉운님의 음력날짜 함수
if (preg_match('/%/', $width)) { if (preg_match('/%/', $width)) {

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css">', 0);

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.admin.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.admin.css">', 0);

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
if (strstr($url, 'adm')) { if (strstr($url, 'adm')) {
include_once $member_skin_path . '/login.admin.skin.php'; include_once $member_skin_path . '/login.admin.skin.php';
} else { } else {

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
// 자신만의 코드를 넣어주세요. // 자신만의 코드를 넣어주세요.

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css">', 0);
?> ?>
<div id="password_box" class="theme-box"> <div id="password_box" class="theme-box">

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css">', 0);

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css">', 0);

View file

@ -1,4 +1,4 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
goto_url('./memo_form.php?me_recv_mb_id=' . $mb['mb_id']); goto_url('./memo_form.php?me_recv_mb_id=' . $mb['mb_id']);

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
$delete_str = ""; $delete_str = "";
if ($w == 'x') if ($w == 'x')
$delete_str = ""; $delete_str = "";

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css">', 0);

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css">', 0);

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css">', 0);

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css">', 0);
?> ?>
<div id="member_page"> <div id="member_page">

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css">', 0);
?> ?>

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css">', 0);

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css">', 0);

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css">', 0);

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined("_GNUBOARD_")) if (!defined("_GNUBOARD_"))
exit; // 개별 페이지 접근 불가 exit;
// 선택삭제으로 인해 셀합치기가 가변적으로 변함 // 선택삭제으로 인해 셀합치기가 가변적으로 변함
$colspan = 5; $colspan = 5;

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined("_GNUBOARD_")) if (!defined("_GNUBOARD_"))
exit; // 개별 페이지 접근 불가 exit;
add_stylesheet('<link rel="stylesheet" href="' . $outlogin_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $outlogin_skin_url . '/style.css">', 0);
?> ?>

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined("_GNUBOARD_")) if (!defined("_GNUBOARD_"))
exit; // 개별 페이지 접근 불가 exit;
add_stylesheet('<link rel="stylesheet" href="' . $outlogin_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $outlogin_skin_url . '/style.css">', 0);
?> ?>

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined("_GNUBOARD_")) if (!defined("_GNUBOARD_"))
exit; // 개별 페이지 접근 불가 exit;
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $poll_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $poll_skin_url . '/style.css">', 0);

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined("_GNUBOARD_")) if (!defined("_GNUBOARD_"))
exit; // 개별 페이지 접근 불가 exit;
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $poll_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $poll_skin_url . '/style.css">', 0);

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined("_GNUBOARD_")) if (!defined("_GNUBOARD_"))
exit; // 개별 페이지 접근 불가 exit;
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $popular_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $popular_skin_url . '/style.css">', 0);

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
// 선택옵션으로 인해 셀합치기가 가변적으로 변함 // 선택옵션으로 인해 셀합치기가 가변적으로 변함
$colspan = 6; $colspan = 6;

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined("_GNUBOARD_")) if (!defined("_GNUBOARD_"))
exit; // 개별 페이지 접근 불가 exit;
?> ?>
<table class="theme-form"> <table class="theme-form">

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined("_GNUBOARD_")) if (!defined("_GNUBOARD_"))
exit; // 개별 페이지 접근 불가 exit;
?> ?>
<section id="bo_v_ans"> <section id="bo_v_ans">

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined("_GNUBOARD_")) if (!defined("_GNUBOARD_"))
exit; // 개별 페이지 접근 불가 exit;
include_once G5_LIB_PATH . "/thumbnail.lib.php"; include_once G5_LIB_PATH . "/thumbnail.lib.php";
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $qa_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $qa_skin_url . '/style.css">', 0);

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined("_GNUBOARD_")) if (!defined("_GNUBOARD_"))
exit; // 개별 페이지 접근 불가 exit;
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $search_skin_url . '/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="' . $search_skin_url . '/style.css">', 0);

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined("_GNUBOARD_")) if (!defined("_GNUBOARD_"))
exit; // 개별 페이지 접근 불가 exit;
global $is_admin; global $is_admin;

View file

@ -6,7 +6,7 @@
* ------------ * ------------
*/ */
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
if (!defined('G5_IS_ADMIN') && defined('G5_THEME_PATH') && file_exists(G5_THEME_PATH . "/tail.sub.php")) { if (!defined('G5_IS_ADMIN') && defined('G5_THEME_PATH') && file_exists(G5_THEME_PATH . "/tail.sub.php")) {
include_once G5_THEME_PATH . '/tail.sub.php'; include_once G5_THEME_PATH . '/tail.sub.php';

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
include_once G5_PATH . "/head.sub.php"; include_once G5_PATH . "/head.sub.php";
include_once G5_LIB_PATH . "/latest.lib.php"; include_once G5_LIB_PATH . "/latest.lib.php";

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
$header_pos = get_style("use_header"); $header_pos = get_style("use_header");
$menu_skin = get_style("menu_skin"); $menu_skin = get_style("menu_skin");

View file

@ -1,6 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가 exit;
?> ?>
</div> </div>
</div> </div>