[G4] 관리자페이지의 약관, 개인정보처리방침을 일반 페이지에서 사용하기 > 기술자료 | 해피정닷컴

[G4] 관리자페이지의 약관, 개인정보처리방침을 일반 페이지에서 사용하기 > 기술자료

본문 바로가기

사이트 내 전체검색

[G4] 관리자페이지의 약관, 개인정보처리방침을 일반 페이지에서 사용하기 > 기술자료

그누보드 [G4] 관리자페이지의 약관, 개인정보처리방침을 일반 페이지에서 사용하기

페이지 정보


본문

일반적으로 홈페이지 하단에 이용약관과 개인정보처리방침을 사용합니다.
그누보드4 관리자페이지 이용약관, 개인정보처리방침 넣는 공간이 있는데요. 그것을 이용하는 방법입니다.


1. bbs 폴더에 이용약관 페이지를 추가합니다.
bbs / hp_stipulation.php 의 내용은 다음과 같습니다.
<?php
include_once("./_common.php");
include_once("$g4[path]/head.sub.php");
$member_skin_path = "$g4[path]/skin/member/$config[cf_member_skin]";
//include_once("$g4[path]/head.php");
?>
<table width="100%" height="50" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center" valign="middle" bgcolor="#EBEBEB"><table width="99%" height="40" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="25" align="center" bgcolor="#FFFFFF"><img src="<?php echo $member_skin_path; ?>/img/icon_01.gif" width="5" height="5" /></td>
        <td align="left" bgcolor="#FFFFFF"><font color="#666666"><b>이용약관</b></font></td>
      </tr>
    </table></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="2" align="center" valign="top" bgcolor="#D5D5D5"></td>
  </tr>
  <tr>
    <td style="padding:10px 15px 10px 15px;"><?php echo nl2br($config[cf_stipulation]); ?></td>
  </tr>
  <tr>
    <td height="2" align="center" valign="top" bgcolor="#E6E6E6"></td>
  </tr>
  <tr>
    <td height="40" align="center"><a href="javascript:window.close();"><img src="<?php echo $member_skin_path?>/img/btn_close.gif" width="48" height="20" border="0"></a></td>
  </tr>
</table>
<?php
//include_once("$g4[path]/tail.php");
include_once("$g4[path]/tail.sub.php");
?>


2. bbs / hp_privacy.php 의 내용은 다음과 같습니다.
<?php
include_once("./_common.php");
include_once("$g4[path]/head.sub.php");
$member_skin_path = "$g4[path]/skin/member/$config[cf_member_skin]";
//include_once("$g4[path]/head.php");
?>
<table width="100%" height="50" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center" valign="middle" bgcolor="#EBEBEB"><table width="99%" height="40" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="25" align="center" bgcolor="#FFFFFF"><img src="<?php echo $member_skin_path; ?>/img/icon_01.gif" width="5" height="5" /></td>
        <td align="left" bgcolor="#FFFFFF"><font color="#666666"><b>개인정보처리방침</b></font></td>
      </tr>
    </table></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="2" align="center" valign="top" bgcolor="#D5D5D5"></td>
  </tr>
  <tr>
    <td style="padding:10px 15px 10px 15px;"><?php echo nl2br($config[cf_privacy]); ?></td>
  </tr>
  <tr>
    <td height="2" align="center" valign="top" bgcolor="#E6E6E6"></td>
  </tr>
  <tr>
    <td height="40" align="center"><a href="javascript:window.close();"><img src="<?php echo $member_skin_path?>/img/btn_close.gif" width="48" height="20" border="0"></a></td>
  </tr>
</table>
<?php
//include_once("$g4[path]/tail.php");
include_once("$g4[path]/tail.sub.php");
?>


3. 이메일무단수집거부 페이지 추가
bbs / hp_email_security.php 의 내용은 다음과 같습니다.
<?php
include_once("./_common.php");
include_once("$g4[path]/head.sub.php");
$member_skin_path = "$g4[path]/skin/member/$config[cf_member_skin]";
//include_once("$g4[path]/head.php");
?>
<table width="100%" height="50" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center" valign="middle" bgcolor="#EBEBEB"><table width="99%" height="40" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="25" align="center" bgcolor="#FFFFFF"><img src="<?php echo $member_skin_path; ?>/img/icon_01.gif" width="5" height="5" /></td>
        <td align="left" bgcolor="#FFFFFF"><font color="#666666"><b>이메일무단수집거부</b></font></td>
      </tr>
    </table></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="2" align="center" valign="top" bgcolor="#D5D5D5"></td>
  </tr>
  <tr>
    <td style="padding:10px 15px 10px 15px;">본 웹사이트는 게시된 이메일 주소가 전자우편 수집 프로그램이나 그 밖의 기술적 장치를 이용하여 무단 수집되는 것을 거부합니다. 이를 위반시 『정보통신망이용촉진및정보보호등에관한법률』등에 의해 처벌 받을 수 있습니다.</td>
  </tr>
  <tr>
    <td height="2" align="center" valign="top" bgcolor="#E6E6E6"></td>
  </tr>
  <tr>
    <td height="40" align="center"><a href="javascript:window.close();"><img src="<?php echo $member_skin_path?>/img/btn_close.gif" width="48" height="20" border="0"></a></td>
  </tr>
</table>
<?php
//include_once("$g4[path]/tail.php");
include_once("$g4[path]/tail.sub.php");
?>


4. 카피라이트 또는 이용약관 및 개인정보처리방침 링크가 필요한 곳에 아래의 내용을 추가합니다.
<script type="text/javascript">
    function win_stipulation(url)
    {
        if (!url)
            url = "<?php echo $g4[path]; ?>/bbs/hp_stipulation.php";
        window.open(url, "hp_stipulation", "left=20, top=20, width=616, height=500, scrollbars=1");
    }
    function win_privacy(url)
    {
        if (!url)
            url = "<?php echo $g4[path]; ?>/bbs/hp_privacy.php";
        window.open(url, "hp_privacy", "left=20, top=20, width=616, height=500, scrollbars=1");
    }
    function win_email_security(url)
    {
        if (!url)
            url = "<?php echo $g4[path]; ?>/bbs/hp_email_security.php";
        window.open(url, "hp_email_security", "left=20, top=20, width=400, height=175, scrollbars=1");
    }
</script>
<a href="javascript:win_stipulation();">이용약관</a>
<a href="javascript:win_privacy();">개인정보처리방침</a>
<a href="javascript:win_email_security();">이메일무단수집거부</a>

댓글목록

등록된 댓글이 없습니다.


Total 2,641건 69 페이지
  • RSS
기술자료 목록
1281
Linux   14216  2012-12-11 22:45 ~ 2012-12-11 00:00  
1280
Linux   21294  2012-12-11 22:16  
1279
Linux   17352  2012-12-11 22:10  
1278
MSSQL   27808  2012-12-07 11:17  
1277
그누보드   19804  2012-12-03 08:27  
1276
HTML   35651  2012-12-02 09:56  
1275
그누보드   16414  2012-11-30 00:46  
1274
HTML   22324  2012-11-29 18:44  
1273
ClassicASP   14896  2012-11-16 21:44 ~ 2012-11-17 00:00  
1272
ClassicASP   13204  2012-11-16 21:20  
1271
ClassicASP   20272  2012-11-14 20:00  
1270
ClassicASP   21639  2012-11-14 19:52 ~ 2016-01-26 00:00  
열람
그누보드   16284  2012-11-10 14:38 ~ 2017-01-21 00:00  
1268
그누보드   15008  2012-11-08 04:05  
1267
그누보드   11687  2012-11-07 22:01  
1266
그누보드   13739  2012-11-05 02:06  
1265
MySQL   13532  2012-11-05 01:21  
1264
MSSQL   15936  2012-11-05 01:20 ~ 2022-11-23 14:40  
1263
그누보드   11624  2012-11-04 18:20  
1262
MySQL   17435  2012-11-03 06:07  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.